HomeSort by relevance Sort by last modified time
    Searched refs:shiftEdgesUp (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkScanPriv.h 33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
SkScan_Path.cpp 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;
    [all...]

Completed in 62 milliseconds