Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGlyph.h227 friend class SkScalerContext_Empty; variable
DSkScalerContext.cpp866 class SkScalerContext_Empty : public SkScalerContext { class
868 SkScalerContext_Empty(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in SkScalerContext_Empty() function in SkScalerContext_Empty
903 c = skstd::make_unique<SkScalerContext_Empty>(sk_ref_sp(const_cast<SkTypeface*>(this)), in createScalerContext()
/third_party/skia/src/core/
DSkScalerContext.cpp1233 class SkScalerContext_Empty : public SkScalerContext { in MakeEmpty() class
1235 SkScalerContext_Empty(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in MakeEmpty() function in SkScalerContext::MakeEmpty::SkScalerContext_Empty
1260 return std::make_unique<SkScalerContext_Empty>(std::move(typeface), effects, desc); in MakeEmpty()
DSkGlyph.h344 friend class SkScalerContext_Empty; variable