/AliOS-Things-master/components/freetype/src/base/ |
A D | ftsystem.c | 69 ft_alloc( FT_Memory memory, in ft_alloc() argument 72 FT_UNUSED( memory ); in ft_alloc() 104 FT_UNUSED( memory ); in ft_realloc() 125 ft_free( FT_Memory memory, in ft_free() argument 128 FT_UNUSED( memory ); in ft_free() 289 FT_Memory memory; in FT_New_Memory() local 292 memory = (FT_Memory)ft_smalloc( sizeof ( *memory ) ); in FT_New_Memory() 293 if ( memory ) in FT_New_Memory() 295 memory->user = 0; in FT_New_Memory() 304 return memory; in FT_New_Memory() [all …]
|
A D | ftinit.c | 126 FT_Memory memory; in ft_destroy_default_module_classes() local 134 memory = library->memory; in ft_destroy_default_module_classes() 158 FT_Memory memory; in ft_create_default_module_classes() local 165 memory = library->memory; in ft_create_default_module_classes() 235 FT_Memory memory; in FT_Init_FreeType() local 241 memory = FT_New_Memory(); in FT_Init_FreeType() 242 if ( !memory ) in FT_Init_FreeType() 251 error = FT_New_Library( memory, alibrary ); in FT_Init_FreeType() 253 FT_Done_Memory( memory ); in FT_Init_FreeType() 268 FT_Memory memory = library->memory; in FT_Done_FreeType() local [all …]
|
A D | ftutil.c | 50 ft_mem_alloc( FT_Memory memory, in ft_mem_alloc() argument 66 ft_mem_qalloc( FT_Memory memory, in ft_mem_qalloc() argument 76 block = memory->alloc( memory, size ); in ft_mem_qalloc() 92 ft_mem_realloc( FT_Memory memory, in ft_mem_realloc() argument 114 ft_mem_qrealloc( FT_Memory memory, in ft_mem_qrealloc() argument 135 ft_mem_free( memory, block ); in ft_mem_qrealloc() 155 block2 = memory->realloc( memory, cur_size, new_size, block ); in ft_mem_qrealloc() 168 ft_mem_free( FT_Memory memory, in ft_mem_free() argument 172 memory->free( memory, (void*)P ); in ft_mem_free() 177 ft_mem_dup( FT_Memory memory, in ft_mem_dup() argument [all …]
|
A D | ftdbgmem.c | 133 FT_Memory memory; member 229 FT_Memory memory = table->memory; in ft_mem_table_alloc() local 235 memory->user = table; in ft_mem_table_alloc() 245 FT_Memory memory = table->memory; in ft_mem_table_free() local 249 table->free( memory, block ); in ft_mem_table_free() 250 memory->user = table; in ft_mem_table_free() 310 table = (FT_MemTable)memory->alloc( memory, sizeof ( *table ) ); in ft_mem_table_new() 319 table->memory = memory; in ft_mem_table_new() 328 memory->alloc( memory, in ft_mem_table_new() 334 memory->free( memory, table ); in ft_mem_table_new() [all …]
|
A D | ftrfork.c | 162 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() local 494 FT_Memory memory; in raccess_guess_darwin_ufs_export() local 499 memory = library->memory; in raccess_guess_darwin_ufs_export() 527 FT_Memory memory; in raccess_guess_darwin_hfsplus() local 533 memory = library->memory; in raccess_guess_darwin_hfsplus() 563 FT_Memory memory; in raccess_guess_darwin_newvfs() local 569 memory = library->memory; in raccess_guess_darwin_newvfs() 600 memory = library->memory; in raccess_guess_vfat() 627 memory = library->memory; in raccess_guess_linux_cap() 654 memory = library->memory; in raccess_guess_linux_double() [all …]
|
A D | ftgloadr.c | 70 FT_GlyphLoader_New( FT_Memory memory, in FT_GlyphLoader_New() argument 79 loader->memory = memory; in FT_GlyphLoader_New() 107 FT_Memory memory = loader->memory; in FT_GlyphLoader_Reset() local 132 FT_Memory memory = loader->memory; in FT_GlyphLoader_Done() local 169 FT_Memory memory = loader->memory; in FT_GlyphLoader_CreateExtra() local 205 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckPoints() local 283 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckSubGlyphs() local
|
A D | ftobjs.c | 169 memory = library->memory; in FT_Stream_New() 174 stream->memory = memory; in FT_Stream_New() 416 memory = driver->root.memory; in FT_New_GlyphSlot() 1165 face->memory = memory; in open_face() 1353 memory = library->memory; in new_memory_stream() 2067 memory = library->memory; in FT_Open_Face() 2438 memory = face->memory; in FT_New_Size() 3960 memory = library->memory; in ft_remove_renderer() 4259 memory = library->memory; in FT_Add_Module() 4274 module->memory = memory; in FT_Add_Module() [all …]
|
A D | basepic.c | 53 FT_Memory memory = library->memory; in ft_base_pic_free() local 74 FT_Memory memory = library->memory; in ft_base_pic_init() local
|
A D | ftgxval.c | 78 FT_Memory memory; in FT_TrueTypeGX_Free() local 84 memory = FT_FACE_MEMORY( face ); in FT_TrueTypeGX_Free() 129 FT_Memory memory; in FT_ClassicKern_Free() local 135 memory = FT_FACE_MEMORY( face ); in FT_ClassicKern_Free()
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshrec.c | 125 FT_Memory memory ) in ps_mask_done() argument 223 ps_mask_done( mask, memory ); in ps_mask_table_done() 789 FT_Memory memory = hints->memory; in ps_hints_done() local 796 hints->memory = 0; in ps_hints_done() 805 hints->memory = memory; in ps_hints_init() 865 FT_Memory memory = hints->memory; in ps_hints_stem() local 904 FT_Memory memory = hints->memory; in ps_hints_t1stem3() local 965 FT_Memory memory = hints->memory; in ps_hints_t1reset() local 1007 FT_Memory memory = hints->memory; in ps_hints_t2mask() local 1052 FT_Memory memory = hints->memory; in ps_hints_t2counter() local [all …]
|
A D | pshpic.c | 37 FT_Memory memory = library->memory; in pshinter_module_class_pic_free() local 54 FT_Memory memory = library->memory; in pshinter_module_class_pic_init() local
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftmemory.h | 114 ft_mem_alloc( FT_Memory memory, 119 ft_mem_qalloc( FT_Memory memory, 124 ft_mem_realloc( FT_Memory memory, 132 ft_mem_qrealloc( FT_Memory memory, 140 ft_mem_free( FT_Memory memory, 145 FT_ASSIGNP_INNER( ptr, ft_mem_alloc( memory, \ 151 ft_mem_free( memory, (ptr) ); \ 159 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \ 167 FT_ASSIGNP_INNER( ptr, ft_mem_qalloc( memory, \ 335 ft_mem_strdup( FT_Memory memory, [all …]
|
A D | ftserv.h | 294 FT_Memory memory = library->memory; \ 307 FT_Memory memory = library->memory; \ 330 FT_Memory memory = library->memory; \ 343 FT_Memory memory = library->memory; \ 369 FT_Memory memory = library->memory; \ 382 FT_Memory memory = library->memory; \ 411 FT_Memory memory = library->memory; \ 424 FT_Memory memory = library->memory; \ 456 FT_Memory memory = library->memory; \ 469 FT_Memory memory = library->memory; \ [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/ |
A D | str-two-way.h | 225 size_t memory = 0; in __rtl_two_way_short_needle() local 230 i = MAX (suffix, memory); in __rtl_two_way_short_needle() 241 if (i + 1 < memory + 1) in __rtl_two_way_short_needle() 246 memory = needle_len - period; in __rtl_two_way_short_needle() 251 memory = 0; in __rtl_two_way_short_needle() 331 size_t memory = 0; in __rtl_two_way_long_needle() local 341 if (memory && shift < period) in __rtl_two_way_long_needle() 348 memory = 0; in __rtl_two_way_long_needle() 354 i = MAX (suffix, memory); in __rtl_two_way_long_needle() 365 if (i + 1 < memory + 1) in __rtl_two_way_long_needle() [all …]
|
/AliOS-Things-master/components/freetype/src/bzip2/ |
A D | ftbzip2.c | 70 ft_bzip2_alloc( FT_Memory memory, in ft_bzip2_alloc() argument 85 ft_bzip2_free( FT_Memory memory, in ft_bzip2_free() argument 106 FT_Memory memory; /* memory allocator */ member 157 zip->memory = stream->memory; in ft_bzip2_file_init() 178 bzstream->opaque = zip->memory; in ft_bzip2_file_init() 209 zip->memory = NULL; in ft_bzip2_file_done() 426 FT_Memory memory = stream->memory; in ft_bzip2_stream_close() local 459 FT_Memory memory = source->memory; in FT_Stream_OpenBzip2() local 472 stream->memory = memory; in FT_Stream_OpenBzip2()
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2arrst.c | 57 FT_Memory memory, in cf2_arrstack_init() argument 64 arrstack->memory = memory; in cf2_arrstack_init() 78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ in cf2_arrstack_finalize() local 102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ in cf2_arrstack_setNumElements() local
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | ftgzip.c | 118 ft_gzip_alloc( FT_Memory memory, in ft_gzip_alloc() argument 133 ft_gzip_free( FT_Memory memory, in ft_gzip_free() argument 283 zip->memory = stream->memory; in ft_gzip_file_init() 303 zstream->opaque = stream->memory; in ft_gzip_file_init() 334 zip->memory = NULL; in ft_gzip_file_done() 549 FT_Memory memory = stream->memory; in ft_gzip_stream_close() local 606 FT_Memory memory = source->memory; in FT_Stream_OpenGzip() local 619 stream->memory = memory; in FT_Stream_OpenGzip() 693 FT_Gzip_Uncompress( FT_Memory memory, in FT_Gzip_Uncompress() argument 713 stream.opaque = memory; in FT_Gzip_Uncompress() [all …]
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftsystem.h | 89 (*FT_Alloc_Func)( FT_Memory memory, 110 (*FT_Free_Func)( FT_Memory memory, 143 (*FT_Realloc_Func)( FT_Memory memory, 332 FT_Memory memory; member
|
/AliOS-Things-master/components/freetype/src/lzw/ |
A D | ftlzw.c | 75 FT_Memory memory; /* memory allocator */ member 119 zip->memory = stream->memory; in ft_lzw_file_init() 144 zip->memory = NULL; in ft_lzw_file_done() 319 FT_Memory memory = stream->memory; in ft_lzw_stream_close() local 352 FT_Memory memory = source->memory; in FT_Stream_OpenLZW() local 368 stream->memory = memory; in FT_Stream_OpenLZW()
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | rastpic.c | 37 FT_Memory memory = library->memory; in ft_raster1_renderer_class_pic_free() local 59 FT_Memory memory = library->memory; in ft_raster1_renderer_class_pic_init() local
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 438 list->memory = memory; in _bdf_list_init() 445 FT_Memory memory = list->memory; in _bdf_list_done() local 1138 FT_Memory memory = font->memory; in _bdf_add_comment() local 1181 memory = font->memory; in _bdf_set_default_spacing() 1304 FT_Memory memory = font->memory; in _bdf_add_property() local 1490 memory = font->memory; in _bdf_parse_glyphs() 2087 memory = p->font->memory; in _bdf_parse_start() 2115 memory = p->memory; in _bdf_parse_start() 2132 font->memory = p->memory; in _bdf_parse_start() 2486 memory = p->font->memory; in bdf_load_font() [all …]
|
/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftcmanag.c | 362 FT_Memory memory; in FTC_Manager_New() local 369 memory = library->memory; in FTC_Manager_New() 384 manager->memory = memory; in FTC_Manager_New() 394 memory ); in FTC_Manager_New() 400 memory ); in FTC_Manager_New() 414 FT_Memory memory; in FTC_Manager_Done() local 421 memory = manager->memory; in FTC_Manager_Done() 443 manager->memory = NULL; in FTC_Manager_Done() 585 FT_Memory memory = manager->memory; in FTC_Manager_RegisterCache() local 599 cache->memory = memory; in FTC_Manager_RegisterCache()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftspic.c | 37 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_free() local 60 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_init() local
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | pspic.c | 45 FT_Memory memory = library->memory; in psnames_module_class_pic_free() local 69 FT_Memory memory = library->memory; in psnames_module_class_pic_init() local
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttpic.c | 47 FT_Memory memory = library->memory; in tt_driver_class_pic_free() local 70 FT_Memory memory = library->memory; in tt_driver_class_pic_init() local
|