Searched refs:fIntDrawable (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | FlattenDrawableTest.cpp | 95 : fIntDrawable(new IntDrawable(a, b, c, d)) in CompoundDrawable() 100 : fIntDrawable(SkRef(intDrawable)) in CompoundDrawable() 105 buffer.writeFlattenable(fIntDrawable.get()); in flatten() 126 IntDrawable* intDrawable() const { return fIntDrawable.get(); } in intDrawable() 136 sk_sp<IntDrawable> fIntDrawable; member in CompoundDrawable 145 , fIntDrawable(new IntDrawable(e, f, g, h)) in RootDrawable() 152 , fIntDrawable(SkRef(intDrawable)) in RootDrawable() 158 buffer.writeFlattenable(fIntDrawable.get()); in flatten() 185 IntDrawable* intDrawable() const { return fIntDrawable.get(); } in intDrawable() 196 sk_sp<IntDrawable> fIntDrawable; member in RootDrawable
|
/external/skqp/tests/ |
D | FlattenDrawableTest.cpp | 95 : fIntDrawable(new IntDrawable(a, b, c, d)) in CompoundDrawable() 100 : fIntDrawable(SkRef(intDrawable)) in CompoundDrawable() 105 buffer.writeFlattenable(fIntDrawable.get()); in flatten() 126 IntDrawable* intDrawable() const { return fIntDrawable.get(); } in intDrawable() 136 sk_sp<IntDrawable> fIntDrawable; member in CompoundDrawable 145 , fIntDrawable(new IntDrawable(e, f, g, h)) in RootDrawable() 152 , fIntDrawable(SkRef(intDrawable)) in RootDrawable() 158 buffer.writeFlattenable(fIntDrawable.get()); in flatten() 185 IntDrawable* intDrawable() const { return fIntDrawable.get(); } in intDrawable() 196 sk_sp<IntDrawable> fIntDrawable; member in RootDrawable
|