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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection_Test.cpp 281 static int floatSign(double x) {
309 SkDebugf("%s left=(%d, %d, %d) inHull=%s\n", __FUNCTION__, floatSign(left[0]),
310 floatSign(left[1]), floatSign(left[2]),
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadIntersectionTest.cpp 345 static int floatSign(double x) {
379 SkDebugf("%s left=(%d, %d, %d) inHull=%s\n", __FUNCTION__, floatSign(left[0]),
380 floatSign(left[1]), floatSign(left[2]),

Completed in 73 milliseconds