HomeSort by relevance Sort by last modified time
    Searched refs:SkTypeface_Custom (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 31 class SkTypeface_Custom : public SkTypeface_FreeType {
33 SkTypeface_Custom(Style style, bool isFixedPitch,
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* closest = fStyles[0]
    [all...]
  /external/skia/src/ports/
SkFontHost_linux.cpp 34 class SkTypeface_Custom : public SkTypeface_FreeType {
36 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName)
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* closest = fStyles[0]
    [all...]

Completed in 228 milliseconds