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

  /external/skia/src/pathops/
SkPathOpsConic.h 58 SkDVector dxdyAtT(double t) const;
SkPathOpsQuad.h 63 SkDVector dxdyAtT(double t) const;
SkPathOpsCurve.h 151 return quad.dxdyAtT(t);
157 return conic.dxdyAtT(t);
163 return cubic.dxdyAtT(t);
SkPathOpsConic.cpp 46 SkDVector SkDConic::dxdyAtT(double t) const {
SkPathOpsCubic.h 64 SkDVector dxdyAtT(double t) const;
SkPathOpsQuad.cpp 159 SkDVector SkDQuad::dxdyAtT(double t) const {
SkPathOpsCubic.cpp 265 SkDVector dPt = cubic.dxdyAtT(inflectionTs[index]);
272 SkDVector dPt = cubic.dxdyAtT(maxCurvature[index]);
472 SkDVector SkDCubic::dxdyAtT(double t) const {
SkPathOpsTSect.h 336 SkDVector dxdy = c1.dxdyAtT(t);
    [all...]

Completed in 86 milliseconds