Lines Matching refs:devClipBounds
246 const SkIRect& devClipBounds, in gather_lines_and_quads() argument
281 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
339 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
382 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
414 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
452 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
809 const SkIRect& devClipBounds, in Make() argument
822 devClipBounds, capLength, stencilSettings); in Make()
830 SkIRect devClipBounds, in AAHairlineOp() argument
837 fPaths.emplace_back(PathData{viewMatrix, path, devClipBounds, capLength}); in AAHairlineOp()
1333 SkIRect devClipBounds; in GR_DRAW_OP_TEST_DEFINE() local
1334 devClipBounds.setEmpty(); in GR_DRAW_OP_TEST_DEFINE()
1336 GrStyle::SimpleHairline(), devClipBounds, in GR_DRAW_OP_TEST_DEFINE()