Searched defs:font_collection (Results 1 – 2 of 2) sorted by relevance
1302 static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_collection, int index) in stbtt_GetFontOffsetForIndex_internal()1321 static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) in stbtt_GetNumberOfFonts_internal()4751 static int stbtt_FindMatchingFont_internal(unsigned char *font_collection, char *name_utf8, stbtt_i… in stbtt_FindMatchingFont_internal()
2882 sk_sp<FontCollection> font_collection = sk_make_sp<FontCollection>(); in onDrawContent() local