Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkScalerContext.cpp792 class SkScalerContext_Empty : public SkScalerContext { class
794 SkScalerContext_Empty(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in SkScalerContext_Empty() function in SkScalerContext_Empty
832 c = skstd::make_unique<SkScalerContext_Empty>(sk_ref_sp(const_cast<SkTypeface*>(this)), in createScalerContext()
/external/skia/src/core/
DSkScalerContext.cpp1222 class SkScalerContext_Empty : public SkScalerContext { in MakeEmpty() class
1224 SkScalerContext_Empty(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, in MakeEmpty() function in SkScalerContext::MakeEmpty::SkScalerContext_Empty
1249 return std::make_unique<SkScalerContext_Empty>(std::move(typeface), effects, desc); in MakeEmpty()
DSkGlyph.h343 friend class SkScalerContext_Empty; variable