Lines Matching defs:bounds
131 // The RenderArea bounds we pass into BeginRenderPass must have a start x value that is a multiple
194 // The bounds we use for the render pass should be of the granularity supported
341 const SkIRect& bounds,
380 SkASSERT(bounds.isEmpty() ||
381 SkIRect::MakeSize(fFramebuffer->colorAttachment()->dimensions()).contains(bounds));
382 fBounds = bounds;
657 // "Disable" scissor by setting it to the full pipeline bounds.
843 VkRect2D bounds;
844 bounds.offset = { 0, 0 };
845 bounds.extent = { 0, 0 };
863 vkInfo.fDrawBounds = &bounds;