OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roughlyTests
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathOpsTypesTest.cpp
10
static const double
roughlyTests
[][2] = {
14
static const size_t roughlyTestsCount = SK_ARRAY_COUNT(
roughlyTests
);
18
bool equal = RoughlyEqualUlps(
roughlyTests
[index][0],
roughlyTests
[index][1]);
/external/skia/tests/
PathOpsTypesTest.cpp
10
static const double
roughlyTests
[][2] = {
14
static const size_t roughlyTestsCount = SK_ARRAY_COUNT(
roughlyTests
);
18
bool equal = RoughlyEqualUlps(
roughlyTests
[index][0],
roughlyTests
[index][1]);
Completed in 53 milliseconds