Searched refs:fIntersections (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 99 , fIntersections(i) in LineQuadraticIntersections() 143 if (fIntersections->used() == 2) { in intersect() 153 fIntersections->insert(quadT, lineT, pt); in intersect() 157 return fIntersections->used(); in intersect() 182 fIntersections->insert(quadT, lineT, pt); in horizontalIntersect() 186 fIntersections->flip(); in horizontalIntersect() 188 return fIntersections->used(); in horizontalIntersect() 213 fIntersections->insert(quadT, lineT, pt); in verticalIntersect() 217 fIntersections->flip(); in verticalIntersect() 219 return fIntersections->used(); in verticalIntersect() [all …]
|
D | SkDCubicLineIntersection.cpp | 87 , fIntersections(i) in LineCubicIntersections() 140 for (int inner = 0; inner < fIntersections->used(); ++inner) { in intersect() 141 if (fIntersections->pt(inner) != pt) { in intersect() 144 double existingCubicT = (*fIntersections)[0][inner]; in intersect() 155 fIntersections->insert(cubicT, lineT, pt); in intersect() 160 return fIntersections->used(); in intersect() 194 fIntersections->insert(cubicT, lineT, pt); in horizontalIntersect() 198 fIntersections->flip(); in horizontalIntersect() 200 return fIntersections->used(); in horizontalIntersect() 234 fIntersections->insert(cubicT, lineT, pt); in verticalIntersect() [all …]
|
/external/skia/src/pathops/ |
D | SkDQuadLineIntersection.cpp | 99 , fIntersections(i) in LineQuadraticIntersections() 143 if (fIntersections->used() == 2) { in intersect() 153 fIntersections->insert(quadT, lineT, pt); in intersect() 157 return fIntersections->used(); in intersect() 182 fIntersections->insert(quadT, lineT, pt); in horizontalIntersect() 186 fIntersections->flip(); in horizontalIntersect() 188 return fIntersections->used(); in horizontalIntersect() 213 fIntersections->insert(quadT, lineT, pt); in verticalIntersect() 217 fIntersections->flip(); in verticalIntersect() 219 return fIntersections->used(); in verticalIntersect() [all …]
|
D | SkDCubicLineIntersection.cpp | 87 , fIntersections(i) in LineCubicIntersections() 140 for (int inner = 0; inner < fIntersections->used(); ++inner) { in intersect() 141 if (fIntersections->pt(inner) != pt) { in intersect() 144 double existingCubicT = (*fIntersections)[0][inner]; in intersect() 155 fIntersections->insert(cubicT, lineT, pt); in intersect() 160 return fIntersections->used(); in intersect() 194 fIntersections->insert(cubicT, lineT, pt); in horizontalIntersect() 198 fIntersections->flip(); in horizontalIntersect() 200 return fIntersections->used(); in horizontalIntersect() 234 fIntersections->insert(cubicT, lineT, pt); in verticalIntersect() [all …]
|