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

/external/skia/src/pdf/
H A DSkPDFImage.cpp60 const int alphaRowBytes = (srcRect.width() + 1) / 2; local
62 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
149 const int alphaRowBytes = (srcRect.width() + 7) / 8; local
150 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
191 const int alphaRowBytes = srcRect.width(); local
192 alpha = new SkMemoryStream(alphaRowBytes * srcRect.height());
/external/skia/src/core/
H A DSkBitmap.cpp1225 int alphaRowBytes) {
1227 SkASSERT(alphaRowBytes >= src.width());
1239 alpha += alphaRowBytes;
1249 alpha += alphaRowBytes;
1258 alpha += alphaRowBytes;
1267 alpha += alphaRowBytes;
1279 alpha += alphaRowBytes;
1284 memset(alpha, 0xFF, h * alphaRowBytes);
1224 GetBitmapAlpha(const SkBitmap& src, uint8_t* SK_RESTRICT alpha, int alphaRowBytes) argument

Completed in 43 milliseconds