Searched refs:getISize (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/skia/gm/
H A Dgm.h62 SkISize getISize() { return this->onISize(); } function in class:skiagm::GM
70 return SkIntToScalar(this->getISize().width());
73 return SkIntToScalar(this->getISize().height());
90 // GM's getISize bounds.
H A Ddiscard.cpp45 SkISize size = this->getISize();
H A Dgm.cpp59 SkISize size = this->getISize();
H A Dtwopointradial.cpp74 SkRect::MakeWH(SkIntToScalar(this->getISize().fWidth),
75 SkIntToScalar(this->getISize().fHeight)),
H A Ddeviceproperties.cpp40 SkISize size = this->getISize();
H A Dcomplexclip.cpp109 4.0f/3.0f * (this->getISize().fWidth - 20),
110 4.0f/3.0f * (this->getISize().fHeight - 20));
H A Dgradtext.cpp137 const SkISize& size = this->getISize();
H A Dmodecolorfilters.cpp123 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
H A Dsrcmode.cpp133 SkAutoTUnref<SkSurface> surf(compat_surface(canvas, this->getISize(),
/external/skia/gm/
H A Dgm.h62 SkISize getISize() { return this->onISize(); } function in class:skiagm::GM
70 return SkIntToScalar(this->getISize().width());
73 return SkIntToScalar(this->getISize().height());
90 // GM's getISize bounds.
H A Ddiscard.cpp45 SkISize size = this->getISize();
H A Dgm.cpp59 SkISize size = this->getISize();
H A Dtwopointradial.cpp74 SkRect::MakeWH(SkIntToScalar(this->getISize().fWidth),
75 SkIntToScalar(this->getISize().fHeight)),
H A Ddeviceproperties.cpp40 SkISize size = this->getISize();
H A Dcomplexclip.cpp109 4.0f/3.0f * (this->getISize().fWidth - 20),
110 4.0f/3.0f * (this->getISize().fHeight - 20));
H A Dgradtext.cpp137 const SkISize& size = this->getISize();
H A Dmodecolorfilters.cpp123 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
/external/chromium_org/third_party/skia/bench/
H A DGMBench.cpp49 SkISize size = fGM->getISize();
/external/skia/bench/
H A DGMBench.cpp49 SkISize size = fGM->getISize();
/external/chromium_org/third_party/skia/dm/
H A DDMCpuGMTask.cpp29 AllocatePixels(fColorType, fGM->getISize().width(), fGM->getISize().height(), &bitmap);
H A DDMUtil.cpp24 const SkISize size = gm->getISize();
/external/skia/dm/
H A DDMCpuGMTask.cpp29 AllocatePixels(fColorType, fGM->getISize().width(), fGM->getISize().height(), &bitmap);
H A DDMUtil.cpp24 const SkISize size = gm->getISize();
/external/chromium_org/third_party/skia/samplecode/
H A DGMSampleView.h60 SkISize size = fGM->getISize();
/external/skia/samplecode/
H A DGMSampleView.h60 SkISize size = fGM->getISize();

Completed in 290 milliseconds

12