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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticParameterization_TestUtility.cpp 6 bool point_on_parameterized_curve(const Quadratic& quad, const _Point& point) { function
CubicParameterization_TestUtility.cpp 38 bool point_on_parameterized_curve(const Cubic& cubic, const _Point& point) { function
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadParameterizationTest.cpp 11 static bool point_on_parameterized_curve(const SkDQuad& quad, const SkDPoint& point) { function
43 REPORTER_ASSERT(reporter, point_on_parameterized_curve(*quads[one],

Completed in 227 milliseconds