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

/external/dng_sdk/source/
H A Ddng_1d_table.cpp50 bool subDivide = (range > (kTableSize >> 8)); local
52 if (!subDivide)
61 subDivide = true;
67 if (subDivide)
/external/skia/src/pathops/
H A DSkPathOpsConic.cpp123 SkDConic SkDConic::subDivide(double t1, double t2) const { function in class:SkDConic
165 SkDPoint SkDConic::subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2, function in class:SkDConic
167 SkDConic chopped = this->subDivide(t1, t2);
H A DSkPathOpsQuad.cpp268 SkDQuad SkDQuad::subDivide(double t1, double t2) const { function in class:SkDQuad
293 SkDPoint SkDQuad::subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2) const { function in class:SkDQuad
296 SkDQuad sub = subDivide(t1, t2);
H A DSkOpSegment.cpp166 start->segment()->subDivide(start, end, &curvePart.fCurve);
1553 bool SkOpSegment::subDivide(const SkOpSpanBase* start, const SkOpSpanBase* end, function in class:SkOpSegment
1615 this->subDivide(prior, spanBase, &curvePart);
1620 opp->subDivide(priorPtT->span(), ptT->span(), &oppPart);

Completed in 193 milliseconds