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

  /external/freetype/src/truetype/
ttinterp.c 259 /* Init_Context */
274 Init_Context( TT_ExecContext exec,
280 FT_TRACE1(( "Init_Context: new object at 0x%08p\n", exec ));
305 FT_ERROR(( "Init_Context: not enough memory for %p\n", exec ));
597 error = Init_Context( exec, memory );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttinterp.c 266 /* Init_Context */
281 Init_Context( TT_ExecContext exec,
287 FT_TRACE1(( "Init_Context: new object at 0x%08p\n", exec ));
312 FT_ERROR(( "Init_Context: not enough memory for %p\n", exec ));
611 error = Init_Context( exec, memory );
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c 275 /* Init_Context */
290 Init_Context( TT_ExecContext exec,
296 FT_TRACE1(( "Init_Context: new object at 0x%08p\n", exec ));
321 FT_ERROR(( "Init_Context: not enough memory for %p\n", exec ));
620 error = Init_Context( exec, memory );
    [all...]

Completed in 34 milliseconds