Searched refs:fPaintDrawable (Results 1 – 2 of 2) sorted by relevance
95 , fPaintDrawable(new PaintDrawable(paint)) in CompoundDrawable()100 , fPaintDrawable(SkRef(paintDrawable)) in CompoundDrawable()105 buffer.writeFlattenable(fPaintDrawable.get()); in flatten()126 PaintDrawable* paintDrawable() const { return fPaintDrawable.get(); } in paintDrawable()136 sk_sp<PaintDrawable> fPaintDrawable; member in CompoundDrawable
96 , fPaintDrawable(new PaintDrawable(paint)) in CompoundDrawable()101 , fPaintDrawable(SkRef(paintDrawable)) in CompoundDrawable()106 buffer.writeFlattenable(fPaintDrawable.get()); in flatten()127 PaintDrawable* paintDrawable() const { return fPaintDrawable.get(); } in paintDrawable()137 sk_sp<PaintDrawable> fPaintDrawable; member in CompoundDrawable