Searched defs:getColor4f (Results 1 – 4 of 4) sorted by relevance
52 const SkPMColor4f& getColor4f() const { return fColor; } in getColor4f() function
232 SkColor4f getColor4f() const { return fColor4f; } in getColor4f() function
893 SkColor4f getColor4f(int x, int y) const { return this->pixmap().getColor4f(x, y); } in getColor4f() function
397 SkColor4f SkPixmap::getColor4f(int x, int y) const { in getColor4f() function in SkPixmap