Searched refs:new_format (Results 1 – 2 of 2) sorted by relevance
214 FT_Bool new_format; in fnt_font_load() local232 new_format = FT_BOOL( font->header.version == 0x300 ); in fnt_font_load()233 size = new_format ? 148 : 118; in fnt_font_load()967 FT_Bool new_format; in FNT_Load_Glyph() local994 new_format = FT_BOOL( font->header.version == 0x300 ); in FNT_Load_Glyph()995 len = new_format ? 6 : 4; in FNT_Load_Glyph()998 offset = ( new_format ? 148 : 118 ) + len * glyph_index; in FNT_Load_Glyph()1000 if ( offset >= font->header.file_size - 2 - ( new_format ? 4 : 2 ) ) in FNT_Load_Glyph()1012 if ( new_format ) in FNT_Load_Glyph()
1388 int new_format = 0; in Android_JNI_SetSurfaceViewFormat() local1394 new_format = 1; in Android_JNI_SetSurfaceViewFormat()1396 new_format = 2; in Android_JNI_SetSurfaceViewFormat()1399 new_format = 0; in Android_JNI_SetSurfaceViewFormat()1402 (*env)->CallStaticVoidMethod(env, mActivityClass, midSetSurfaceViewFormat, new_format); in Android_JNI_SetSurfaceViewFormat()
Completed in 10 milliseconds