Searched refs:outPaint (Results 1 – 2 of 2) sorted by relevance
480 void Tree::getPaintFor(Paint* outPaint, const TreeProperties& prop) const { in getPaintFor() argument482 outPaint->setFilterBitmap(true); in getPaintFor()484 outPaint->setColorFilter(sk_ref_sp(prop.getColorFilter())); in getPaintFor()486 outPaint->setAlpha(prop.getRootAlpha() * 255); in getPaintFor()
652 void getPaintFor(Paint* outPaint, const TreeProperties &props) const;