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

  /external/dng_sdk/source/
dng_render.h 41 real64 fSlope; // Slope of straight segment.
71 real64 fSlope; // Slope for lower part of curve.
  /external/skia/src/pathops/
SkPathOpsWinding.cpp 89 fSlope = segment->dSlopeAtT(fT);
92 return fabs(fSlope.fX) < fabs(fSlope.fY) ? SkOpRayDir::kLeft : SkOpRayDir::kTop;
99 SkDVector fSlope;
180 newHit->fSlope = slope;
242 if (hitBase.fSlope.fX == 0 && hitBase.fSlope.fY == 0) {
248 && !pt_yx(hitBase.fSlope.asSkVector(), dir)) {
279 bool ccw = ccw_dxdy(hit->fSlope, dir);
286 hit->fPt.fX, hit->fPt.fY, hit->fSlope.fX, hit->fSlope.fY)
    [all...]

Completed in 86 milliseconds