HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /external/freetype/src/cff/
cffgload.h 45 /* memory :: The current memory object. */
83 FT_Memory memory; member in struct:CFF_Builder_
cffparse.c 658 FT_Memory memory = library->memory; local
667 FT_Memory memory = library->memory; local
cffload.c 232 FT_Memory memory = stream->memory; local
307 FT_Memory memory = stream->memory; local
324 FT_Memory memory = stream->memory; local
389 FT_Memory memory = idx->stream->memory; local
541 /* this index was completely loaded in memory, that's easy */
587 FT_Memory memory = idx->stream->memory local
843 FT_Memory memory = stream->memory; local
862 FT_Memory memory = stream->memory; local
1435 FT_Memory memory = stream->memory; local
1625 FT_Memory memory = font->memory; local
    [all...]
cffobjs.c 167 FT_Memory memory = cffsize->face->memory; local
176 error = funcs->create( cffsize->face->memory, &priv,
187 error = funcs->create( cffsize->face->memory, &priv,
381 cff_strcpy( FT_Memory memory,
573 FT_Memory memory = cffface->memory; local
805 style_name = cff_strcpy( memory, fullp );
823 cffface->family_name = cff_strcpy( memory, cid_font_name );
830 cffface->style_name = cff_strcpy( memory, (char *)"Regular" )
1014 FT_Memory memory; local
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 601 FT_Memory memory; local
604 memory = globals->memory;
623 psh_globals_new( FT_Memory memory,
637 globals->memory = memory;
pshglob.h 137 FT_Memory memory; member in struct:PSH_GlobalsRec_
pshrec.h 133 FT_Memory memory; member in struct:PS_HintsRec_
146 FT_Memory memory );
pshrec.c 51 FT_Memory memory )
63 FT_Memory memory )
83 FT_Memory memory,
96 error = ps_hint_table_ensure( table, count, memory );
125 FT_Memory memory )
138 FT_Memory memory )
187 FT_Memory memory )
198 error = ps_mask_ensure( mask, idx + 1, memory );
216 FT_Memory memory )
223 ps_mask_done( mask, memory );
788 FT_Memory memory = hints->memory; local
864 FT_Memory memory = hints->memory; local
903 FT_Memory memory = hints->memory; local
964 FT_Memory memory = hints->memory; local
1006 FT_Memory memory = hints->memory; local
1051 FT_Memory memory = hints->memory; local
1096 FT_Memory memory = hints->memory; local
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 51 FT_Memory memory )
82 FT_Memory memory )
111 FT_Memory memory );
139 FT_Memory memory = face->root.memory; local
282 result = convert( rec, memory );
348 FT_Memory memory = stream->memory; local
913 FT_Memory memory = face->root.stream->memory; local
1063 FT_Memory memory; local
    [all...]
ttload.c 325 FT_Memory memory = stream->memory; local
430 /* Loads any font table into client memory. */
742 FT_Memory memory = stream->memory; local
870 FT_Memory memory = face->root.driver->root.memory; local
1213 FT_Memory memory = stream->memory; local
    [all...]
ttsbit.c 25 * Alas, the memory-optimized sbit loader can't be used when implementing
279 FT_Memory memory = stream->memory; local
340 FT_Memory memory = stream->memory; local
422 FT_Memory memory = stream->memory; local
615 FT_Memory memory = face->root.memory; local
1257 FT_Memory memory = stream->memory; local
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 75 FT_Memory memory = zone->memory; local
78 if ( memory )
88 zone->memory = NULL;
102 /* memory :: A handle to the current memory object. */
115 tt_glyphzone_new( FT_Memory memory,
124 zone->memory = memory;
647 FT_Memory memory; local
872 FT_Memory memory = face->root.memory; local
917 FT_Memory memory = face->root.memory; local
    [all...]
ttgxvar.c 132 FT_Memory memory = stream->memory; local
217 FT_Memory memory = stream->memory; local
283 FT_Memory memory = stream->memory; local
375 FT_Memory memory = stream->memory; local
620 FT_Memory memory = face->root.memory; local
863 FT_Memory memory = face->root.memory; local
1002 FT_Memory memory = face->root.memory; local
1122 FT_Memory memory = stream->memory; local
1326 FT_Memory memory = stream->memory; local
    [all...]
  /external/libxml2/
threads.c 453 "xmlGlobalInitMutexLock: out of memory\n");
557 * global state. It is is used here to reclaim memory resources.
564 /* free any memory allocated in the thread's xmlLastError */
586 "xmlGetGlobalState: out of memory\n");
602 void *memory; member in struct:_xmlGlobalStateCleanupHelperParams
612 xmlFreeGlobalState(params->memory);
619 void *memory; member in struct:_xmlGlobalStateCleanupHelperParams
693 globalval = (xmlGlobalState *) (p ? p->memory : NULL);
704 "xmlGetGlobalState: out of memory\n");
708 p->memory = tsd
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 61 int console, memory; local
67 memory = open(PS2_DEV_MEM, O_RDWR, 0);
68 if ( memory >= 0 ) {
69 close(memory);
71 return((console >= 0) && (memory >= 0));
483 /* Memory map the DMA area for block memory transfer */
531 /* Set up the memory for screen update DMA commands */
565 /* We lie here - the screen memory isn't really the visible
566 display memory and still requires an update, but thi
    [all...]
  /external/webkit/Source/WebCore/page/
Console.cpp 344 MemoryInfo* Console::memory() const function in class:WebCore::Console
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_simple.h 78 unsigned int memory; /* begin of waveform in onboard memory */ member in struct:__anon20664::__anon20665
79 unsigned char *ptr; /* pointer to waveform in system memory */
ainstr_gf1.h 58 unsigned int memory; /* begin of waveform in onboard memory */ member in struct:gf1_wave::__anon20657
59 unsigned char *ptr; /* pointer to waveform in system memory */
  /external/freetype/src/base/
ftrfork.c 160 FT_Memory memory = library->memory; local
347 raccess_make_file_name( FT_Memory memory,
498 FT_Memory memory; local
503 memory = library->memory;
504 newpath = raccess_make_file_name( memory, base_file_name, "._" );
531 FT_Memory memory; local
537 memory = library->memory;
567 FT_Memory memory; local
599 FT_Memory memory; local
626 FT_Memory memory; local
653 FT_Memory memory; local
684 FT_Memory memory; local
    [all...]
ftdbgmem.c 5 /* Memory debugger (body). */
33 * memory, however.
42 FT_DumpMemory( FT_Memory memory );
54 * site. This is useful to know where memory operations happen the
79 * We don't need a resizable array for the memory sources, because
86 * memory block. If KEEPALIVE is defined, blocks that are freed by
89 * at the price of large memory footprint during execution.
133 FT_Memory memory; member in struct:FT_MemTableRec_
229 FT_Memory memory = table->memory; local
245 FT_Memory memory = table->memory; local
    [all...]
  /external/freetype/src/psaux/
psobjs.c 62 /* memory :: The memory object to use for all subsequent */
71 FT_Memory memory )
76 table->memory = memory;
119 FT_Memory memory = table->memory; local
151 /* Adds an object to a PS_Table, possibly growing its memory block. */
159 /* object :: The address of the object to copy in memory. */
236 /* This function does NOT release the heap's memory block. It is up *
242 FT_Memory memory = table->memory; local
266 FT_Memory memory = table->memory; local
1132 FT_Memory memory = parser->memory; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Types.h 26 void* memory = GlobalPoolAllocator.allocate(sizeof(TTypeList)); local
27 return new(memory) TTypeList;
34 // could be used, but also trying to avoid lots of memory management overhead.
  /frameworks/base/libs/binder/
MemoryDealer.cpp 237 sp<IMemory> memory; local
240 memory = new Allocation(this, heap(), offset, size);
242 return memory;
265 // align all the memory blocks on a cache-line boundary
  /external/freetype/src/autofit/
afhints.c 28 FT_Memory memory,
72 FT_Memory memory,
509 FT_Memory memory )
512 hints->memory = memory;
519 if ( hints && hints->memory )
521 FT_Memory memory = hints->memory; local
551 hints->memory = NULL;
581 FT_Memory memory = hints->memory local
    [all...]
afhints.h 333 FT_Memory memory; member in struct:AF_GlyphHintsRec_
404 FT_Memory memory,
411 FT_Memory memory,
416 FT_Memory memory );

Completed in 622 milliseconds

1 23 4 5 6