Searched defs:subDivide (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsConic.cpp | 86 SkDConic SkDConic::subDivide(double t1, double t2) const { in subDivide() function in SkDConic 108 SkDPoint SkDConic::subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2, in subDivide() function in SkDConic
|
D | SkPathOpsQuad.cpp | 223 SkDQuad SkDQuad::subDivide(double t1, double t2) const { in subDivide() function in SkDQuad 245 SkDPoint SkDQuad::subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2) const { in subDivide() function in SkDQuad
|
D | SkPathOpsCubic.cpp | 618 SkDCubic SkDCubic::subDivide(double t1, double t2) const { in subDivide() function in SkDCubic 648 void SkDCubic::subDivide(const SkDPoint& a, const SkDPoint& d, in subDivide() function in SkDCubic
|
D | SkOpSegment.cpp | 1503 bool SkOpSegment::subDivide(const SkOpSpanBase* start, const SkOpSpanBase* end, in subDivide() function in SkOpSegment 1556 bool SkOpSegment::subDivide(const SkOpSpanBase* start, const SkOpSpanBase* end, in subDivide() function in SkOpSegment
|
/external/skia/src/core/ |
D | SkStroke.cpp | 434 int subDivide) { in quad_to() 698 int subDivide) { in cubic_to()
|