Searched defs:isPaintColor (Results 1 – 1 of 1) sorted by relevance
46 constexpr bool isPaintColor() const { return static_cast<bool>(fIsPaintColor); } in isPaintColor() function49 constexpr Uniform(const char* name, SkSLType type, int count, bool isPaintColor) in Uniform()