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

  /external/skia/include/core/
SkGeometry.h 159 bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4]);
  /external/skia/src/core/
SkGeometry.cpp 25 // intersect, for symmetry with SkXRayCrossesMonotonicCubic.
989 bool SkXRayCrossesMonotonicCubic(const SkXRay& pt, const SkPoint cubic[4]) {
1065 if (SkXRayCrossesMonotonicCubic(pt, &monotonic_cubics[0]))
1068 if (SkXRayCrossesMonotonicCubic(pt, &monotonic_cubics[3]))
1071 if (SkXRayCrossesMonotonicCubic(pt, &monotonic_cubics[6]))
    [all...]

Completed in 13 milliseconds