Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h123 virtual void forEachFillColor(const std::function<void(SkColor)>& func) const { } in forEachFillColor() function
354 void forEachFillColor(const std::function<void(SkColor)>& func) const override { in forEachFillColor() function
488 void forEachFillColor(const std::function<void(SkColor)>& func) const override { in forEachFillColor() function
490 child->forEachFillColor(func); in forEachFillColor()
DVectorDrawable.cpp675 mRootNode->forEachFillColor([&](SkColor color) { in computePalette()