Home
last modified time | relevance | path

Searched refs:new_format (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c214 FT_Bool new_format; in fnt_font_load() local
232 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() local
994 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()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c1388 int new_format = 0; in Android_JNI_SetSurfaceViewFormat() local
1394 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