Searched refs:ftsize (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DMinikinFontFreeType.cpp62 FT_ULong ftsize = *size; local
63 FT_Error error = FT_Load_Sfnt_Table(mTypeface, tag, 0, buf, &ftsize);
67 *size = ftsize;

Completed in 22 milliseconds