Searched refs:SkRandomTypeface (Results 1 - 10 of 10) sorted by relevance

/external/skia/tools/fonts/
H A DSkRandomScalerContext.cpp20 SkRandomScalerContext(sk_sp<SkRandomTypeface>, const SkScalerContextEffects&,
33 SkRandomTypeface* getRandomTypeface() const {
34 return static_cast<SkRandomTypeface*>(this->getTypeface());
40 SkRandomScalerContext::SkRandomScalerContext(sk_sp<SkRandomTypeface> face,
191 SkRandomTypeface::SkRandomTypeface(sk_sp<SkTypeface> proxy, const SkPaint& paint, bool fakeIt) function in class:SkRandomTypeface
197 SkScalerContext* SkRandomTypeface::onCreateScalerContext(const SkScalerContextEffects& effects,
199 return new SkRandomScalerContext(sk_ref_sp(const_cast<SkRandomTypeface*>(this)),
203 void SkRandomTypeface::onFilterRec(SkScalerContextRec* rec) const {
209 std::unique_ptr<SkAdvancedTypefaceMetrics> SkRandomTypeface
[all...]
H A DSkRandomScalerContext.h19 class SkRandomTypeface : public SkTypeface { class in inherits:SkTypeface
21 SkRandomTypeface(sk_sp<SkTypeface> proxy, const SkPaint&, bool fakeit);
/external/skqp/tools/
H A DSkRandomScalerContext.cpp20 SkRandomScalerContext(sk_sp<SkRandomTypeface>, const SkScalerContextEffects&,
33 SkRandomTypeface* getRandomTypeface() const {
34 return static_cast<SkRandomTypeface*>(this->getTypeface());
40 SkRandomScalerContext::SkRandomScalerContext(sk_sp<SkRandomTypeface> face,
191 SkRandomTypeface::SkRandomTypeface(sk_sp<SkTypeface> proxy, const SkPaint& paint, bool fakeIt) function in class:SkRandomTypeface
197 SkScalerContext* SkRandomTypeface::onCreateScalerContext(const SkScalerContextEffects& effects,
199 return new SkRandomScalerContext(sk_ref_sp(const_cast<SkRandomTypeface*>(this)),
203 void SkRandomTypeface::onFilterRec(SkScalerContextRec* rec) const {
209 std::unique_ptr<SkAdvancedTypefaceMetrics> SkRandomTypeface
[all...]
H A DSkRandomScalerContext.h19 class SkRandomTypeface : public SkTypeface { class in inherits:SkTypeface
21 SkRandomTypeface(sk_sp<SkTypeface> proxy, const SkPaint&, bool fakeit);
/external/skia/gm/
H A Dtextblobrandomfont.cpp48 paint.setTypeface(sk_make_sp<SkRandomTypeface>(orig, paint, false));
73 paint.setTypeface(sk_make_sp<SkRandomTypeface>(origEmoji, paint, false));
/external/skqp/gm/
H A Dtextblobrandomfont.cpp48 paint.setTypeface(sk_make_sp<SkRandomTypeface>(orig, paint, false));
73 paint.setTypeface(sk_make_sp<SkRandomTypeface>(origEmoji, paint, false));
/external/skia/tests/
H A DTextBlobCacheTest.cpp98 paint.setTypeface(sk_make_sp<SkRandomTypeface>(orig, paint, true));
/external/skqp/tests/
H A DTextBlobCacheTest.cpp98 paint.setTypeface(sk_make_sp<SkRandomTypeface>(orig, paint, true));
/external/skia/include/core/
H A DSkTypeface.h354 friend class SkRandomTypeface; // getAdvancedMetrics
/external/skqp/include/core/
H A DSkTypeface.h354 friend class SkRandomTypeface; // getAdvancedMetrics

Completed in 190 milliseconds