• Home
  • Raw
  • Download

Lines Matching refs:drawBounds

1101     SkIRect drawBounds = {0, 0, 128, 128};
1102 xRegion.setPath(xPath, SkRegion(drawBounds));
1103 xRegion.op(drawBounds, SkRegion::kReverseDifference_Op);
1130 SkIRect drawBounds = {0, 0, 128, 128};
1131 xRegion.setPath(xPath, SkRegion(drawBounds));
1132 testRegion.setPath(testPath, SkRegion(drawBounds));
1133 xRegion.op(drawBounds, SkRegion::kReverseDifference_Op);
1388 SkIRect drawBounds = {0, 0, 128, 128};
1389 xRegion.setPath(xPath, SkRegion(drawBounds));
1390 xRegion.op(drawBounds, SkRegion::kReverseDifference_Op);
1411 SkIRect drawBounds = {0, 0, 128, 128};
1412 xRegion.setPath(xPath, SkRegion(drawBounds));
1413 xRegion.op(drawBounds.fLeft + frame * drawBounds.width(), drawBounds.fTop,
1414 drawBounds.fRight, drawBounds.fBottom, SkRegion::kReverseDifference_Op);
1436 SkIRect drawBounds = {0, 0, 128, 128};
1437 opRegion.setPath(opPath, SkRegion(drawBounds));
1438 xRegion.setPath(xPath, SkRegion(drawBounds));
1461 SkIRect drawBounds = {0, 0, 128, 128};
1462 opRegion.setPath(opPath, SkRegion(drawBounds));
1463 xRegion.setPath(xPath, SkRegion(drawBounds));
1464 drawBounds.inset(frame * drawBounds.width() / 2, 0);
1465 rectRegion.op(drawBounds, opRegion, SkRegion::kIntersect_Op);
1488 SkIRect drawBounds = {0, 0, 128, 128};
1489 opRegion.setPath(opPath, SkRegion(drawBounds));
1490 xRegion.setPath(xPath, SkRegion(drawBounds));
1491 drawBounds.inset(frame * drawBounds.width() / 2, 0);
1492 rectRegion.op(opRegion, drawBounds, SkRegion::kUnion_Op);
1517 SkIRect drawBounds = {0, 0, 128, 128};
1518 opRegion.setPath(opPath, SkRegion(drawBounds));
1519 xRegion.setPath(xPath, SkRegion(drawBounds));
1520 drawBounds.inset(frame * drawBounds.width() / 2, 0);
1521 rectRegion.setRect(drawBounds);
1544 SkIRect drawBounds = {0, 0, 128, 128};
1546 xRegion.setPath(xPath, SkRegion(drawBounds));