Searched refs:fViewport (Results 1 – 9 of 9) sorted by relevance
36 fViewport.fLeft = 0; in init()37 fViewport.fBottom = 0; in init()38 fViewport.fWidth = desc.fWidth; in init()39 fViewport.fHeight = desc.fHeight; in init()
33 void setViewport(const GrGLIRect& rect) { fViewport = rect; } in setViewport()34 const GrGLIRect& getViewport() const { return fViewport; } in getViewport()87 GrGLIRect fViewport; variable
193 NULL == fFunctions.fViewport || in validate()
470 functions->fViewport = nullGLViewport; in create_null_interface()
467 functions->fViewport = nullGLViewport; in GrGLCreateNullInterface()
110 void setViewport(SkISize size) { fViewport = size; } in setViewport()256 if (!fViewport.isEmpty()) { in getConfigName()257 config.appendf("_viewport_%ix%i", fViewport.width(), fViewport.height()); in getConfigName()426 fViewport.set(0, 0); in PictureRenderer()480 SkISize fViewport;
202 if (fViewport.width() > 0) { in getViewWidth()203 width = SkMin32(width, fViewport.width()); in getViewWidth()211 if (fViewport.height() > 0) { in getViewHeight()212 height = SkMin32(height, fViewport.height()); in getViewHeight()
323 GLPtr<GrGLViewportProc> fViewport; member
957 functions->fViewport = noOpGLViewport; in GrGLCreateDebugInterface()