Searched refs:getISize (Results 1 – 25 of 31) sorted by relevance
12
138 SkISize getISize() { return this->onISize(); } in getISize() function144 return SkIntToScalar(this->getISize().width()); in width()147 return SkIntToScalar(this->getISize().height()); in height()
51 SkISize size = this->getISize(); in onDraw()
133 auto surf(compat_surface(canvas, this->getISize())); in onDraw()
136 const int kRectsPerRow = std::max(this->getISize().fWidth / kRectWidth, 1); in onDraw()
62 SkISize size = this->getISize(); in onOnceBeforeDraw()
106 4.0f/3.0f * (this->getISize().fWidth - 20), in onDraw()107 4.0f/3.0f * (this->getISize().fHeight - 20)); in onDraw()
181 canvas->drawRect(SkRect::Make(this->getISize()), SkPaint(SkColor4f::FromColor(color))); in drawSizeBounds()
125 SkISize getISize() { return this->onISize(); } in getISize() function131 return SkIntToScalar(this->getISize().width()); in width()134 return SkIntToScalar(this->getISize().height()); in height()
108 4.0f/3.0f * (this->getISize().fWidth - 20), in onDraw()109 4.0f/3.0f * (this->getISize().fHeight - 20)); in onDraw()
48 SkISize size = this->getISize(); in onDraw()
157 SkISize size = this->getISize(); in onDraw()
138 auto surf(compat_surface(canvas, this->getISize(), this->isCanvasDeferred())); in onDraw()
136 const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1); in onDraw()
160 canvas->drawRect(SkRect::Make(this->getISize()), SkPaint(SkColor4f::FromColor(color))); in drawSizeBounds()
49 SkASSERT(bm->dimensions() == gm->getISize()); in do_gm()61 SkISize size = gm->getISize(); in test_jitter()
19 SkISize getDimensions() const override { return fGM->getISize(); } in getDimensions()
34 SkISize size = fGM->getISize(); in onGetSize()
57 SkISize size = fGM->getISize(); in onGetSize()
66 const SkISize size = gm->getISize(); in RenderGoldBmp()
124 SkISize size = gm->getISize(); in RunGM()
276 const SkISize size = gm->getISize(); in evaluateGM()
287 const SkISize size = gm->getISize(); in evaluateGM()