Searched refs:kWidthTol (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DRoundRectTest.cpp189 static const SkScalar kWidthTol = SkScalarHalf(kWidth) * (SK_Scalar1 - SK_ScalarRoot2Over2); local
193 { kWidthTol - kEps, kHeightTol - kEps }, // out
194 { kWidthTol + kEps, kHeightTol + kEps }, // in
196 { kWidth + kEps - kWidthTol, kHeightTol - kEps }, // out
197 { kWidth - kEps - kWidthTol, kHeightTol + kEps }, // in
199 { kWidth + kEps - kWidthTol, kHeight + kEps - kHeightTol }, // out
200 { kWidth - kEps - kWidthTol, kHeight - kEps - kHeightTol }, // in
202 { kWidthTol - kEps, kHeight + kEps - kHeightTol }, //out
203 { kWidthTol + kEps, kHeight - kEps - kHeightTol }, // in

Completed in 64 milliseconds