Searched refs:outPaint (Results 1 – 2 of 2) sorted by relevance
470 void Tree::getPaintFor(SkPaint* outPaint, const TreeProperties &prop) const { in getPaintFor() argument472 outPaint->setFilterQuality(kLow_SkFilterQuality); in getPaintFor()474 outPaint->setColorFilter(sk_ref_sp(prop.getColorFilter())); in getPaintFor()476 outPaint->setAlpha(prop.getRootAlpha() * 255); in getPaintFor()
651 void getPaintFor(SkPaint* outPaint, const TreeProperties &props) const;