Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkBitmap.h816 float getAlphaf(int x, int y) const { in getAlphaf() function
DSkPaint.h268 float getAlphaf() const { return fColor4f.fA; } in getAlphaf() function
/third_party/skia/include/core/
DSkPaint.h255 float getAlphaf() const { return fColor4f.fA; } in getAlphaf() function
DSkBitmap.h836 float getAlphaf(int x, int y) const { in getAlphaf() function
/third_party/flutter/skia/src/core/
DSkPixmap.cpp91 float SkPixmap::getAlphaf(int x, int y) const { in getAlphaf() function in SkPixmap
/third_party/skia/src/core/
DSkPixmap.cpp93 float SkPixmap::getAlphaf(int x, int y) const { in getAlphaf() function in SkPixmap