Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkFontHost_win.cpp555 class SkScalerContext_GDI : public SkScalerContext { class
557 SkScalerContext_GDI(sk_sp<LogFontTypeface>,
560 ~SkScalerContext_GDI() override;
633 SkScalerContext_GDI::SkScalerContext_GDI(sk_sp<LogFontTypeface> rawTypeface, in SkScalerContext_GDI() function in SkScalerContext_GDI
714 fType = SkScalerContext_GDI::kTrueType_Type; in SkScalerContext_GDI()
717 fType = SkScalerContext_GDI::kLine_Type; in SkScalerContext_GDI()
764 fType = SkScalerContext_GDI::kBitmap_Type; in SkScalerContext_GDI()
784 SkScalerContext_GDI::~SkScalerContext_GDI() { in ~SkScalerContext_GDI()
797 bool SkScalerContext_GDI::isValid() const { in isValid()
801 bool SkScalerContext_GDI::generateAdvance(SkGlyph* glyph) { in generateAdvance()
[all …]
/third_party/flutter/skia/src/ports/
DSkFontHost_win.cpp547 class SkScalerContext_GDI : public SkScalerContext { class
549 SkScalerContext_GDI(sk_sp<LogFontTypeface>,
552 ~SkScalerContext_GDI() override;
627 SkScalerContext_GDI::SkScalerContext_GDI(sk_sp<LogFontTypeface> rawTypeface, in SkScalerContext_GDI() function in SkScalerContext_GDI
709 fType = SkScalerContext_GDI::kTrueType_Type; in SkScalerContext_GDI()
712 fType = SkScalerContext_GDI::kLine_Type; in SkScalerContext_GDI()
759 fType = SkScalerContext_GDI::kBitmap_Type; in SkScalerContext_GDI()
779 SkScalerContext_GDI::~SkScalerContext_GDI() { in ~SkScalerContext_GDI()
792 bool SkScalerContext_GDI::isValid() const { in isValid()
796 unsigned SkScalerContext_GDI::generateGlyphCount() { in generateGlyphCount()
[all …]
/third_party/flutter/skia/src/core/
DSkGlyph.h231 friend class SkScalerContext_GDI; variable
/third_party/skia/src/core/
DSkGlyph.h348 friend class SkScalerContext_GDI; variable