Home
last modified time | relevance | path

Searched refs:getFontIndex (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/samples/layout/
DFontMap.cpp68 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
DFontMap.h43 le_int32 getFontIndex(const char *fontName);
/external/skia/src/core/
DSkFontDescriptor.h32 int getFontIndex() const { return fFontIndex; } in getFontIndex() function
DSkTypeface.cpp185 SkTypeface* typeface = SkTypeface::CreateFromStream(data, desc.getFontIndex()); in Deserialize()