Searched refs:shiftPerPixel (Results 1 – 2 of 2) sorted by relevance
101 return fRowBytes >> this->shiftPerPixel(); in rowBytesAsPixels()108 int shiftPerPixel() const { return this->bytesPerPixel() >> 1; } in shiftPerPixel() function
228 int shiftPerPixel; in CallBitmapXferProc() local231 shiftPerPixel = 2; in CallBitmapXferProc()234 shiftPerPixel = 1; in CallBitmapXferProc()237 shiftPerPixel = 0; in CallBitmapXferProc()247 const int widthBytes = rect.width() << shiftPerPixel; in CallBitmapXferProc()250 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel); in CallBitmapXferProc()