Lines Matching refs:viewport
438 GrGLIRect viewport;
439 viewport.fLeft = 0;
440 viewport.fBottom = 0;
441 viewport.fWidth = desc.fWidth;
442 viewport.fHeight = desc.fHeight;
445 (this, glDesc, viewport));
1241 viewport then we fall through and
1439 // the read rect is viewport-relative
2474 // If a temporary FBO was created, its non-zero ID is returned. The viewport that the copy rect is
2479 GrGLIRect* viewport) {
2492 viewport->fLeft = 0;
2493 viewport->fBottom = 0;
2494 viewport->fWidth = surface->width();
2495 viewport->fHeight = surface->height();
2499 *viewport = rt->getViewport();