Searched defs:SkScalerContext_GDI (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_win.cpp535 class SkScalerContext_GDI : public SkScalerContext { class in inherits:SkScalerContext
537 SkScalerContext_GDI(sk_sp<LogFontTypeface>,
540 virtual ~SkScalerContext_GDI();
609 SkScalerContext_GDI::SkScalerContext_GDI(sk_sp<LogFontTypeface> rawTypeface, function in class:SkScalerContext_GDI
691 fType = SkScalerContext_GDI::kTrueType_Type;
694 fType = SkScalerContext_GDI::kLine_Type;
741 fType = SkScalerContext_GDI::kBitmap_Type;
761 SkScalerContext_GDI::~SkScalerContext_GDI() {
[all...]

Completed in 233 milliseconds