HomeSort by relevance Sort by last modified time
    Searched refs:approximately_equal_half (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkReduceOrder.cpp 218 if (approximately_equal_half(cx * inv, cubic[minX].fX * inv)) {
221 if (approximately_equal_half(cy * inv, cubic[minY].fY * inv)) {
SkPathOpsCubic.cpp 41 if (approximately_equal_half(lessPt.fX, cubicAtT.fX)
42 && approximately_equal_half(lessPt.fY, cubicAtT.fY)) {
60 if (approximately_equal_half(morePt.fX, cubicAtT.fX)
61 && approximately_equal_half(morePt.fY, cubicAtT.fY)) {
SkPathOpsTypes.h 404 inline bool approximately_equal_half(double x, double y) { function

Completed in 1984 milliseconds