Home
last modified time | relevance | path

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

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