Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DFlattenDrawableTest.cpp19 class IntDrawable : public SkDrawable { class
21 IntDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d) in IntDrawable() function in IntDrawable
40 return sk_sp<IntDrawable>(new IntDrawable(a, b, c, d)); in CreateProc()
50 const char* getTypeName() const override { return "IntDrawable"; }
94 : fIntDrawable(new IntDrawable(a, b, c, d)) in CompoundDrawable()
98 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable()
112 SkASSERT(!strcmp("IntDrawable", intDrawable->getTypeName())); in CreateProc()
119 return sk_sp<CompoundDrawable>(new CompoundDrawable((IntDrawable*) intDrawable.get(), in CreateProc()
125 IntDrawable* intDrawabl
[all...]

Completed in 1 milliseconds