Searched refs:getISize (Results 1 – 25 of 28) sorted by relevance
12
65 SkISize getISize() { return this->onISize(); } in getISize() function71 return SkIntToScalar(this->getISize().width()); in width()74 return SkIntToScalar(this->getISize().height()); in height()
95 4.0f/3.0f * (this->getISize().fWidth - 20), in onDraw()96 4.0f/3.0f * (this->getISize().fHeight - 20)); in onDraw()
42 SkISize size = this->getISize(); in onDraw()
67 SkISize size = this->getISize(); in drawSizeBounds()
130 auto surf(compat_surface(canvas, this->getISize(), this->isCanvasDeferred())); in onDraw()
122 const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1); in onDraw()
144 SkISize size = this->getISize(); in onDraw()
51 SkISize size = this->getISize(); in onOnceBeforeDraw()
517 const SkISize dim = this->getISize(); in onDraw()
122 SkISize getISize() { return this->onISize(); } in getISize() function128 return SkIntToScalar(this->getISize().width()); in width()131 return SkIntToScalar(this->getISize().height()); in height()
38 SkISize size = this->getISize(); in onDraw()
147 SkISize size = this->getISize(); in drawSizeBounds()
41 SkASSERT(bm->dimensions() == gm->getISize()); in do_gm()53 SkISize size = gm->getISize(); in test_jitter()
19 SkISize getDimensions() const override { return fGM->getISize(); } in getDimensions()
36 SkISize size = fGM->getISize(); in onGetSize()
277 const SkISize size = gm->getISize(); in evaluateGM()