Searched refs:fConic (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/pathops/
H A DSkDConicLineIntersection.cpp19 : fConic(c)
27 : fConic(c)
41 SkDPoint conicMidPt = fConic.ptAtT(conicMidT);
67 double conicVals[] = { fConic[0].fY, fConic[1].fY, fConic[2].fY };
80 SkDPoint pt = fConic.ptAtT(conicT);
81 SkDEBUGCODE_(double conicVals[] = { fConic[0].fY, fConic[1].fY, fConic[
320 const SkDConic& fConic; member in class:LineConicIntersections
[all...]
H A DSkConicLineIntersection.cpp14 : fConic(c)
H A DSkPathOpsCurve.cpp16 dRect.setBounds(dCurve, fConic, tStart, tEnd);
H A DSkOpSegment.h52 curve.fConic.set(pts, weight);
H A DSkPathOpsCurve.h52 SkDConic fConic; member in union:SkDCurve::__anon14048
H A DSkOpSegment.cpp1577 edge->fConic[1].set(fPts[1]);
1578 edge->fConic.fWeight = fWeight;
1594 edge->fConic[1] = SkDConic::SubDivide(fPts, fWeight, edge->fQuad[0], edge->fQuad[2],
1595 startT, endT, &edge->fConic.fWeight);
H A DSkPathOpsDebug.cpp298 CONIC_DEBUG_DATA(fCurvePart, fCurvePart.fConic.fWeight),
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp417 } fConic; member in union:BezierVertex::__anon13958
538 verts[i].fConic.fK = pnt.fX * klm[0] + pnt.fY * klm[1] + klm[2];
539 verts[i].fConic.fL = pnt.fX * klm[3] + pnt.fY * klm[4] + klm[5];
540 verts[i].fConic.fM = pnt.fX * klm[6] + pnt.fY * klm[7] + klm[8];
/external/skia/tests/
H A DPathOpsDebug.cpp113 fConic.dumpID(id);

Completed in 350 milliseconds