Lines Matching refs:get
104 buffer.writeFlattenable(fIntDrawable.get());
105 buffer.writeFlattenable(fPaintDrawable.get());
119 return sk_sp<CompoundDrawable>(new CompoundDrawable((IntDrawable*) intDrawable.get(),
120 (PaintDrawable*) paintDrawable.get()));
125 IntDrawable* intDrawable() const { return fIntDrawable.get(); }
126 PaintDrawable* paintDrawable() const { return fPaintDrawable.get(); }
156 buffer.writeFlattenable(fCompoundDrawable.get());
157 buffer.writeFlattenable(fIntDrawable.get());
158 buffer.writeFlattenable(fDrawable.get());
176 return sk_sp<RootDrawable>(new RootDrawable((CompoundDrawable*) compoundDrawable.get(),
177 (IntDrawable*) intDrawable.get(),
178 (SkDrawable*) drawable.get()));
183 CompoundDrawable* compoundDrawable() const { return fCompoundDrawable.get(); }
184 IntDrawable* intDrawable() const { return fIntDrawable.get(); }
185 SkDrawable* drawable() const { return fDrawable.get(); }
214 sk_sp<RootDrawable> root(new RootDrawable(5, 6, 7, 8, paint, 9, 10, 11, 12, drawable.get()));
216 writeBuffer.writeFlattenable(root.get());
228 RootDrawable* rootOut = (RootDrawable*) out.get();
265 sk_sp<RootDrawable> root(new RootDrawable(5, 6, 7, 8, paint, 9, 10, 11, 12, drawable.get()));
266 canvas->drawDrawable(root.get(), 747.0f, 242.0f);
268 canvas->drawDrawable(paintDrawable.get(), 500.0, 500.0f);
270 canvas->drawDrawable(comDrawable.get(), 10.0f, 10.0f);
275 writeBuffer.writeFlattenable(recordedDrawable.get());