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

  /external/chromium_org/third_party/skia/tests/
ClipStackTest.cpp 886 static const SkRect kBounds = SkRect::MakeWH(100, 100);
894 // min/max size of a clip element as a fraction of kBounds.
940 SkScalarFloorToScalar(SkScalarMul(kBounds.width(), r.nextRangeScalar(kMinElemSizeFrac, kMaxElemSizeFrac))),
941 SkScalarFloorToScalar(SkScalarMul(kBounds.height(), r.nextRangeScalar(kMinElemSizeFrac, kMaxElemSizeFrac))));
943 SkPoint xy = {SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth)),
944 SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight))};
956 SkRect inflatedBounds = kBounds;
957 inflatedBounds.outset(kBounds.width() / 2, kBounds.height() / 2)
    [all...]
  /external/skia/tests/
ClipStackTest.cpp 886 static const SkRect kBounds = SkRect::MakeWH(100, 100);
894 // min/max size of a clip element as a fraction of kBounds.
940 SkScalarFloorToScalar(SkScalarMul(kBounds.width(), r.nextRangeScalar(kMinElemSizeFrac, kMaxElemSizeFrac))),
941 SkScalarFloorToScalar(SkScalarMul(kBounds.height(), r.nextRangeScalar(kMinElemSizeFrac, kMaxElemSizeFrac))));
943 SkPoint xy = {SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth)),
944 SkScalarFloorToScalar(r.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight))};
956 SkRect inflatedBounds = kBounds;
957 inflatedBounds.outset(kBounds.width() / 2, kBounds.height() / 2)
    [all...]
  /external/chromium_org/third_party/skia/bench/
PathBench.cpp 781 xy.fX = rand.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth);
782 xy.fY = rand.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight);
791 static const SkRect kBounds; // bounds for all random query rects
793 static const SkSize kQueryMax; // max query rect size, should < kBounds
961 const SkRect ConservativelyContainsBench::kBounds = SkRect::MakeWH(SkIntToScalar(100), SkIntToScalar(100));
  /external/skia/bench/
PathBench.cpp 781 xy.fX = rand.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth);
782 xy.fY = rand.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight);
791 static const SkRect kBounds; // bounds for all random query rects
793 static const SkSize kQueryMax; // max query rect size, should < kBounds
961 const SkRect ConservativelyContainsBench::kBounds = SkRect::MakeWH(SkIntToScalar(100), SkIntToScalar(100));
  /external/chromium_org/ui/aura/
window_unittest.cc 568 const gfx::Rect kBounds(0, 0, 10, 10);
573 CreateTestWindowWithDelegate(&delegate, 11, kBounds, w1.get()));
576 CreateTestWindowWithDelegate(&delegate, 1111, kBounds, w111.get()));
    [all...]

Completed in 218 milliseconds