Home
last modified time | relevance | path

Searched defs:kBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSampleSVGPong.cpp21 static const SkRect kBounds = SkRect::MakeLTRB(0.1f, 0.1f, 0.9f, 0.9f); variable
/external/skia/bench/
DPathBench.cpp878 static const SkRect kBounds; // bounds for all random query rects member in ConservativelyContainsBench
1117 const SkRect ConservativelyContainsBench::kBounds = SkRect::MakeWH(SkIntToScalar(100), SkIntToScala… member in ConservativelyContainsBench
/external/skia/tests/
DClipStackTest.cpp925 static const SkRect kBounds = SkRect::Make(kIBounds); in test_reduced_clip_stack() local