Searched refs:alphaRowBytes (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkBitmap.cpp843 static bool GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) { argument
845 SkASSERT(alphaRowBytes >= src.width());
851 alpha += alphaRowBytes;
856 SkConvertPixels(SkImageInfo::MakeA8(pmap.width(), pmap.height()), alpha, alphaRowBytes, local

Completed in 2700 milliseconds