Home
last modified time | relevance | path

Searched refs:DPoint (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp61 struct DPoint { struct
64 static DPoint Make(double x, double y) { in Make() argument
65 DPoint pt; in Make()
83 static double Distance(const DPoint& a, const DPoint& b) { in Distance() argument
87 double distanceToSqd(const DPoint& pt) const { in distanceToSqd() argument
129 DPoint mapPoint(const SkPoint& src) const { in mapPoint()
130 DPoint pt = DPoint::Make(src.x(), src.y()); in mapPoint()
134 DPoint mapPoint(const DPoint& src) const { in mapPoint()
135 return DPoint::Make(fMat[0] * src.x() + fMat[1] * src.y() + fMat[2], in mapPoint()
222 DPoint fP0T, fP2T;
[all …]
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp61 struct DPoint { struct
64 static DPoint Make(double x, double y) { in Make() argument
65 DPoint pt; in Make()
83 static double Distance(const DPoint& a, const DPoint& b) { in Distance() argument
87 double distanceToSqd(const DPoint& pt) const { in distanceToSqd() argument
129 DPoint mapPoint(const SkPoint& src) const { in mapPoint()
130 DPoint pt = DPoint::Make(src.x(), src.y()); in mapPoint()
134 DPoint mapPoint(const DPoint& src) const { in mapPoint()
135 return DPoint::Make(fMat[0] * src.x() + fMat[1] * src.y() + fMat[2], in mapPoint()
222 DPoint fP0T, fP2T;
[all …]