Home
last modified time | relevance | path

Searched refs:outPaint (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp480 void Tree::getPaintFor(Paint* outPaint, const TreeProperties& prop) const { in getPaintFor() argument
482 outPaint->setFilterBitmap(true); in getPaintFor()
484 outPaint->setColorFilter(sk_ref_sp(prop.getColorFilter())); in getPaintFor()
486 outPaint->setAlpha(prop.getRootAlpha() * 255); in getPaintFor()
H A DVectorDrawable.h652 void getPaintFor(Paint* outPaint, const TreeProperties &props) const;