Searched refs:shiftPerPixel (Results 1 – 6 of 6) sorted by relevance
81 int rowBytesAsPixels() const { return int(fRowBytes >> this->shiftPerPixel()); } in rowBytesAsPixels()87 int shiftPerPixel() const { return fInfo.shiftPerPixel(); } in shiftPerPixel() function
102 return fRowBytes >> this->shiftPerPixel(); in rowBytesAsPixels()109 int shiftPerPixel() const { return this->fInfo.shiftPerPixel(); } in shiftPerPixel() function
274 int shiftPerPixel() const { return SkColorTypeShiftPerPixel(fColorType); } in shiftPerPixel() function
113 const size_t bytesToCopy = width << fSource.shiftPerPixel(); in blitRect()
200 int shiftPerPixel; in CallBitmapXferProc() local203 shiftPerPixel = 2; in CallBitmapXferProc()206 shiftPerPixel = 1; in CallBitmapXferProc()209 shiftPerPixel = 0; in CallBitmapXferProc()219 const int widthBytes = rect.width() << shiftPerPixel; in CallBitmapXferProc()222 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel); in CallBitmapXferProc()
217 switch (fDst.shiftPerPixel()) { in blitH()