HomeSort by relevance Sort by last modified time
    Searched defs:memory (Results 176 - 200 of 501) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/elfutils/libebl/
eblstrtab.c 66 char memory[0]; member in struct:memoryblock
73 struct memoryblock *memory; member in struct:Ebl_Strtab
119 size_t overhead = offsetof (struct memoryblock, memory);
129 newmem->next = st->memory;
130 st->memory = newmem;
131 st->backp = newmem->memory;
141 struct memoryblock *mb = st->memory;
163 /* Make sure there is enough room in the memory block. */
229 /* Allocate memory for the new string and its associated information. */
248 /* We have an exact match with a substring. Free the memory
    [all...]
  /external/freetype/src/autofit/
afmodule.c 500 if ( _af_debug_hints_rec->memory )
514 FT_Memory memory = module->root.library->memory; local
526 if ( hints->memory )
529 af_glyph_hints_init( hints, memory );
558 af_glyph_hints_init( hints, memory );
afshaper.c 595 FT_Memory memory = face->memory; local
609 FT_Memory memory = face->memory; local
  /external/freetype/src/base/
ftbitmap.c 58 FT_Memory memory; local
88 memory = library->memory;
150 ft_bitmap_assure_buffer( FT_Memory memory,
191 /* if no need to allocate memory */
363 error = ft_bitmap_assure_buffer( library->memory, bitmap,
510 FT_Memory memory; local
522 memory = library->memory;
815 FT_Memory memory; local
    [all...]
ftrfork.c 197 FT_Memory memory = library->memory; local
445 raccess_make_file_name( FT_Memory memory,
568 FT_Memory memory; local
573 memory = library->memory;
574 newpath = raccess_make_file_name( memory, base_file_name, "._" );
601 FT_Memory memory; local
607 memory = library->memory;
637 FT_Memory memory; local
669 FT_Memory memory; local
696 FT_Memory memory; local
723 FT_Memory memory; local
754 FT_Memory memory; local
    [all...]
  /external/freetype/src/bdf/
bdfdrivr.c 203 FT_Memory memory = face->memory; local
313 FT_Memory memory; local
319 memory = FT_FACE_MEMORY( face );
345 FT_Memory memory = FT_FACE_MEMORY( face ); local
364 error = bdf_load_font( stream, memory, &options, &font );
  /external/freetype/src/bzip2/
ftbzip2.c 62 /* it is better to use FreeType memory routines instead of raw
69 ft_bzip2_alloc( FT_Memory memory,
84 ft_bzip2_free( FT_Memory memory,
105 FT_Memory memory; /* memory allocator */ member in struct:FT_BZip2FileRec_
156 zip->memory = stream->memory;
177 bzstream->opaque = zip->memory;
208 zip->memory = NULL;
371 /* Yes, that is not too efficient, but it saves memory :-) *
432 FT_Memory memory = stream->memory; local
465 FT_Memory memory; local
    [all...]
  /external/freetype/src/cache/
ftccache.h 153 FT_Memory memory; member in struct:FTC_CacheRec_
226 /* NOTE: _nodcomp() may change the linked list to reduce memory. */ \
298 * loop to flush the cache repeatedly in case of memory overflows.
ftcmanag.c 364 FT_Memory memory; local
374 memory = library->memory;
389 manager->memory = memory;
399 memory );
405 memory );
419 FT_Memory memory; local
426 memory = manager->memory;
590 FT_Memory memory = manager->memory; local
    [all...]
  /external/freetype/src/cff/
cffdrivr.c 472 FT_Memory memory = face->root.memory; local
516 FT_Memory memory = face->root.memory; local
    [all...]
  /external/freetype/src/cid/
cidload.c 217 FT_Memory memory = face->root.memory; local
441 FT_Memory memory = face->root.memory; local
695 FT_Memory memory = face->root.memory; local
708 error = cid_parser_new( parser, face->root.stream, face->root.memory,
  /external/freetype/src/gzip/
ftgzip.c 125 /* it is better to use FreeType memory routines instead of raw
129 ft_gzip_alloc( FT_Memory memory,
144 ft_gzip_free( FT_Memory memory,
185 FT_Memory memory; /* memory allocator */ member in struct:FT_GZipFileRec_
294 zip->memory = stream->memory;
314 zstream->opaque = stream->memory;
345 zip->memory = NULL;
506 /* Yes, that is not too efficient, but it saves memory :-) *
567 FT_Memory memory = stream->memory; local
627 FT_Memory memory; local
    [all...]
  /external/freetype/src/lzw/
ftzopen.h 32 * 400 KByte of heap memory before decompressing anything.
77 * Both arrays are stored in a single memory block, pointed to by
145 FT_Memory memory; member in struct:FT_LzwStateRec_
  /external/freetype/src/pcf/
pcfdrivr.c 211 FT_Memory memory; local
217 memory = FT_FACE_MEMORY( face );
  /external/freetype/src/pfr/
pfrgload.c 55 FT_Memory memory = glyph->loader->memory; local
254 FT_Memory memory = glyph->loader->memory; local
565 FT_Memory memory = loader->memory; local
pfrload.c 460 FT_Memory memory = phy_font->memory; local
561 FT_Memory memory = phy_font->memory; local
589 FT_Memory memory = phy_font->memory; local
633 FT_Memory memory = phy_font->memory; local
738 FT_Memory memory,
779 FT_Memory memory )
828 FT_Memory memory = stream->memory; local
    [all...]
pfrobjs.c 47 FT_Memory memory; local
53 memory = pfrface->driver->root.memory;
213 FT_Memory memory = pfrface->stream->memory; local
  /external/freetype/src/psaux/
psft.c 114 FT_Memory memory = font->memory; local
250 FT_Memory memory,
255 outline->root.memory = memory;
312 FT_Memory memory; local
329 memory = decoder->builder.memory;
346 font->memory = memory;
    [all...]
psglue.h 133 FT_Memory memory; member in struct:CF2_OutlineCallbacksRec_
  /external/freetype/src/pshinter/
pshglob.c 623 FT_Memory memory; local
626 memory = globals->memory;
645 psh_globals_new( FT_Memory memory,
659 globals->memory = memory;
pshglob.h 137 FT_Memory memory; member in struct:PSH_GlobalsRec_
pshrec.h 129 FT_Memory memory; member in struct:PS_HintsRec_
142 FT_Memory memory );
  /external/freetype/src/sfnt/
ttload.c 340 FT_Memory memory = stream->memory; local
505 /* Loads any font table into client memory. */
808 FT_Memory memory = stream->memory; local
998 FT_Memory memory = face->root.driver->root.memory; local
1373 FT_Memory memory = stream->memory; local
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 72 FT_Memory memory = zone->memory; local
75 if ( memory )
85 zone->memory = NULL;
99 /* memory :: A handle to the current memory object. */
112 tt_glyphzone_new( FT_Memory memory,
121 zone->memory = memory;
743 FT_Memory memory; local
980 FT_Memory memory = face->root.memory; local
1023 FT_Memory memory = face->root.memory; local
    [all...]
  /external/freetype/src/type42/
t42objs.c 37 FT_Memory memory = face->root.memory; local
58 memory,
410 FT_Memory memory; local
418 memory = face->root.memory;
448 T1_Done_AFM( memory, (T1_AFM*)face->afm_data );

Completed in 1336 milliseconds

1 2 3 4 5 6 78 91011>>