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

  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicLineIntersection.cpp 87 , fIntersections(i)
140 for (int inner = 0; inner < fIntersections->used(); ++inner) {
141 if (fIntersections->pt(inner) != pt) {
144 double existingCubicT = (*fIntersections)[0][inner];
155 fIntersections->insert(cubicT, lineT, pt);
160 return fIntersections->used();
194 fIntersections->insert(cubicT, lineT, pt);
198 fIntersections->flip();
200 return fIntersections->used();
234 fIntersections->insert(cubicT, lineT, pt)
    [all...]
SkDQuadLineIntersection.cpp 99 , fIntersections(i)
143 if (fIntersections->used() == 2) {
153 fIntersections->insert(quadT, lineT, pt);
157 return fIntersections->used();
182 fIntersections->insert(quadT, lineT, pt);
186 fIntersections->flip();
188 return fIntersections->used();
213 fIntersections->insert(quadT, lineT, pt);
217 fIntersections->flip();
219 return fIntersections->used()
    [all...]

Completed in 132 milliseconds