Lines Matching refs:rect
65 * Draws 'dstRect' into 'surfaceFillContext' evaluating a 1D Gaussian over 'srcView'. The src rect
142 // space that we want to capture in the new RTC at {0, 0}. Hence, we use its size as the rect to
143 // draw and it directly as the local rect.
203 // processing for the rect. Similar for 'bottom'. The positional/directional labels above refer
211 // Inset for sub-rect of 'srcBounds' where the x-dir kernel doesn't reach the edges, clipped
242 auto convolve = [&](SkIRect rect) {
243 // Transform rect into the render target's coord system.
244 rect.offset(-rtcToSrcOffset);
245 convolve_gaussian_1d(dstSDC.get(), srcView, srcBounds, rtcToSrcOffset, rect,
248 auto clear = [&](SkIRect rect) {
249 // Transform rect into the render target's coord system.
250 rect.offset(-rtcToSrcOffset);
251 dstSDC->clearAtLeast(rect, SK_PMColor4fTRANSPARENT);
376 // First row above the dst rect where we should restart the tile mode.
380 // First row above below the dst rect where we should restart the tile mode.
705 // Turn the scaled down dst bounds into an integer pixel rect.