Searched refs:getISize (Results 1 – 16 of 16) sorted by relevance
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()
106 4.0f/3.0f * (this->getISize().fWidth - 20), in onDraw()107 4.0f/3.0f * (this->getISize().fHeight - 20)); in onDraw()
62 SkISize size = this->getISize(); in onOnceBeforeDraw()
181 canvas->drawRect(SkRect::Make(this->getISize()), SkPaint(SkColor4f::FromColor(color))); in drawSizeBounds()
500 const SkISize dim = this->getISize(); in onDraw()
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()
57 SkISize size = fGM->getISize(); in onGetSize()
66 const SkISize size = gm->getISize(); in RenderGoldBmp()
124 SkISize size = gm->getISize(); in RunGM()
287 const SkISize size = gm->getISize(); in evaluateGM()
147 source->size = gm->getISize(); in init()
138 return gm->getISize(); in size()