Home
last modified time | relevance | path

Searched defs:paintDrawable (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DFlattenDrawableTest.cpp110 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable()
126 sk_sp<SkFlattenable> paintDrawable( in CreateProc() local
138 PaintDrawable* paintDrawable() const { return fPaintDrawable.get(); } in paintDrawable() function in CompoundDrawable
279 sk_sp<PaintDrawable> paintDrawable(new PaintDrawable(paint)); in DEF_TEST() local