OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:moreRoughlyEqual
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
PathOpsDPointTest.cpp
41
REPORTER_ASSERT(reporter, p.
moreRoughlyEqual
(pt));
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsPoint.h
179
bool
moreRoughlyEqual
(const SkDPoint& a) const {
SkDQuadIntersection.cpp
487
} else if (pts1[0].
moreRoughlyEqual
(pts2[0])) {
/external/skia/src/pathops/
SkPathOpsPoint.h
179
bool
moreRoughlyEqual
(const SkDPoint& a) const {
SkDQuadIntersection.cpp
487
} else if (pts1[0].
moreRoughlyEqual
(pts2[0])) {
Completed in 212 milliseconds