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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 41 #include "SkTypeface_mac.h"
426 class SkTypeface_Mac : public SkTypeface {
428 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch,
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch,
483 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRef, name);
548 const SkTypeface_Mac* macface = (const SkTypeface_Mac*)face;
579 const SkTypeface_Mac* mface = reinterpret_cast<SkTypeface_Mac*>(face);
636 SkTypeface* SkTypeface_Mac::onRefMatchingStyle(Style styleBits) const
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 41 #include "SkTypeface_mac.h"
426 class SkTypeface_Mac : public SkTypeface {
428 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch,
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch,
483 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRef, name);
548 const SkTypeface_Mac* macface = (const SkTypeface_Mac*)face;
579 const SkTypeface_Mac* mface = reinterpret_cast<SkTypeface_Mac*>(face);
636 SkTypeface* SkTypeface_Mac::onRefMatchingStyle(Style styleBits) const
    [all...]

Completed in 706 milliseconds