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

  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicLineIntersection.cpp 87 , fIntersections(i)
126 for (int inner = 0; inner < fIntersections->used(); ++inner) {
127 if (fIntersections->pt(inner) != pt) {
130 double existingCubicT = (*fIntersections)[0][inner];
141 fIntersections->insert(cubicT, lineT, pt);
146 return fIntersections->used();
168 fIntersections->insert(cubicT, lineT, pt);
172 fIntersections->flip();
174 return fIntersections->used();
196 fIntersections->insert(cubicT, lineT, pt)
    [all...]
SkDQuadLineIntersection.cpp 100 , fIntersections(i)
144 if (fIntersections->used() == 2) {
154 fIntersections->insert(quadT, lineT, pt);
158 return fIntersections->used();
183 fIntersections->insert(quadT, lineT, pt);
187 fIntersections->flip();
189 return fIntersections->used();
214 fIntersections->insert(quadT, lineT, pt);
218 fIntersections->flip();
220 return fIntersections->used()
    [all...]
  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 87 , fIntersections(i)
126 for (int inner = 0; inner < fIntersections->used(); ++inner) {
127 if (fIntersections->pt(inner) != pt) {
130 double existingCubicT = (*fIntersections)[0][inner];
141 fIntersections->insert(cubicT, lineT, pt);
146 return fIntersections->used();
168 fIntersections->insert(cubicT, lineT, pt);
172 fIntersections->flip();
174 return fIntersections->used();
196 fIntersections->insert(cubicT, lineT, pt)
    [all...]
SkDQuadLineIntersection.cpp 100 , fIntersections(i)
144 if (fIntersections->used() == 2) {
154 fIntersections->insert(quadT, lineT, pt);
158 return fIntersections->used();
183 fIntersections->insert(quadT, lineT, pt);
187 fIntersections->flip();
189 return fIntersections->used();
214 fIntersections->insert(quadT, lineT, pt);
218 fIntersections->flip();
220 return fIntersections->used()
    [all...]

Completed in 43 milliseconds