Searched refs:sysFont (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/ports/ |
D | SkFontMgr_custom.cpp | 29 bool sysFont, const SkString familyName, int index) in SkTypeface_Custom() argument 31 , fIsSysFont(sysFont), fFamilyName(familyName), fIndex(index) in SkTypeface_Custom() 55 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() argument 57 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex()) in SkTypeface_Stream() 71 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument 73 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_File()
|
D | SkFontMgr_custom.h | 28 bool sysFont, const SkString familyName, int index); 62 const SkFontStyle& style, bool isFixedPitch, bool sysFont, 78 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
|