HomeSort by relevance Sort by last modified time
    Searched refs:getISize (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/skia/gm/
gm.h 62 SkISize getISize() { return this->onISize(); }
70 return SkIntToScalar(this->getISize().width());
73 return SkIntToScalar(this->getISize().height());
90 // GM's getISize bounds.
discard.cpp 45 SkISize size = this->getISize();
gm.cpp 59 SkISize size = this->getISize();
twopointradial.cpp 74 SkRect::MakeWH(SkIntToScalar(this->getISize().fWidth),
75 SkIntToScalar(this->getISize().fHeight)),
deviceproperties.cpp 40 SkISize size = this->getISize();
complexclip.cpp 109 4.0f/3.0f * (this->getISize().fWidth - 20),
110 4.0f/3.0f * (this->getISize().fHeight - 20));
gradtext.cpp 137 const SkISize& size = this->getISize();
modecolorfilters.cpp 123 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
srcmode.cpp 133 SkAutoTUnref<SkSurface> surf(compat_surface(canvas, this->getISize(),
  /external/skia/gm/
gm.h 62 SkISize getISize() { return this->onISize(); }
70 return SkIntToScalar(this->getISize().width());
73 return SkIntToScalar(this->getISize().height());
90 // GM's getISize bounds.
discard.cpp 45 SkISize size = this->getISize();
gm.cpp 59 SkISize size = this->getISize();
twopointradial.cpp 74 SkRect::MakeWH(SkIntToScalar(this->getISize().fWidth),
75 SkIntToScalar(this->getISize().fHeight)),
deviceproperties.cpp 40 SkISize size = this->getISize();
complexclip.cpp 109 4.0f/3.0f * (this->getISize().fWidth - 20),
110 4.0f/3.0f * (this->getISize().fHeight - 20));
gradtext.cpp 137 const SkISize& size = this->getISize();
modecolorfilters.cpp 123 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
  /external/chromium_org/third_party/skia/bench/
GMBench.cpp 49 SkISize size = fGM->getISize();
  /external/skia/bench/
GMBench.cpp 49 SkISize size = fGM->getISize();
  /external/chromium_org/third_party/skia/dm/
DMCpuGMTask.cpp 29 AllocatePixels(fColorType, fGM->getISize().width(), fGM->getISize().height(), &bitmap);
DMUtil.cpp 24 const SkISize size = gm->getISize();
  /external/skia/dm/
DMCpuGMTask.cpp 29 AllocatePixels(fColorType, fGM->getISize().width(), fGM->getISize().height(), &bitmap);
DMUtil.cpp 24 const SkISize size = gm->getISize();
  /external/chromium_org/third_party/skia/samplecode/
GMSampleView.h 60 SkISize size = fGM->getISize();
  /external/skia/samplecode/
GMSampleView.h 60 SkISize size = fGM->getISize();

Completed in 1097 milliseconds

1 2