Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_win.cpp531 class SkScalerContext_GDI : public SkScalerContext { class
533 SkScalerContext_GDI(SkTypeface*, const SkDescriptor* desc);
534 virtual ~SkScalerContext_GDI();
599 SkScalerContext_GDI::SkScalerContext_GDI(SkTypeface* rawTypeface, in SkScalerContext_GDI() function in SkScalerContext_GDI
680 fType = SkScalerContext_GDI::kTrueType_Type; in SkScalerContext_GDI()
683 fType = SkScalerContext_GDI::kLine_Type; in SkScalerContext_GDI()
730 fType = SkScalerContext_GDI::kBitmap_Type; in SkScalerContext_GDI()
750 SkScalerContext_GDI::~SkScalerContext_GDI() { in ~SkScalerContext_GDI()
763 bool SkScalerContext_GDI::isValid() const { in isValid()
767 unsigned SkScalerContext_GDI::generateGlyphCount() { in generateGlyphCount()
[all …]