Lines Matching refs:left
49 int* left, int* top, int* width, int* height,
56 SkIRect subRect = SkIRect::MakeXYWH(*left, *top, *width, *height);
63 (subRect.fTop - *top) * *rowBytes + (subRect.fLeft - *left) * bpp);
65 *left = subRect.fLeft;
75 int* left, int* top, int* width, int* height,
78 return adjust_params<void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height, data,
85 int* left, int* top, int* width, int* height,
88 return adjust_params<const void>(surfaceWidth, surfaceHeight, bpp, left, top, width, height,
95 bool GrSurface::writePixels(int left, int top, int width, int height,
103 return context->writeSurfacePixels(this, left, top, width, height, config, buffer, rowBytes,
107 bool GrSurface::readPixels(int left, int top, int width, int height,
115 return context->readSurfacePixels(this, left, top, width, height, config, buffer,