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()
46 SkISize size = this->getISize(); in onDraw()
62 canvas->clipIRect(SkIRect::MakeSize(this->getISize()).makeInset(40, 50)); 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()
183 canvas->drawRect(SkRect::Make(this->getISize()), SkPaint(SkColor4f::FromColor(color))); in drawSizeBounds()
1153 draw(recorder.beginRecording(SkRect::Make(this->getISize()), in onDraw()
501 const SkISize dim = this->getISize(); in onDraw()
19 SkISize getDimensions() const override { return fGM->getISize(); } in getDimensions()
55 SkISize size = fGM->getISize(); in onGetSize()
67 const SkISize size = gm->getISize(); in RenderGoldBmp()
125 SkISize size = gm->getISize(); in RunGM()
144 source->size = gm->getISize(); in init()
142 return gm->getISize(); in size()