Home
last modified time | relevance | path

Searched refs:GetBitmapAlpha (Results 1 – 2 of 2) sorted by relevance

/external/skia/legacy/src/core/
DSkBitmap.cpp1224 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, in GetBitmapAlpha() function
1325 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes); in extractAlpha()
1335 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes); in extractAlpha()
/external/skia/src/core/
DSkBitmap.cpp1416 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, in GetBitmapAlpha() function
1517 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes); in extractAlpha()
1527 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes); in extractAlpha()