Searched defs:CompoundDrawable (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/m133/tests/ |
| D | FlattenDrawableTest.cpp | 104 class CompoundDrawable : public SkDrawable { class 106 CompoundDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d, const SkPaint& paint) in CompoundDrawable() function in CompoundDrawable 111 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable() function in CompoundDrawable
|
| /third_party/skia/tests/ |
| D | FlattenDrawableTest.cpp | 91 class CompoundDrawable : public SkDrawable { class 93 CompoundDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d, const SkPaint& paint) in CompoundDrawable() function in CompoundDrawable 98 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable() function in CompoundDrawable
|