Lines Matching refs:devClipBounds
254 const SkIRect& devClipBounds, in gather_lines_and_quads() argument
289 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
347 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
390 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
422 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
460 if (SkIRect::Intersects(devClipBounds, ibounds)) { in gather_lines_and_quads()
760 const SkIRect& devClipBounds, in Make() argument
773 devClipBounds, capLength, stencilSettings); in Make()
781 SkIRect devClipBounds, in AAHairlineOp() argument
788 fPaths.emplace_back(PathData{viewMatrix, path, devClipBounds, capLength}); in AAHairlineOp()
1282 SkIRect devClipBounds; in GR_DRAW_OP_TEST_DEFINE() local
1283 devClipBounds.setEmpty(); in GR_DRAW_OP_TEST_DEFINE()
1285 GrStyle::SimpleHairline(), devClipBounds, in GR_DRAW_OP_TEST_DEFINE()