Home | History | Annotate | Download | only in core

Lines Matching refs:shiftPerPixel

251     int shiftPerPixel;
254 shiftPerPixel = 2;
257 shiftPerPixel = 1;
260 shiftPerPixel = 0;
270 const int widthBytes = rect.width() << shiftPerPixel;
273 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);