Home | History | Annotate | Download | only in core

Lines Matching refs:shiftPerPixel

225     int shiftPerPixel;
228 shiftPerPixel = 2;
231 shiftPerPixel = 1;
234 shiftPerPixel = 0;
244 const int widthBytes = rect.width() << shiftPerPixel;
247 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);