/external/chromium/third_party/libjingle/source/talk/base/ |
D | byteorder.h | 49 inline void Set8(void* memory, size_t offset, uint8 v) { in Set8() 50 static_cast<uint8*>(memory)[offset] = v; in Set8() local 52 inline uint8 Get8(const void* memory, size_t offset) { in Get8() 56 inline void SetBE16(void* memory, uint16 v) { in SetBE16() 60 inline void SetBE32(void* memory, uint32 v) { in SetBE32() 66 inline void SetBE64(void* memory, uint64 v) { in SetBE64() 76 inline uint16 GetBE16(const void* memory) { in GetBE16() 80 inline uint32 GetBE32(const void* memory) { in GetBE32() 86 inline uint64 GetBE64(const void* memory) { in GetBE64() 97 inline void SetLE16(void* memory, uint16 v) { in SetLE16() [all …]
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 51 FT_Memory memory ) in ps_hint_table_done() 63 FT_Memory memory ) in ps_hint_table_ensure() 83 FT_Memory memory, in ps_hint_table_alloc() 125 FT_Memory memory ) in ps_mask_done() 138 FT_Memory memory ) in ps_mask_ensure() 187 FT_Memory memory ) in ps_mask_set_bit() 216 FT_Memory memory ) in ps_mask_table_done() 235 FT_Memory memory ) in ps_mask_table_ensure() 255 FT_Memory memory, in ps_mask_table_alloc() 287 FT_Memory memory, in ps_mask_table_last() [all …]
|
D | pshpic.c | 36 FT_Memory memory = library->memory; in pshinter_module_class_pic_free() local 53 FT_Memory memory = library->memory; in pshinter_module_class_pic_init() local
|
/external/freetype/src/base/ |
D | ftsystem.c | 69 ft_alloc( FT_Memory memory, in ft_alloc() 99 ft_realloc( FT_Memory memory, in ft_realloc() 125 ft_free( FT_Memory memory, in ft_free() 289 FT_Memory memory; in FT_New_Memory() local 311 FT_Done_Memory( FT_Memory memory ) in FT_Done_Memory()
|
D | ftutil.c | 50 ft_mem_alloc( FT_Memory memory, in ft_mem_alloc() 66 ft_mem_qalloc( FT_Memory memory, in ft_mem_qalloc() 92 ft_mem_realloc( FT_Memory memory, in ft_mem_realloc() 113 ft_mem_qrealloc( FT_Memory memory, in ft_mem_qrealloc() 167 ft_mem_free( FT_Memory memory, in ft_mem_free() 176 ft_mem_dup( FT_Memory memory, in ft_mem_dup() 194 ft_mem_strdup( FT_Memory memory, in ft_mem_strdup() 388 FT_Memory memory, in FT_List_Finalize() 438 FT_Alloc( FT_Memory memory, in FT_Alloc() 451 FT_QAlloc( FT_Memory memory, in FT_QAlloc() [all …]
|
D | ftgloadr.c | 69 FT_GlyphLoader_New( FT_Memory memory, in FT_GlyphLoader_New() 106 FT_Memory memory = loader->memory; in FT_GlyphLoader_Reset() local 131 FT_Memory memory = loader->memory; in FT_GlyphLoader_Done() local 168 FT_Memory memory = loader->memory; in FT_GlyphLoader_CreateExtra() local 204 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckPoints() local 279 FT_Memory memory = loader->memory; in FT_GlyphLoader_CheckSubGlyphs() local
|
D | basepic.c | 44 FT_Memory memory = library->memory; in ft_base_pic_free() local 62 FT_Memory memory = library->memory; in ft_base_pic_init() local
|
D | ftinit.c | 126 FT_Memory memory; in ft_destroy_default_module_classes() local 158 FT_Memory memory; in ft_create_default_module_classes() local 235 FT_Memory memory; in FT_Init_FreeType() local 268 FT_Memory memory = library->memory; in FT_Done_FreeType() local
|
D | ftobjs.c | 132 FT_Memory memory; in FT_Stream_New() local 200 FT_Memory memory = stream->memory; in FT_Stream_Free() local 239 FT_Memory memory = driver->root.memory; in ft_glyphslot_init() local 267 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_free_bitmap() local 298 FT_Memory memory = FT_FACE_MEMORY( slot->face ); in ft_glyphslot_alloc_bitmap() local 349 FT_Memory memory = driver->root.memory; in ft_glyphslot_done() local 382 FT_Memory memory; in FT_New_GlyphSlot() local 430 FT_Memory memory = driver->root.memory; in FT_Done_GlyphSlot() local 829 destroy_size( FT_Memory memory, in destroy_size() 852 FT_Memory memory ) in destroy_charmaps() [all …]
|
D | ftrfork.c | 160 FT_Memory memory = library->memory; in FT_Raccess_Get_DataOffsets() local 476 FT_Memory memory; in raccess_guess_darwin_ufs_export() local 509 FT_Memory memory; in raccess_guess_darwin_hfsplus() local 545 FT_Memory memory; in raccess_guess_darwin_newvfs() local 577 FT_Memory memory; in raccess_guess_vfat() local 604 FT_Memory memory; in raccess_guess_linux_cap() local 631 FT_Memory memory; in raccess_guess_linux_double() local 662 FT_Memory memory; in raccess_guess_linux_netatalk() local 778 raccess_make_file_name( FT_Memory memory, in raccess_make_file_name()
|
D | ftdbgmem.c | 133 FT_Memory memory; member 229 FT_Memory memory = table->memory; in ft_mem_table_alloc() local 245 FT_Memory memory = table->memory; in ft_mem_table_free() local 305 ft_mem_table_new( FT_Memory memory ) in ft_mem_table_new() 680 ft_mem_debug_alloc( FT_Memory memory, in ft_mem_debug_alloc() 716 ft_mem_debug_free( FT_Memory memory, in ft_mem_debug_free() 740 ft_mem_debug_realloc( FT_Memory memory, in ft_mem_debug_realloc() 824 ft_mem_debug_init( FT_Memory memory ) in ft_mem_debug_init() 887 ft_mem_debug_done( FT_Memory memory ) in ft_mem_debug_done() 923 FT_DumpMemory( FT_Memory memory ) in FT_DumpMemory()
|
/external/freetype/src/sfnt/ |
D | sfntpic.c | 75 FT_Memory memory = library->memory; in sfnt_module_class_pic_free() local 103 FT_Memory memory = library->memory; in sfnt_module_class_pic_init() local
|
D | sfobjs.c | 51 FT_Memory memory ) in tt_name_entry_ascii_from_utf16() 82 FT_Memory memory ) in tt_name_entry_ascii_from_other() 139 FT_Memory memory = face->root.memory; in tt_face_get_name() local 348 FT_Memory memory = stream->memory; in sfnt_open_font() local 921 FT_Memory memory = face->root.stream->memory; in sfnt_load_face() local 1071 FT_Memory memory; in sfnt_done_face() local
|
/external/freetype/src/cff/ |
D | cffpic.c | 79 FT_Memory memory = library->memory; in cff_driver_class_pic_free() local 107 FT_Memory memory = library->memory; in cff_driver_class_pic_init() local
|
D | cffload.c | 231 FT_Memory memory = stream->memory; in cff_index_init() local 306 FT_Memory memory = stream->memory; in cff_index_done() local 323 FT_Memory memory = stream->memory; in cff_index_load_offsets() local 388 FT_Memory memory = idx->stream->memory; in cff_index_get_pointers() local 586 FT_Memory memory = idx->stream->memory; in cff_index_get_name() local 781 FT_Memory memory ) in cff_charset_compute_cids() 831 FT_Memory memory ) in cff_charset_free_cids() 842 FT_Memory memory = stream->memory; in cff_charset_done() local 861 FT_Memory memory = stream->memory; in cff_charset_load() local 1406 cff_subfont_done( FT_Memory memory, in cff_subfont_done() [all …]
|
/external/freetype/src/truetype/ |
D | ttpic.c | 48 FT_Memory memory = library->memory; in tt_driver_class_pic_free() local 71 FT_Memory memory = library->memory; in tt_driver_class_pic_init() local
|
D | ttgxvar.c | 132 FT_Memory memory = stream->memory; in ft_var_readpackedpoints() local 217 FT_Memory memory = stream->memory; in ft_var_readpackeddeltas() local 283 FT_Memory memory = stream->memory; in ft_var_load_avar() local 375 FT_Memory memory = stream->memory; in ft_var_load_gvar() local 620 FT_Memory memory = face->root.memory; in TT_Get_MM_Var() local 863 FT_Memory memory = face->root.memory; in TT_Set_MM_Blend() local 1002 FT_Memory memory = face->root.memory; in TT_Set_Var_Design() local 1122 FT_Memory memory = stream->memory; in tt_face_vary_cvt() local 1326 FT_Memory memory = stream->memory; in TT_Vary_Get_Glyph_Deltas() local 1524 tt_done_blend( FT_Memory memory, in tt_done_blend()
|
/external/freetype/src/psnames/ |
D | pspic.c | 43 FT_Memory memory = library->memory; in psnames_module_class_pic_free() local 67 FT_Memory memory = library->memory; in psnames_module_class_pic_init() local
|
/external/freetype/src/autofit/ |
D | afpic.c | 45 FT_Memory memory = library->memory; in autofit_module_class_pic_free() local 63 FT_Memory memory = library->memory; in autofit_module_class_pic_init() local
|
D | afglobal.c | 184 FT_Memory memory; in af_face_globals_new() local 215 FT_Memory memory = globals->face->memory; in af_face_globals_free() local 277 FT_Memory memory = globals->face->memory; in af_face_globals_get_metrics() local
|
/external/freetype/src/raster/ |
D | rastpic.c | 35 FT_Memory memory = library->memory; in ft_raster1_renderer_class_pic_free() local 55 FT_Memory memory = library->memory; in ft_raster1_renderer_class_pic_init() local
|
/external/freetype/src/smooth/ |
D | ftspic.c | 35 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_free() local 57 FT_Memory memory = library->memory; in ft_smooth_renderer_class_pic_init() local
|
/external/freetype/src/pfr/ |
D | pfrload.c | 352 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_bitmap_info() local 453 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_font_id() local 481 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_stem_snaps() local 525 FT_Memory memory = phy_font->memory; in pfr_extra_item_load_kerning_pairs() local 631 FT_Memory memory, in pfr_aux_name_load() 669 FT_Memory memory ) in pfr_phy_font_done() 718 FT_Memory memory = stream->memory; in pfr_phy_font_load() local
|
/external/webkit/Source/WebKit2/Platform/win/ |
D | SharedMemoryWin.cpp | 125 RefPtr<SharedMemory> memory = adoptRef(new SharedMemory); in create() local 148 RefPtr<SharedMemory> memory = adopt(handle.m_handle, handle.m_size, protection); in create() local 170 RefPtr<SharedMemory> memory = adoptRef(new SharedMemory); in adopt() local
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | PoolAlloc.cpp | 244 unsigned char* memory = reinterpret_cast<unsigned char *>(inUseList) + currentPageOffset; in allocate() local 257 tHeader* memory = reinterpret_cast<tHeader*>(::new char[numBytesToAlloc]); in allocate() local 274 tHeader* memory; in allocate() local
|