Home | History | Annotate | Download | only in gpu

Lines Matching refs:height

58 bool GrGpu::makeCopyForTextureParams(int width, int height, const GrTextureParams& textureParams,
62 (!SkIsPow2(width) || !SkIsPow2(height))) {
64 copyParams->fHeight = GrNextPow2(height);
241 SkASSERT(SkIRect::MakeWH(renderTarget->width(), renderTarget->height()).contains(rect));
263 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, int width, int height, size_t rowBytes,
275 if (!this->onGetReadPixelsInfo(srcSurface, width, height, rowBytes, readConfig, drawPreference,
292 bool GrGpu::getWritePixelsInfo(GrSurface* dstSurface, int width, int height,
308 (width < dstSurface->width() || height < dstSurface->height())) {
313 if (!this->onGetWritePixelsInfo(dstSurface, width, height, srcConfig, drawPreference,
332 int left, int top, int width, int height,
343 if (!GrSurfacePriv::AdjustReadPixelParams(surface->width(), surface->height(), bpp,
344 &left, &top, &width, &height,
351 left, top, width, height,
357 int left, int top, int width, int height,
365 if (this->onWritePixels(surface, left, top, width, height, config, buffer, rowBytes)) {
373 int left, int top, int width, int height,
379 if (this->onTransferPixels(surface, left, top, width, height, config,