HomeSort by relevance Sort by last modified time
    Searched refs:in_memory (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/type42/
t42parse.h 37 FT_Bool in_memory; member in struct:T42_ParserRec_
t42parse.c 150 parser->in_memory = 0;
163 /* parser->in_memory is set if we have a memory stream. */
191 parser->in_memory = 1;
212 if ( error && !parser->in_memory )
226 if ( !parser->in_memory )
    [all...]
  /external/freetype/src/type1/
t1parse.c 154 parser->in_memory = 0;
185 /* parser->in_memory is set if we have a memory stream. */
216 parser->in_memory = 1;
236 if ( error && !parser->in_memory )
253 if ( !parser->in_memory )
451 if ( parser->in_memory )
t1parse.h 56 /* in_memory :: A boolean. Indicates a memory-based stream. */
73 FT_Bool in_memory; member in struct:T1_ParserRec_
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 146 const char *module_path, bool in_memory);
minidump_generator.cc 1361 bool in_memory = false; local
    [all...]

Completed in 79 milliseconds