Home
last modified time | relevance | path

Searched defs:getColor4f (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/
DGrPaint.h51 const SkPMColor4f& getColor4f() const { return fColor; } in getColor4f() function
/third_party/skia/m133/src/gpu/ganesh/
DGrPaint.h52 const SkPMColor4f& getColor4f() const { return fColor; } in getColor4f() function
/third_party/skia/m133/include/core/
DSkPaint.h232 SkColor4f getColor4f() const { return fColor4f; } in getColor4f() function
DSkBitmap.h893 SkColor4f getColor4f(int x, int y) const { return this->pixmap().getColor4f(x, y); } in getColor4f() function
/third_party/skia/include/core/
DSkPaint.h226 SkColor4f getColor4f() const { return fColor4f; } in getColor4f() function
/third_party/skia/m133/src/core/
DSkPixmap.cpp397 SkColor4f SkPixmap::getColor4f(int x, int y) const { in getColor4f() function in SkPixmap