HomeSort by relevance Sort by last modified time
    Searched refs:setXYWH (Results 1 - 13 of 13) sorted by null

  /external/skia/gm/
ninepatchstretch.cpp 43 center->setXYWH(kFixed, kFixed, kStretchy, kStretchy);
50 r.setXYWH(SkIntToScalar(kFixed), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize));
53 r.setXYWH(0, SkIntToScalar(kFixed), SkIntToScalar(kSize), SkIntToScalar(kStretchy));
drawbitmaprect.cpp 168 srcRect.setXYWH(1, 1, 3, 3);
  /external/chromium_org/skia/ext/
platform_canvas.cc 51 rect.setXYWH(SkIntToScalar(x), SkIntToScalar(y),
  /external/skia/bench/
DeferredCanvasBench.cpp 81 rect.setXYWH(0, 0, 10, 10);
PathBench.cpp 230 tempBounds.setXYWH(0, 0, SK_Scalar1, SK_Scalar1);
  /external/chromium_org/third_party/skia/include/core/
SkDevice.h 89 bounds->setXYWH(origin.x(), origin.y(), this->width(), this->height());
SkRect.h 136 void setXYWH(int32_t x, int32_t y, int32_t width, int32_t height) {
557 void setXYWH(SkScalar x, SkScalar y, SkScalar width, SkScalar height) {
  /external/chromium_org/third_party/skia/src/gpu/
SkGrFontScaler.cpp 110 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
  /external/skia/include/core/
SkDevice.h 89 bounds->setXYWH(origin.x(), origin.y(), this->width(), this->height());
SkRect.h 136 void setXYWH(int32_t x, int32_t y, int32_t width, int32_t height) {
557 void setXYWH(SkScalar x, SkScalar y, SkScalar width, SkScalar height) {
  /external/skia/src/gpu/
SkGrFontScaler.cpp 110 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
  /external/skia/tests/
DeferredCanvasTest.cpp 276 fullRect.setXYWH(SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(gWidth),
279 partialRect.setXYWH(SkIntToScalar(0), SkIntToScalar(0),
    [all...]
AAClipTest.cpp 236 r->setXYWH(0, 0, rand.nextU() % N, rand.nextU() % N);

Completed in 291 milliseconds