Home
last modified time | relevance | path

Searched refs:getISize (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/gm/
Dgm.h138 SkISize getISize() { return this->onISize(); } in getISize() function
144 return SkIntToScalar(this->getISize().width()); in width()
147 return SkIntToScalar(this->getISize().height()); in height()
Ddiscard.cpp51 SkISize size = this->getISize(); in onDraw()
Dsrcmode.cpp133 auto surf(compat_surface(canvas, this->getISize())); in onDraw()
Dmodecolorfilters.cpp136 const int kRectsPerRow = std::max(this->getISize().fWidth / kRectWidth, 1); in onDraw()
Dcomplexclip.cpp106 4.0f/3.0f * (this->getISize().fWidth - 20), in onDraw()
107 4.0f/3.0f * (this->getISize().fHeight - 20)); in onDraw()
Dvariedtext.cpp62 SkISize size = this->getISize(); in onOnceBeforeDraw()
Dgm.cpp181 canvas->drawRect(SkRect::Make(this->getISize()), SkPaint(SkColor4f::FromColor(color))); in drawSizeBounds()
Dgradients.cpp500 const SkISize dim = this->getISize(); in onDraw()
/third_party/skia/tools/skqp/
Djitter_gms.cpp49 SkASSERT(bm->dimensions() == gm->getISize()); in do_gm()
61 SkISize size = gm->getISize(); in test_jitter()
/third_party/skia/tools/viewer/
DGMSlide.h19 SkISize getDimensions() const override { return fGM->getISize(); } in getDimensions()
/third_party/skia/bench/
DGMBench.cpp57 SkISize size = fGM->getISize(); in onGetSize()
/third_party/skia/gm/verifiers/
Dgmverifier.cpp66 const SkISize size = gm->getISize(); in RenderGoldBmp()
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp124 SkISize size = gm->getISize(); in RunGM()
/third_party/skia/tools/skqp/src/
Dskqp.cpp287 const SkISize size = gm->getISize(); in evaluateGM()
/third_party/skia/tools/fm/
Dfm.cpp147 source->size = gm->getISize(); in init()
/third_party/skia/dm/
DDMSrcSink.cpp138 return gm->getISize(); in size()