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(SkTypeface* proxy, const SkPaint&, bool fakeit);
22 virtual ~SkRandomTypeface();
SkRandomScalerContext.cpp 16 SkRandomScalerContext(SkRandomTypeface*, const SkDescriptor*, bool fFakeIt);
29 SkRandomTypeface* fFace;
38 SkRandomScalerContext::SkRandomScalerContext(SkRandomTypeface* face, const SkDescriptor* desc,
190 SkRandomTypeface::SkRandomTypeface(SkTypeface* proxy, const SkPaint& paint, bool fakeIt)
196 SkRandomTypeface::~SkRandomTypeface() {
200 SkScalerContext* SkRandomTypeface::onCreateScalerContext(
202 return new SkRandomScalerContext(const_cast<SkRandomTypeface*>(this), desc, fFakeIt);
205 void SkRandomTypeface::onFilterRec(SkScalerContextRec* rec) const
    [all...]

Completed in 50 milliseconds