Lines Matching refs:devClipBounds
245 SkIRect devClipBounds, in Make() argument
249 viewMatrix, devClipBounds, aaType, in Make()
267 const SkIRect& devClipBounds, in TriangulatingPathOp() argument
275 , fDevClipBounds(devClipBounds) in TriangulatingPathOp()
308 const SkIRect& devClipBounds) { in CreateKey() argument
313 static constexpr int kClipBoundsCnt = sizeof(devClipBounds) / sizeof(uint32_t); in CreateKey()
320 memcpy(&builder[shapeKeyDataCnt], &devClipBounds, sizeof(devClipBounds)); in CreateKey()
322 memset(&builder[shapeKeyDataCnt], 0, sizeof(devClipBounds)); in CreateKey()
333 const SkIRect& devClipBounds, in Triangulate() argument
336 SkRect clipBounds = SkRect::Make(devClipBounds); in Triangulate()
629 SkIRect devClipBounds = SkIRect::MakeLTRB( in GR_DRAW_OP_TEST_DEFINE() local
631 devClipBounds.sort(); in GR_DRAW_OP_TEST_DEFINE()
642 return TriangulatingPathOp::Make(context, std::move(paint), shape, viewMatrix, devClipBounds, in GR_DRAW_OP_TEST_DEFINE()