Home | History | Annotate | Download | only in core

Lines Matching refs:shiftEdgesUp

398                   int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) {
406 int count = builder.build(path, clipRect, shiftEdgesUp, canCullToTheRight);
427 blitter->blitRect(rect.fLeft << shiftEdgesUp,
428 rect.fTop << shiftEdgesUp,
429 rect.width() << shiftEdgesUp,
430 rect.height() << shiftEdgesUp);
453 start_y <<= shiftEdgesUp;
454 stop_y <<= shiftEdgesUp;
466 ib.setBlitter(blitter, clipRgn.getBounds(), shiftEdgesUp);
479 rightEdge = SkScalarRoundToInt(path.getBounds().right()) << shiftEdgesUp;