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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp87 , fIntersections(i)
122 fIntersections->insert(cubicT, lineT, pt);
128 return fIntersections->used();
147 fIntersections->insert(cubicT, lineT, pt);
154 fIntersections->flip();
156 return fIntersections->used();
175 fIntersections->insert(cubicT, lineT, pt);
182 fIntersections->flip();
184 return fIntersections->used();
196 fIntersections
296 SkIntersections* fIntersections; member in class:LineCubicIntersections
[all...]
H A DSkDQuadLineIntersection.cpp100 , fIntersections(i)
147 fIntersections->insert(quadT, lineT, pt);
153 return fIntersections->used();
175 fIntersections->insert(quadT, lineT, pt);
182 fIntersections->flip();
184 return fIntersections->used();
206 fIntersections->insert(quadT, lineT, pt);
213 fIntersections->flip();
215 return fIntersections->used();
227 fIntersections
333 SkIntersections* fIntersections; member in class:LineQuadraticIntersections
[all...]
/external/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp87 , fIntersections(i)
122 fIntersections->insert(cubicT, lineT, pt);
128 return fIntersections->used();
147 fIntersections->insert(cubicT, lineT, pt);
154 fIntersections->flip();
156 return fIntersections->used();
175 fIntersections->insert(cubicT, lineT, pt);
182 fIntersections->flip();
184 return fIntersections->used();
196 fIntersections
296 SkIntersections* fIntersections; member in class:LineCubicIntersections
[all...]
H A DSkDQuadLineIntersection.cpp100 , fIntersections(i)
147 fIntersections->insert(quadT, lineT, pt);
153 return fIntersections->used();
175 fIntersections->insert(quadT, lineT, pt);
182 fIntersections->flip();
184 return fIntersections->used();
206 fIntersections->insert(quadT, lineT, pt);
213 fIntersections->flip();
215 return fIntersections->used();
227 fIntersections
333 SkIntersections* fIntersections; member in class:LineQuadraticIntersections
[all...]

Completed in 106 milliseconds