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

  /external/skia/src/fonts/
SkRandomScalerContext.h 19 class SkRandomTypeface : public SkTypeface {
21 SkRandomTypeface(sk_sp<SkTypeface> proxy, const SkPaint&, bool fakeit);
SkRandomScalerContext.cpp 21 SkRandomScalerContext(sk_sp<SkRandomTypeface>, const SkScalerContextEffects&,
34 SkRandomTypeface* getRandomTypeface() const {
35 return static_cast<SkRandomTypeface*>(this->getTypeface());
41 SkRandomScalerContext::SkRandomScalerContext(sk_sp<SkRandomTypeface> face,
192 SkRandomTypeface::SkRandomTypeface(sk_sp<SkTypeface> proxy, const SkPaint& paint, bool fakeIt)
198 SkScalerContext* SkRandomTypeface::onCreateScalerContext(const SkScalerContextEffects& effects,
200 return new SkRandomScalerContext(sk_ref_sp(const_cast<SkRandomTypeface*>(this)),
204 void SkRandomTypeface::onFilterRec(SkScalerContextRec* rec) const {
210 std::unique_ptr<SkAdvancedTypefaceMetrics> SkRandomTypeface::onGetAdvancedMetrics() const
    [all...]

Completed in 56 milliseconds