Home
last modified time | relevance | path

Searched defs:oEnd (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp448 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in addExpanded() local
1041 const SkOpSpanBase* oEnd = (flipped ? coin->oppPtTStart() : coin->oppPtTEnd())->span(); in apply() local
1350 SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in mark() local
DSkPathOpsDebug.cpp1627 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded() local
2038 const SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in debugMark() local
2116 double oStart, double oEnd, const SkOpSegment* oSegment, in DebugCheckBetween()