Home
last modified time | relevance | path

Searched refs:matchFamilyStyleCharacter (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/ports/
DSkFontMgr.h77 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
/external/skia/src/core/
DSkFontMgr.cpp111 SkTypeface* SkFontMgr::matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, in matchFamilyStyleCharacter() function in SkFontMgr
/external/skia/gm/
Dfontmgr.cpp34 SkTypeface* typeface = fm->matchFamilyStyleCharacter(fontName, fontStyle, in drawCharacter()