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

  /external/skia/src/core/
SkScan_Path.cpp 512 const SkIRect& ir, bool skipRejectTest, bool irPreClipped) {
523 if (!irPreClipped && fClipRect->contains(ir)) {
531 if (irPreClipped ||
629 bool irPreClipped = false;
634 irPreClipped = true;
645 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType(), irPreClipped);
  /external/skqp/src/core/
SkScan_Path.cpp 507 const SkIRect& ir, bool skipRejectTest, bool irPreClipped) {
518 if (!irPreClipped && fClipRect->contains(ir)) {
526 if (irPreClipped ||
646 bool irPreClipped = false;
651 irPreClipped = true;
666 SkScanClipper clipper(blitter, clipPtr, ir, path.isInverseFillType(), irPreClipped);

Completed in 69 milliseconds