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

  /external/skia/src/fonts/
SkRandomScalerContext.cpp 14 #include "SkRandomScalerContext.h"
19 class SkRandomScalerContext : public SkScalerContext {
21 SkRandomScalerContext(sk_sp<SkRandomTypeface>, const SkScalerContextEffects&,
41 SkRandomScalerContext::SkRandomScalerContext(sk_sp<SkRandomTypeface> face,
50 unsigned SkRandomScalerContext::generateGlyphCount() {
54 uint16_t SkRandomScalerContext::generateCharToGlyph(SkUnichar uni) {
58 void SkRandomScalerContext::generateAdvance(SkGlyph* glyph) {
62 void SkRandomScalerContext::generateMetrics(SkGlyph* glyph) {
136 void SkRandomScalerContext::generateImage(const SkGlyph& glyph)
    [all...]
  /external/skia/src/core/
SkScalerContext.h 336 friend class SkRandomScalerContext; // For debug purposes

Completed in 2138 milliseconds