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