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

  /external/skia/src/pathops/
SkPathOpsConic.cpp 65 static double conic_eval_numerator(const double src[], SkScalar w, double t) { function
96 conic_eval_numerator(&fPts[0].fX, fWeight, t) / denominator,
97 conic_eval_numerator(&fPts[0].fY, fWeight, t) / denominator
130 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1);
131 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1);
139 double dx = conic_eval_numerator(&fPts[0].fX, fWeight, midT);
140 double dy = conic_eval_numerator(&fPts[0].fY, fWeight, midT);
148 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2);
149 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2);
  /external/skqp/src/pathops/
SkPathOpsConic.cpp 65 static double conic_eval_numerator(const double src[], SkScalar w, double t) { function
96 conic_eval_numerator(&fPts[0].fX, fWeight, t) / denominator,
97 conic_eval_numerator(&fPts[0].fY, fWeight, t) / denominator
130 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1);
131 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1);
139 double dx = conic_eval_numerator(&fPts[0].fX, fWeight, midT);
140 double dy = conic_eval_numerator(&fPts[0].fY, fWeight, midT);
148 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2);
149 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2);
  /external/skia/src/core/
SkPath.cpp 2860 static double conic_eval_numerator(const SkScalar src[], SkScalar w, SkScalar t) { function
    [all...]
  /external/skqp/src/core/
SkPath.cpp 2976 static double conic_eval_numerator(const SkScalar src[], SkScalar w, SkScalar t) { function
    [all...]

Completed in 260 milliseconds