Searched refs:getViewport (Results 1 – 7 of 7) sorted by relevance
17 bool SkProxyCanvas::getViewport(SkIPoint* size) const { in getViewport() function in SkProxyCanvas18 return fProxy->getViewport(size); in getViewport()
273 if (canvas->getViewport(NULL)) { // returns true for OpenGL in DrawNine()
40 virtual bool getViewport(SkIPoint*) const;
24 virtual bool getViewport(SkIPoint* size) const;
44 bool SkGLCanvas::getViewport(SkIPoint* size) const { in getViewport() function in SkGLCanvas
72 virtual bool getViewport(SkIPoint* size) const;
523 bool SkCanvas::getViewport(SkIPoint* size) const { in getViewport() function in SkCanvas