Searched defs:cubicIndex (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 391 static bool closeStart(const Cubic& cubic, int cubicIndex, Intersections& i, _Point& pt) { in closeStart() 399 static bool closeEnd(const Cubic& cubic, int cubicIndex, Intersections& i, _Point& pt) { in closeEnd()
|
/external/skia/experimental/Intersection/ |
D | CubicIntersection.cpp | 391 static bool closeStart(const Cubic& cubic, int cubicIndex, Intersections& i, _Point& pt) { in closeStart() 399 static bool closeEnd(const Cubic& cubic, int cubicIndex, Intersections& i, _Point& pt) { in closeEnd()
|
/external/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 415 static bool closeStart(const SkDCubic& cubic, int cubicIndex, SkIntersections& i, SkDPoint& pt) { in closeStart() 423 static bool closeEnd(const SkDCubic& cubic, int cubicIndex, SkIntersections& i, SkDPoint& pt) { in closeEnd()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDCubicIntersection.cpp | 415 static bool closeStart(const SkDCubic& cubic, int cubicIndex, SkIntersections& i, SkDPoint& pt) { in closeStart() 423 static bool closeEnd(const SkDCubic& cubic, int cubicIndex, SkIntersections& i, SkDPoint& pt) { in closeEnd()
|