Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DFlattenDrawableTest.cpp98 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable() argument
100 , fPaintDrawable(SkRef(paintDrawable)) in CompoundDrawable()
114 sk_sp<SkFlattenable> paintDrawable( in CreateProc()
116 SkASSERT(paintDrawable); in CreateProc()
117 SkASSERT(!strcmp("PaintDrawable", paintDrawable->getTypeName())); in CreateProc()
120 (PaintDrawable*) paintDrawable.get())); in CreateProc()
126 PaintDrawable* paintDrawable() const { return fPaintDrawable.get(); } in paintDrawable() function in CompoundDrawable
234 rootOut->compoundDrawable()->paintDrawable()->paint().getColor()); in DEF_TEST()
267 sk_sp<PaintDrawable> paintDrawable(new PaintDrawable(paint)); in DEF_TEST()
268 canvas->drawDrawable(paintDrawable in DEF_TEST()
[all...]

Completed in 2 milliseconds