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

  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.cpp 57 * Type definition for double precision DPoint and DAffineMatrix
61 struct DPoint {
64 static DPoint Make(double x, double y) {
65 DPoint pt;
83 static double Distance(const DPoint& a, const DPoint& b) {
87 double distanceToSqd(const DPoint& pt) const {
129 DPoint mapPoint(const SkPoint& src) const {
130 DPoint pt = DPoint::Make(src.x(), src.y())
    [all...]
  /external/skqp/src/gpu/
GrDistanceFieldGenFromVector.cpp 57 * Type definition for double precision DPoint and DAffineMatrix
61 struct DPoint {
64 static DPoint Make(double x, double y) {
65 DPoint pt;
83 static double Distance(const DPoint& a, const DPoint& b) {
87 double distanceToSqd(const DPoint& pt) const {
129 DPoint mapPoint(const SkPoint& src) const {
130 DPoint pt = DPoint::Make(src.x(), src.y())
    [all...]

Completed in 478 milliseconds