Searched defs:subDivide (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsConic.cpp86 SkDConic SkDConic::subDivide(double t1, double t2) const { function in class:SkDConic
108 SkDPoint SkDConic::subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2, function in class:SkDConic
110 SkDConic chopped = this->subDivide(t1, t2);
H A DSkPathOpsQuad.cpp223 SkDQuad SkDQuad::subDivide(double t1, double t2) const { function in class:SkDQuad
245 SkDPoint SkDQuad::subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2) const { function in class:SkDQuad
248 SkDQuad sub = subDivide(t1, t2);
H A DSkOpSegment.cpp172 subDivide(start, end, &edge);
1503 bool SkOpSegment::subDivide(const SkOpSpanBase* start, const SkOpSpanBase* end, function in class:SkOpSegment
1556 bool SkOpSegment::subDivide(const SkOpSpanBase* start, const SkOpSpanBase* end, function in class:SkOpSegment
/external/skia/src/core/
H A DSkStroke.cpp284 int subDivide);
288 int subDivide);
434 int subDivide) {
444 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) {
449 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
450 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
698 int subDivide) {
729 if (--subDivide < 0) {
737 if (--subDivide < 0) {
746 subDivide);
431 quad_to(const SkPoint pts[3], const SkVector& normalAB, const SkVector& unitNormalAB, SkVector* normalBC, SkVector* unitNormalBC, int subDivide) argument
[all...]

Completed in 90 milliseconds