Home
last modified time | relevance | path

Searched refs:RandomScalerContext (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp14 #include "tools/fonts/RandomScalerContext.h"
18 class RandomScalerContext : public SkScalerContext { class
20 RandomScalerContext(sk_sp<SkRandomTypeface>,
40 RandomScalerContext::RandomScalerContext(sk_sp<SkRandomTypeface> face, in RandomScalerContext() function in RandomScalerContext
50 bool RandomScalerContext::generateAdvance(SkGlyph* glyph) { return fProxy->generateAdvance(glyph); } in generateAdvance()
52 void RandomScalerContext::generateMetrics(SkGlyph* glyph) { in generateMetrics()
87 void RandomScalerContext::generateImage(const SkGlyph& glyph) { in generateImage()
128 bool RandomScalerContext::generatePath(SkGlyphID glyph, SkPath* path) { in generatePath()
132 void RandomScalerContext
[all...]
/third_party/skia/src/core/
H A DSkScalerContext.h407 friend class RandomScalerContext; // For debug purposes
H A DSkGlyph.h340 friend class RandomScalerContext;

Completed in 3 milliseconds