Home | History | Annotate | Download | only in core

Lines Matching refs:shiftPerPixel

222     int shiftPerPixel;
225 shiftPerPixel = 2;
229 shiftPerPixel = 1;
232 shiftPerPixel = 0;
242 const int widthBytes = rect.width() << shiftPerPixel;
245 pixels += rect.fTop * rowBytes + (rect.fLeft << shiftPerPixel);