| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_cb_memoryobjects.h | 36 struct pipe_memory_object *memory; member in struct:st_memory_object
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_cb_memoryobjects.h | 36 struct pipe_memory_object *memory; member in struct:st_memory_object
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftotval.c | 78 FT_Memory memory; local 84 memory = FT_FACE_MEMORY( face );
|
| ftgxval.c | 77 FT_Memory memory; local 83 memory = FT_FACE_MEMORY( face ); 128 FT_Memory memory; local 134 memory = FT_FACE_MEMORY( face );
|
| ftsnames.c | 64 FT_Memory memory = face->memory; local 120 FT_Memory memory = face->memory; local
|
| ftmm.c | 153 FT_Memory memory; local 159 memory = library->memory;
|
| ftsystem.c | 21 * low-level, i.e. memory management, i/o access as well as thread 39 * MEMORY MANAGEMENT INTERFACE 58 * The memory allocation function. 61 * memory :: 62 * A pointer to the memory object. 71 ft_alloc( FT_Memory memory, 74 FT_UNUSED( memory ); 86 * The memory reallocation function. 89 * memory :: 90 * A pointer to the memory object 302 FT_Memory memory; local [all...] |
| ftgloadr.c | 69 FT_GlyphLoader_New( FT_Memory memory, 78 loader->memory = memory; 107 FT_Memory memory = loader->memory; local 132 FT_Memory memory = loader->memory; local 169 FT_Memory memory = loader->memory; local 209 FT_Memory memory = loader->memory local 296 FT_Memory memory = loader->memory; local [all...] |
| ftinit.c | 202 FT_Memory memory; local 210 memory = FT_New_Memory(); 211 if ( !memory ) 213 FT_ERROR(( "FT_Init_FreeType: cannot find memory manager\n" )); 220 error = FT_New_Library( memory, alibrary ); 222 FT_Done_Memory( memory ); 237 FT_Memory memory; local 243 memory = library->memory; 248 /* discard memory manager * [all...] |
| ftstream.c | 204 /* equivalent to FT_Stream_ExitFrame(), with no memory block release */ 219 FT_Memory memory = stream->memory; local 223 ft_mem_free( memory, *pbytes ); 248 /* allocate the frame in memory */ 249 FT_Memory memory = stream->memory; local 265 stream->base = (unsigned char*)ft_mem_qalloc( memory, 334 FT_Memory memory = stream->memory; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_device_memory.h | 18 struct vn_device_memory *memory; member in struct:vn_device_memory_pool
|
| /xsrc/external/mit/freetype/dist/builds/unix/ |
| ftsystem.c | 28 /* memory-mapping includes and definitions */ 75 /* MEMORY MANAGEMENT INTERFACE */ 86 /* The memory allocation function. */ 89 /* memory :: A pointer to the memory object. */ 97 ft_alloc( FT_Memory memory, 100 FT_UNUSED( memory ); 112 /* The memory reallocation function. */ 115 /* memory :: A pointer to the memory object. * 389 FT_Memory memory; local [all...] |
| /xsrc/external/mit/freetype/dist/builds/vms/ |
| ftsystem.c | 28 /* memory-mapping includes and definitions */ 74 /* MEMORY MANAGEMENT INTERFACE */ 85 /* The memory allocation function. */ 88 /* memory :: A pointer to the memory object. */ 96 ft_alloc( FT_Memory memory, 99 FT_UNUSED( memory ); 111 /* The memory reallocation function. */ 114 /* memory :: A pointer to the memory object. * 297 FT_Memory memory; local [all...] |
| /xsrc/external/mit/freetype/dist/src/cff/ |
| cffcmap.c | 150 FT_Memory memory = FT_FACE_MEMORY( face ); local 166 return psnames->unicodes_init( memory, 179 FT_Memory memory = FT_FACE_MEMORY( face ); local
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| psarrst.c | 57 FT_Memory memory, 64 arrstack->memory = memory; 78 FT_Memory memory = arrstack->memory; /* for FT_FREE */ local 93 /* return false on memory error */ 102 FT_Memory memory = arrstack->memory; /* for FT_REALLOC */ local 209 /* return false on memory error */
|
| psarrst.h | 53 FT_Memory memory; member in struct:CF2_ArrStackRec_ 69 FT_Memory memory,
|
| psstack.c | 53 cf2_stack_init( FT_Memory memory, 66 stack->memory = memory; 88 FT_Memory memory = stack->memory; local
|
| psstack.h | 64 FT_Memory memory; member in struct:CF2_StackRec_ 74 cf2_stack_init( FT_Memory memory,
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| pshmod.c | 53 FT_Memory memory = module->root.memory; local 57 ps_hints_init( &module->ps_hints, memory );
|
| /xsrc/external/mit/freetype/dist/src/raster/ |
| ftrend1.c | 101 FT_Memory memory = render->root.memory; local
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| test_afm.c | 93 library->memory, 130 stream.memory = library->memory; 137 FT_Memory memory = library->memory; local
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| ftglue.c | 35 ftglue_qalloc( FT_Memory memory, 44 block = memory->alloc( memory, size ); 54 #define QALLOC(ptr,size) ( (ptr) = ftglue_qalloc( memory, (size), &error ), error != 0 ) 59 ftglue_free( memory, _ptr ); \ 66 ftglue_free( FT_Memory memory, 70 memory->free( memory, block ); 111 /* allocate the frame in memory */ 112 FT_Memory memory = stream->memory local 157 FT_Memory memory = stream->memory; local [all...] |
| /xsrc/external/mit/freetype/dist/src/cache/ |
| ftcimage.c | 34 FT_Memory memory = cache->memory; local 62 FT_Memory memory = cache->memory; local
|
| ftcmru.c | 172 FT_Memory memory ) 179 list->memory = memory; 241 FT_Memory memory = list->memory; local 314 FT_Memory memory = list->memory; local
|
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| gxvmod.c | 56 FT_Memory memory = FT_FACE_MEMORY( face ); local 112 FT_Memory volatile memory = FT_FACE_MEMORY( face ); local 194 FT_Memory volatile memory = FT_FACE_MEMORY( face ); local
|