Searched refs:alphaRowBytes (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkBitmap.cpp | 485 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { in GetBitmapAlpha() argument 487 SkASSERT(alphaRowBytes >= src.width()); in GetBitmapAlpha() 493 alpha += alphaRowBytes; in GetBitmapAlpha() 497 SkConvertPixels(SkImageInfo::MakeA8(pmap.width(), pmap.height()), alpha, alphaRowBytes, in GetBitmapAlpha()
|
/external/skia/src/core/ |
D | SkBitmap.cpp | 517 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { in GetBitmapAlpha() argument 519 SkASSERT(alphaRowBytes >= src.width()); in GetBitmapAlpha() 525 alpha += alphaRowBytes; in GetBitmapAlpha() 529 SkConvertPixels(SkImageInfo::MakeA8(pmap.width(), pmap.height()), alpha, alphaRowBytes, in GetBitmapAlpha()
|