Searched refs:getISize (Results 1 – 25 of 30) 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()
144 SkISize size = this->getISize(); in onDraw()
130 auto surf(compat_surface(canvas, this->getISize(), this->isCanvasDeferred())); in onDraw()
122 const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1); in onDraw()
51 SkISize size = this->getISize(); in onOnceBeforeDraw()
41 SkASSERT(bm->dimensions() == gm->getISize()); in do_gm()53 SkISize size = gm->getISize(); in test_jitter()
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()
143 SkISize getISize() { return this->onISize(); } in getISize() function149 return SkIntToScalar(this->getISize().width()); in width()152 return SkIntToScalar(this->getISize().height()); in height()
54 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()
107 4.0f/3.0f * (this->getISize().fWidth - 20), in onDraw()108 4.0f/3.0f * (this->getISize().fHeight - 20)); in onDraw()
186 canvas->drawRect(SkRect::Make(this->getISize()), SkPaint(SkColor4f::FromColor(color))); in drawSizeBounds()
36 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()
287 const SkISize size = gm->getISize(); in evaluateGM()
277 const SkISize size = gm->getISize(); in evaluateGM()