Home
last modified time | relevance | path

Searched refs:fIntDrawable (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DFlattenDrawableTest.cpp95 : 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/
DFlattenDrawableTest.cpp95 : 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