Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkBitmap.cpp485 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { in GetBitmapAlpha() function
539 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes); in extractAlpha()
549 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes); in extractAlpha()
/external/skia/src/core/
DSkBitmap.cpp517 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { in GetBitmapAlpha() function
571 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes); in extractAlpha()
581 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes); in extractAlpha()