Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkBitmap.cpp496 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { in GetBitmapAlpha() function
549 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes); in extractAlpha()
559 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes); in extractAlpha()