Home
last modified time | relevance | path

Searched refs:sysFont (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_custom.cpp29 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()
DSkFontMgr_custom.h28 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,