Searched defs:sysFont (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontMgr_custom.cpp31 bool sysFont, const SkString familyName, int index)
33 , fIsSysFont(sysFont), fFamilyName(familyName), fIndex(index)
75 SkTypeface_Stream(const SkFontStyle& style, bool isFixedPitch, bool sysFont, argument
77 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
96 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, argument
98 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
30 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, bool sysFont, const SkString familyName, int index) argument

Completed in 26 milliseconds