Searched defs:ptAtT (Results 1 - 4 of 4) sorted by relevance
/external/skia/src/pathops/ | ||
H A D | SkPathOpsLine.cpp | 9 SkDPoint SkDLine::ptAtT(double t) const { function in class:SkDLine 48 SkDPoint realPt = ptAtT(t); 72 SkDPoint realPt = ptAtT(t); |
H A D | SkPathOpsConic.cpp | 84 SkDPoint SkDConic::ptAtT(double t) const { function in class:SkDConic |
H A D | SkOpSegment.h | 296 SkPoint ptAtT(double mid) const { function in class:SkOpSegment |
H A D | SkPathOpsQuad.cpp | 177 SkDPoint SkDQuad::ptAtT(double t) const { function in class:SkDQuad |
Completed in 85 milliseconds