Home
last modified time | relevance | path

Searched refs:SkScalerContext_GDI (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/ports/
DSkFontHost_win.cpp533 class SkScalerContext_GDI : public SkScalerContext { class
535 SkScalerContext_GDI(SkTypeface*, const SkDescriptor* desc);
536 virtual ~SkScalerContext_GDI();
601 SkScalerContext_GDI::SkScalerContext_GDI(SkTypeface* rawTypeface, in SkScalerContext_GDI() function in SkScalerContext_GDI
682 fType = SkScalerContext_GDI::kTrueType_Type; in SkScalerContext_GDI()
685 fType = SkScalerContext_GDI::kLine_Type; in SkScalerContext_GDI()
732 fType = SkScalerContext_GDI::kBitmap_Type; in SkScalerContext_GDI()
752 SkScalerContext_GDI::~SkScalerContext_GDI() { in ~SkScalerContext_GDI()
765 bool SkScalerContext_GDI::isValid() const { in isValid()
769 unsigned SkScalerContext_GDI::generateGlyphCount() { in generateGlyphCount()
[all …]