Lines Matching defs:rect
248 * @param rect the rectangle of pixels to read
262 SkIRect rect,
272 * @param rect the rectangle of pixels to overwrite
293 SkIRect rect,
304 SkIRect rect,
312 rect,
325 * @param rect the rectangle of pixels in the texture to overwrite
332 * rect.width() if !caps->writePixelsRowBytesSupport().
335 SkIRect rect,
348 * GrColorTypeBytesPerPixel(bufferColorType) * rect.width()
354 * @param rect the rectangle of pixels to read
361 SkIRect rect,
368 // take place at higher levels and this function implement faster copy paths. The rect
369 // and point are pre-clipped. The src rect and implied dst rect are guaranteed to be within the
377 // to the Gpu object. The 'bounds' rect is the content rect of the renderTarget.