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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp31 class SkTypeface_Custom : public SkTypeface_FreeType { class in inherits:SkTypeface_FreeType
33 SkTypeface_Custom(Style style, bool isFixedPitch, function in class:SkTypeface_Custom
68 class SkTypeface_Empty : public SkTypeface_Custom {
78 typedef SkTypeface_Custom INHERITED;
82 class SkTypeface_Stream : public SkTypeface_Custom {
101 typedef SkTypeface_Custom INHERITED;
105 class SkTypeface_File : public SkTypeface_Custom {
130 typedef SkTypeface_Custom INHERITED;
138 * This class is used by SkFontMgr_Custom to hold SkTypeface_Custom families.
176 SkTypeface_Custom* closes
[all...]
/external/skia/src/ports/
H A DSkFontHost_linux.cpp34 class SkTypeface_Custom : public SkTypeface_FreeType { class in inherits:SkTypeface_FreeType
36 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) function in class:SkTypeface_Custom
62 class SkTypeface_Empty : public SkTypeface_Custom {
72 typedef SkTypeface_Custom INHERITED;
76 class SkTypeface_Stream : public SkTypeface_Custom {
95 typedef SkTypeface_Custom INHERITED;
99 class SkTypeface_File : public SkTypeface_Custom {
124 typedef SkTypeface_Custom INHERITED;
132 * This class is used by SkFontMgr_Custom to hold SkTypeface_Custom families.
170 SkTypeface_Custom* closes
[all...]

Completed in 134 milliseconds