Home
last modified time | relevance | path

Searched defs:font_collection (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_truetype.h1302 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()
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp2882 sk_sp<FontCollection> font_collection = sk_make_sp<FontCollection>(); in onDrawContent() local