HomeSort by relevance Sort by last modified time
    Searched refs:SkScalerContext_GDI (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 547 class SkScalerContext_GDI : public SkScalerContext {
549 SkScalerContext_GDI(SkTypeface*, const SkDescriptor* desc);
550 virtual ~SkScalerContext_GDI();
616 SkScalerContext_GDI::SkScalerContext_GDI(SkTypeface* rawTypeface,
713 fType = SkScalerContext_GDI::kTrueType_Type;
716 fType = SkScalerContext_GDI::kLine_Type;
763 fType = SkScalerContext_GDI::kBitmap_Type;
783 SkScalerContext_GDI::~SkScalerContext_GDI() {
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 546 class SkScalerContext_GDI : public SkScalerContext {
548 SkScalerContext_GDI(SkTypeface*, const SkDescriptor* desc);
549 virtual ~SkScalerContext_GDI();
616 SkScalerContext_GDI::SkScalerContext_GDI(SkTypeface* rawTypeface,
713 fType = SkScalerContext_GDI::kTrueType_Type;
716 fType = SkScalerContext_GDI::kLine_Type;
763 fType = SkScalerContext_GDI::kBitmap_Type;
783 SkScalerContext_GDI::~SkScalerContext_GDI() {
    [all...]

Completed in 52 milliseconds