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

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp129 bool setFillPath = properties.getFillGradient() != nullptr ||
158 if (properties.getFillGradient() != nullptr) {
160 paint.setShader(sk_sp<SkShader>(SkSafeRef(properties.getFillGradient())));
H A DVectorDrawable.h247 SkShader* getFillGradient() const { return fillGradient; } function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties

Completed in 55 milliseconds