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

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

Completed in 99 milliseconds