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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp34 bool sysFont, const SkString familyName, int index)
36 , fIsSysFont(sysFont), fFamilyName(familyName), fIndex(index)
84 SkTypeface_Stream(Style style, bool isFixedPitch, bool sysFont, const SkString familyName, argument
86 : INHERITED(style, isFixedPitch, sysFont, familyName, ttcIndex)
107 SkTypeface_File(Style style, bool isFixedPitch, bool sysFont, const SkString familyName, argument
109 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
33 SkTypeface_Custom(Style style, bool isFixedPitch, bool sysFont, const SkString familyName, int index) argument
/external/skia/src/ports/
H A DSkFontHost_linux.cpp36 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) argument
38 , fIsSysFont(sysFont), fFamilyName(familyName)
78 SkTypeface_Stream(Style style, bool sysFont, SkStream* stream, argument
80 : INHERITED(style, sysFont, isFixedPitch, familyName)
101 SkTypeface_File(Style style, bool sysFont, const char path[], argument
103 : INHERITED(style, sysFont, isFixedPitch, familyName)

Completed in 83 milliseconds