Lines Matching refs:devClipBounds
172 SkIRect devClipBounds,
176 viewMatrix, devClipBounds, aaType,
194 const SkIRect& devClipBounds,
202 , fDevClipBounds(devClipBounds)
235 const SkIRect& devClipBounds) {
240 static constexpr int kClipBoundsCnt = sizeof(devClipBounds) / sizeof(uint32_t);
247 memcpy(&builder[shapeKeyDataCnt], &devClipBounds, sizeof(devClipBounds));
249 memset(&builder[shapeKeyDataCnt], 0, sizeof(devClipBounds));
260 const SkIRect& devClipBounds,
263 SkRect clipBounds = SkRect::Make(devClipBounds);
549 SkIRect devClipBounds = SkIRect::MakeLTRB(
551 devClipBounds.sort();
562 return TriangulatingPathOp::Make(context, std::move(paint), shape, viewMatrix, devClipBounds,