Home
last modified time | relevance | path

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

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