Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h124 virtual void forEachFillColor(const std::function<void(SkColor)>& func) const { } in forEachFillColor() function
355 void forEachFillColor(const std::function<void(SkColor)>& func) const override { in forEachFillColor() function
489 void forEachFillColor(const std::function<void(SkColor)>& func) const override { in forEachFillColor() function
491 child->forEachFillColor(func); in forEachFillColor()
DVectorDrawable.cpp596 mRootNode->forEachFillColor([&](SkColor color) { in computePalette()