Searched refs:initBase (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpSpan.cpp | 277 void SkOpSpanBase::initBase(SkOpSegment* segment, SkOpSpan* prev, double t, const SkPoint& pt) { in initBase() function in SkOpSpanBase 355 initBase(segment, prev, t, pt); in init()
|
D | SkOpSpan.h | 239 void initBase(SkOpSegment* parent, SkOpSpan* prev, double t, const SkPoint& pt);
|
D | SkOpSegment.cpp | 908 oneSpan->initBase(this, zeroSpan, 1, fPts[SkPathOpsVerbToPoints(fVerb)]); in init()
|