Searched refs:GetBitmapAlpha (Results 1 - 2 of 2) sorted by last modified time

/external/skia/src/core/
H A DSkBitmap.cpp1077 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, function
1177 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes);
1187 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp1022 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, function
1122 GetBitmapAlpha(*this, tmpBitmap.getAddr8(0, 0), srcM.fRowBytes);
1132 GetBitmapAlpha(*this, srcM.fImage, srcM.fRowBytes);

Completed in 374 milliseconds