Searched defs:alphaRowBytes (Results 1 – 2 of 2) sorted by relevance
67 const int alphaRowBytes = (srcRect.width() + 1) / 2; in extractImageData() local150 const int alphaRowBytes = (srcRect.width() + 7) / 8; in extractImageData() local188 const int alphaRowBytes = srcRect.width(); in extractImageData() local
1209 int alphaRowBytes) { in GetBitmapAlpha()