Home
last modified time | relevance | path

Searched defs:ptAtT (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsLine.cpp14 SkDPoint SkDLine::ptAtT(double t) const { in ptAtT() function in SkDLine
DSkPathOpsConic.cpp95 SkDPoint SkDConic::ptAtT(double t) const { in ptAtT() function in SkDConic
DSkPathOpsQuad.h188 SkDPoint ptAtT(double t) const override { return fQuad.ptAtT(t); } in ptAtT() function
DSkPathOpsCubic.h244 SkDPoint ptAtT(double t) const override { return fCubic.ptAtT(t); } in ptAtT() function
DSkPathOpsConic.h198 SkDPoint ptAtT(double t) const override { return fConic.ptAtT(t); } in ptAtT() function
DSkOpSegment.h323 SkPoint ptAtT(double mid) const { in ptAtT() function
DSkPathOpsQuad.cpp224 SkDPoint SkDQuad::ptAtT(double t) const { in ptAtT() function in SkDQuad
DSkPathOpsCubic.cpp590 SkDPoint SkDCubic::ptAtT(double t) const { in ptAtT() function in SkDCubic