Home
last modified time | relevance | path

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

/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