Searched refs:getISize (Results 1 – 14 of 14) sorted by relevance
58 SkISize getISize() { return this->onISize(); } in getISize() function64 return SkIntToScalar(this->getISize().width()); in width()67 return SkIntToScalar(this->getISize().height()); in height()
43 SkISize size = this->getISize(); in onDraw()
110 4.0f/3.0f * (this->getISize().fWidth - 20), in onDraw()111 4.0f/3.0f * (this->getISize().fHeight - 20)); in onDraw()
65 SkISize size = this->getISize(); in drawSizeBounds()
137 SkAutoTUnref<SkSurface> surf(compat_surface(canvas, this->getISize(), in onDraw()
135 const SkISize& size = this->getISize(); in onDraw()
123 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1); in onDraw()
57 SkISize size = this->getISize(); in onOnceBeforeDraw()
157 SkISize size = this->getISize(); in onDraw()
134 drawJpeg(canvas, this->getISize()); in onDraw()
341 const SkISize dim = this->getISize(); in onDraw()
34 SkISize size = fGM->getISize(); in onGetSize()
46 SkISize size = fGM->getISize(); in onDrawContent()
52 return gm->getISize(); in size()