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

  /external/skia/src/pathops/
SkPathOpsCurve.h 48 struct SkDCurve {
91 SkDCurve fCurve;
99 extern SkDPoint (SkDCurve::* const Top[])(const SkPoint curve[], SkScalar cWeight,
134 static SkDPoint ddline_xy_at_t(const SkDCurve& c, double t) {
138 static SkDPoint ddquad_xy_at_t(const SkDCurve& c, double t) {
142 static SkDPoint ddconic_xy_at_t(const SkDCurve& c, double t) {
146 static SkDPoint ddcubic_xy_at_t(const SkDCurve& c, double t) {
150 static SkDPoint (* const CurveDDPointAtT[])(const SkDCurve& , double ) = {
214 static SkDVector ddline_dxdy_at_t(const SkDCurve& c, double ) {
218 static SkDVector ddquad_dxdy_at_t(const SkDCurve& c, double t)
    [all...]
SkPathOpsCurve.cpp 13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const {
55 void SkDCurve::offset(SkPath::Verb verb, const SkDVector& off) {
62 void SkDCurve::setConicBounds(const SkPoint curve[3], SkScalar curveWeight,
72 void SkDCurve::setCubicBounds(const SkPoint curve[4], SkScalar ,
82 void SkDCurve::setQuadBounds(const SkPoint curve[3], SkScalar ,
SkOpAngle.h 119 SkDCurve fOriginalCurvePart; // the curve from start to end
SkOpSegment.h 17 struct SkDCurve;
46 SkDCurve curve;
54 SkDCurve curve;
89 SkDCurve curve;
389 bool subDivide(const SkOpSpanBase* start, const SkOpSpanBase* end, SkDCurve* result) const;
SkOpAngle.cpp 190 const SkDCurve& testCurve = test->fPart.fCurve;
503 const SkDCurve& curve = index ? rh->fPart.fCurve : this->fPart.fCurve;
521 const SkDCurve& curve = sIndex ? rh->fPart.fCurve : this->fPart.fCurve;
563 const SkDCurve& curve = rh->fPart.fCurve;
876 SkDEBUGCODE(fPart.fCurve.fVerb = SkPath::kCubic_Verb); // required for SkDCurve debug check
    [all...]
SkDConicLineIntersection.cpp 210 double conicT = ((SkDCurve*) &fConic)->nearPoint(SkPath::kConic_Verb,
SkDCubicLineIntersection.cpp 305 double cubicT = ((SkDCurve*) &fCubic)->nearPoint(SkPath::kCubic_Verb,
SkDQuadLineIntersection.cpp 310 double quadT = ((SkDCurve*) &fQuad)->nearPoint(SkPath::kQuad_Verb,
SkOpSegment.cpp     [all...]
SkPathOpsDebug.cpp     [all...]
  /external/skia/tests/
PathOpsBoundsTest.cpp 65 SkDCurve curve;
PathOpsDebug.cpp 107 void SkDCurve::dump() const {
111 void SkDCurve::dumpID(int id) const {
    [all...]

Completed in 612 milliseconds