Searched defs:memory (Results 226 - 250 of 419) sorted by relevance

1234567891011>>

/external/freetype/src/gzip/
H A Dftgzip.c114 /* it is better to use FreeType memory routines instead of raw
118 ft_gzip_alloc( FT_Memory memory, argument
133 ft_gzip_free( FT_Memory memory, argument
174 FT_Memory memory; /* memory allocator */ member in struct:FT_GZipFileRec_
283 zip->memory = stream->memory;
303 zstream->opaque = stream->memory;
334 zip->memory = NULL;
488 /* Yes, that is not too efficient, but it saves memory
549 FT_Memory memory = stream->memory; local
606 FT_Memory memory = source->memory; local
[all...]
/external/freetype/src/pfr/
H A Dpfrload.c352 FT_Memory memory = phy_font->memory; local
453 FT_Memory memory = phy_font->memory; local
481 FT_Memory memory = phy_font->memory; local
525 FT_Memory memory = phy_font->memory; local
631 FT_Memory memory,
669 FT_Memory memory )
629 pfr_aux_name_load( FT_Byte* p, FT_UInt len, FT_Memory memory, FT_String* *astring ) argument
718 FT_Memory memory = stream->memory; local
[all...]
/external/freetype/src/pshinter/
H A Dpshglob.c623 FT_Memory memory; local
626 memory = globals->memory;
645 psh_globals_new( FT_Memory memory, argument
659 globals->memory = memory;
H A Dpshglob.h137 FT_Memory memory; member in struct:PSH_GlobalsRec_
H A Dpshrec.h133 FT_Memory memory; member in struct:PS_HintsRec_
146 FT_Memory memory );
/external/freetype/src/psnames/
H A Dpsmodule.c300 ps_unicodes_init( FT_Memory memory, argument
/external/freetype/src/sfnt/
H A Dttload.c321 FT_Memory memory = stream->memory; local
429 /* Loads any font table into client memory. */
741 FT_Memory memory = stream->memory; local
869 FT_Memory memory = face->root.driver->root.memory; local
1233 FT_Memory memory = stream->memory; local
/external/freetype/src/smooth/
H A Dftsmooth.c113 FT_Memory memory = render->root.memory; local
/external/freetype/src/truetype/
H A Dttobjs.c76 FT_Memory memory = zone->memory; local
79 if ( memory )
89 zone->memory = NULL;
103 /* memory :: A handle to the current memory object. */
116 tt_glyphzone_new( FT_Memory memory,
125 zone->memory = memory;
680 FT_Memory memory; local
925 FT_Memory memory = face->root.memory; local
970 FT_Memory memory = face->root.memory; local
[all...]
/external/llvm/include/llvm/Support/
H A DEndian.h45 /// Read a value of a particular endianness from memory.
49 inline value_type read(const void *memory) { argument
53 LLVM_ASSUME_ALIGNED(memory,
62 inline value_type readNext(const unsigned char *&memory) { argument
63 value_type ret = read<value_type, endian, alignment>(memory);
64 memory += sizeof(value_type);
68 /// Write a value to memory with a particular endianness.
72 inline void write(void *memory, value_type value) { argument
74 memcpy(LLVM_ASSUME_ALIGNED(memory,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftrfork.c160 FT_Memory memory = library->memory; local
353 raccess_make_file_name( FT_Memory memory,
476 FT_Memory memory; local
481 memory = library->memory;
482 newpath = raccess_make_file_name( memory, base_file_name, "._" );
509 FT_Memory memory; local
515 memory = library->memory;
545 FT_Memory memory; local
577 FT_Memory memory; local
604 FT_Memory memory; local
631 FT_Memory memory; local
662 FT_Memory memory; local
778 raccess_make_file_name( FT_Memory memory, const char *original_name, const char *insertion ) argument
[all...]
H A Dfxft_ftbitmap.c47 FT_Memory memory = library->memory; local
100 ft_bitmap_assure_buffer( FT_Memory memory, argument
143 /* if no need to allocate memory */
288 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
440 FT_Memory memory; local
446 memory = library->memory;
740 FT_Memory memory; local
749 memory
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2ft.c102 FT_Memory memory = font->memory; local
105 (void)memory;
209 FT_Memory memory,
214 outline->root.memory = memory;
273 FT_Memory memory; local
280 memory = decoder->builder.memory;
297 font->memory
208 cf2_outline_init( CF2_Outline outline, FT_Memory memory, FT_Error* error ) argument
[all...]
H A Dcf2glue.h133 FT_Memory memory; member in struct:CF2_OutlineCallbacksRec_
H A Dcffdrivr.c335 FT_Memory memory = face->root.memory; local
H A Dcffgload.h45 /* memory :: The current memory object. */
83 FT_Memory memory; member in struct:CFF_Builder_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c208 FT_Memory memory = face->root.memory; local
393 FT_Memory memory = face->root.memory; local
640 FT_Memory memory = face->root.memory; local
647 error = cid_parser_new( parser, face->root.stream, face->root.memory,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c631 FT_Memory memory; local
634 memory = globals->memory;
653 psh_globals_new( FT_Memory memory, argument
667 globals->memory = memory;
H A Dpshglob.h137 FT_Memory memory; member in struct:PSH_GlobalsRec_
H A Dpshrec.h133 FT_Memory memory; member in struct:PS_HintsRec_
146 FT_Memory memory );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dfxft_psmodule.c359 ps_unicodes_init( FT_Memory memory, argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfobjs.c51 FT_Memory memory )
88 FT_Memory memory )
121 FT_Memory memory );
149 FT_Memory memory = face->root.memory; local
292 result = convert( rec, memory );
358 FT_Memory memory = stream->memory; local
928 FT_Memory memory = face->root.stream->memory; local
1078 FT_Memory memory; local
[all...]
H A Dttload.c347 FT_Memory memory = stream->memory; local
455 /* Loads any font table into client memory. */
767 FT_Memory memory = stream->memory; local
895 FT_Memory memory = face->root.driver->root.memory; local
1241 FT_Memory memory = stream->memory; local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c113 FT_Memory memory = render->root.memory; local
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.c76 FT_Memory memory = zone->memory; local
79 if ( memory )
89 zone->memory = NULL;
103 /* memory :: A handle to the current memory object. */
116 tt_glyphzone_new( FT_Memory memory,
125 zone->memory = memory;
685 FT_Memory memory; local
930 FT_Memory memory = face->root.memory; local
975 FT_Memory memory = face->root.memory; local
[all...]

Completed in 523 milliseconds

1234567891011>>