Home
last modified time | relevance | path

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

/external/skia/tests/
DFlattenDrawableTest.cpp18 class IntDrawable : public SkDrawable { class
20 IntDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d) in IntDrawable() function in IntDrawable
39 return sk_sp<IntDrawable>(new IntDrawable(a, b, c, d)); in CreateProc()
95 : fIntDrawable(new IntDrawable(a, b, c, d)) in CompoundDrawable()
99 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable()
120 return sk_sp<CompoundDrawable>(new CompoundDrawable((IntDrawable*) intDrawable.get(), in CreateProc()
126 IntDrawable* intDrawable() const { return fIntDrawable.get(); } in intDrawable()
136 sk_sp<IntDrawable> fIntDrawable;
145 , fIntDrawable(new IntDrawable(e, f, g, h)) in RootDrawable()
149 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable, in RootDrawable()
[all …]
/external/skqp/tests/
DFlattenDrawableTest.cpp18 class IntDrawable : public SkDrawable { class
20 IntDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d) in IntDrawable() function in IntDrawable
39 return sk_sp<IntDrawable>(new IntDrawable(a, b, c, d)); in CreateProc()
95 : fIntDrawable(new IntDrawable(a, b, c, d)) in CompoundDrawable()
99 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable()
120 return sk_sp<CompoundDrawable>(new CompoundDrawable((IntDrawable*) intDrawable.get(), in CreateProc()
126 IntDrawable* intDrawable() const { return fIntDrawable.get(); } in intDrawable()
136 sk_sp<IntDrawable> fIntDrawable;
145 , fIntDrawable(new IntDrawable(e, f, g, h)) in RootDrawable()
149 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable, in RootDrawable()
[all …]