Lines Matching refs:fIntDrawable
94 : fIntDrawable(new IntDrawable(a, b, c, d))
99 : fIntDrawable(SkRef(intDrawable))
104 buffer.writeFlattenable(fIntDrawable.get());
125 IntDrawable* intDrawable() const { return fIntDrawable.get(); }
135 sk_sp<IntDrawable> fIntDrawable;
144 , fIntDrawable(new IntDrawable(e, f, g, h))
151 , fIntDrawable(SkRef(intDrawable))
157 buffer.writeFlattenable(fIntDrawable.get());
184 IntDrawable* intDrawable() const { return fIntDrawable.get(); }
195 sk_sp<IntDrawable> fIntDrawable;