Searched defs:fCubic (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkReduceOrder.h31 SkDCubic fCubic; member in union:SkReduceOrder
H A DSkDCubicLineIntersection.cpp85 : fCubic(c)
102 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
111 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp
112 + (fCubic[n].fX - fLine[0].fX) * adj;
136 SkDPoint cPt = fCubic.ptAtT(cubicT);
150 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT);
186 int count = HorizontalIntersect(fCubic, axisIntercept, roots);
190 pt.fX = fCubic.ptAtT(cubicT).fX;
226 int count = VerticalIntersect(fCubic, axisIntercep
370 const SkDCubic& fCubic; member in class:LineCubicIntersections
[all...]
/external/skia/src/pathops/
H A DSkReduceOrder.h31 SkDCubic fCubic; member in union:SkReduceOrder
H A DSkDCubicLineIntersection.cpp85 : fCubic(c)
102 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
111 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp
112 + (fCubic[n].fX - fLine[0].fX) * adj;
136 SkDPoint cPt = fCubic.ptAtT(cubicT);
150 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT);
186 int count = HorizontalIntersect(fCubic, axisIntercept, roots);
190 pt.fX = fCubic.ptAtT(cubicT).fX;
226 int count = VerticalIntersect(fCubic, axisIntercep
370 const SkDCubic& fCubic; member in class:LineCubicIntersections
[all...]

Completed in 2534 milliseconds