Home
last modified time | relevance | path

Searched refs:fIntersections (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp87 , fIntersections(i) in LineCubicIntersections()
126 for (int inner = 0; inner < fIntersections->used(); ++inner) { in intersect()
127 if (fIntersections->pt(inner) != pt) { in intersect()
130 double existingCubicT = (*fIntersections)[0][inner]; in intersect()
141 fIntersections->insert(cubicT, lineT, pt); in intersect()
146 return fIntersections->used(); in intersect()
168 fIntersections->insert(cubicT, lineT, pt); in horizontalIntersect()
172 fIntersections->flip(); in horizontalIntersect()
174 return fIntersections->used(); in horizontalIntersect()
196 fIntersections->insert(cubicT, lineT, pt); in verticalIntersect()
[all …]
DSkDQuadLineIntersection.cpp100 , fIntersections(i) in LineQuadraticIntersections()
144 if (fIntersections->used() == 2) { in intersect()
154 fIntersections->insert(quadT, lineT, pt); in intersect()
158 return fIntersections->used(); in intersect()
183 fIntersections->insert(quadT, lineT, pt); in horizontalIntersect()
187 fIntersections->flip(); in horizontalIntersect()
189 return fIntersections->used(); in horizontalIntersect()
214 fIntersections->insert(quadT, lineT, pt); in verticalIntersect()
218 fIntersections->flip(); in verticalIntersect()
220 return fIntersections->used(); in verticalIntersect()
[all …]
/external/chromium_org/third_party/skia/src/pathops/
DSkDCubicLineIntersection.cpp87 , fIntersections(i) in LineCubicIntersections()
126 for (int inner = 0; inner < fIntersections->used(); ++inner) { in intersect()
127 if (fIntersections->pt(inner) != pt) { in intersect()
130 double existingCubicT = (*fIntersections)[0][inner]; in intersect()
141 fIntersections->insert(cubicT, lineT, pt); in intersect()
146 return fIntersections->used(); in intersect()
168 fIntersections->insert(cubicT, lineT, pt); in horizontalIntersect()
172 fIntersections->flip(); in horizontalIntersect()
174 return fIntersections->used(); in horizontalIntersect()
196 fIntersections->insert(cubicT, lineT, pt); in verticalIntersect()
[all …]
DSkDQuadLineIntersection.cpp100 , fIntersections(i) in LineQuadraticIntersections()
144 if (fIntersections->used() == 2) { in intersect()
154 fIntersections->insert(quadT, lineT, pt); in intersect()
158 return fIntersections->used(); in intersect()
183 fIntersections->insert(quadT, lineT, pt); in horizontalIntersect()
187 fIntersections->flip(); in horizontalIntersect()
189 return fIntersections->used(); in horizontalIntersect()
214 fIntersections->insert(quadT, lineT, pt); in verticalIntersect()
218 fIntersections->flip(); in verticalIntersect()
220 return fIntersections->used(); in verticalIntersect()
[all …]