Searched refs:getFontIndex (Results 1 – 4 of 4) sorted by relevance
68 defaultFont = getFontIndex(fontName); in FontMap()89 fFontIndices[script] = getFontIndex(fontName); in FontMap()127 le_int32 FontMap::getFontIndex(const char *fontName) in getFontIndex() function in FontMap
43 le_int32 getFontIndex(const char *fontName);
32 int getFontIndex() const { return fFontIndex; } in getFontIndex() function
185 SkTypeface* typeface = SkTypeface::CreateFromStream(data, desc.getFontIndex()); in Deserialize()