Searched refs:SkScalerContext_GDI (Results 1 – 3 of 3) sorted by relevance
544 class SkScalerContext_GDI : public SkScalerContext { class546 SkScalerContext_GDI(sk_sp<LogFontTypeface>,549 ~SkScalerContext_GDI() override;618 SkScalerContext_GDI::SkScalerContext_GDI(sk_sp<LogFontTypeface> rawTypeface, in SkScalerContext_GDI() function in SkScalerContext_GDI700 fType = SkScalerContext_GDI::kTrueType_Type; in SkScalerContext_GDI()703 fType = SkScalerContext_GDI::kLine_Type; in SkScalerContext_GDI()750 fType = SkScalerContext_GDI::kBitmap_Type; in SkScalerContext_GDI()770 SkScalerContext_GDI::~SkScalerContext_GDI() { in ~SkScalerContext_GDI()783 bool SkScalerContext_GDI::isValid() const { in isValid()787 unsigned SkScalerContext_GDI::generateGlyphCount() { in generateGlyphCount()[all …]
554 class SkScalerContext_GDI : public SkScalerContext { class556 SkScalerContext_GDI(sk_sp<LogFontTypeface>,559 ~SkScalerContext_GDI() override;632 SkScalerContext_GDI::SkScalerContext_GDI(sk_sp<LogFontTypeface> rawTypeface, in SkScalerContext_GDI() function in SkScalerContext_GDI713 fType = SkScalerContext_GDI::kTrueType_Type; in SkScalerContext_GDI()716 fType = SkScalerContext_GDI::kLine_Type; in SkScalerContext_GDI()763 fType = SkScalerContext_GDI::kBitmap_Type; in SkScalerContext_GDI()783 SkScalerContext_GDI::~SkScalerContext_GDI() { in ~SkScalerContext_GDI()796 bool SkScalerContext_GDI::isValid() const { in isValid()800 bool SkScalerContext_GDI::generateAdvance(SkGlyph* glyph) { in generateAdvance()[all …]
347 friend class SkScalerContext_GDI; variable