Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A DSkPaint.h261 float getAlphaf() const { return fColor4f.fA; } in getAlphaf() function
H A DSkBitmap.h903 float getAlphaf(int x, int y) const { in getAlphaf() function
/aosp_15_r20/external/skia/src/core/
H A DSkPixmap.cpp94 float SkPixmap::getAlphaf(int x, int y) const { in getAlphaf() function in SkPixmap