Searched refs:kBounds (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/modules/sksg/samples/ |
H A D | SampleSVGPong.cpp | 27 static const SkRect kBounds = SkRect::MakeLTRB(0.1f, 0.1f, 0.9f, 0.9f); member 87 const SkRect fieldBounds = kBounds.makeOutset(kBallSize / 2, kBallSize / 2); 94 SkPoint::Make(kBounds.centerX(), kBounds.centerY()), 108 bgPath.moveTo(kBounds.left() , fieldBounds.top()) 109 .lineTo(kBounds.right(), fieldBounds.top()) 110 .moveTo(kBounds.left() , fieldBounds.bottom()) 111 .lineTo(kBounds.right(), fieldBounds.bottom()); 114 bgPath.moveTo(kBounds.centerX(), 115 kBounds [all...] |
/third_party/skia/gm/ |
H A D | dashcircle.cpp | 194 const SkRect kBounds = kThinCircle.makeOutset(kThinStrokeWidth / 2.f, variable 198 m.mapRect(&devBounds, kBounds);
|
/third_party/skia/bench/ |
H A D | PathBench.cpp | 864 xy.fX = rand.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth); 865 xy.fY = rand.nextRangeScalar(kBounds.fTop, kBounds.fBottom - size.fHeight); 874 static const SkRect kBounds; // bounds for all random query rects member in ConservativelyContainsBench 876 static const SkSize kQueryMax; // max query rect size, should < kBounds 1148 const SkRect ConservativelyContainsBench::kBounds = SkRect::MakeWH(SkIntToScalar(100), SkIntToScalar(100)); member in ConservativelyContainsBench
|
Completed in 5 milliseconds