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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h28 bool fCoincident; // set if span is bumped -- if set additional points aren't inserted member in struct:SkOpSpan
/external/skia/src/pathops/
H A DSkOpSpan.h28 bool fCoincident; // set if span is bumped -- if set additional points aren't inserted member in struct:SkOpSpan
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1834 int fCoincident; member in class:OutEdgeBuilder
2303 activePtr->fCoincident = firstIndex;
2314 nextPtr->fCoincident = firstIndex;
2327 if (activePtr->fCoincident != nextPtr->fCoincident) {
2336 && activePtr->fCoincident == nextPtr->fCoincident) {
2378 && activePtr->fCoincident == nextPtr->fCoincident) {
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1834 int fCoincident; member in class:OutEdgeBuilder
2303 activePtr->fCoincident = firstIndex;
2314 nextPtr->fCoincident = firstIndex;
2327 if (activePtr->fCoincident != nextPtr->fCoincident) {
2336 && activePtr->fCoincident == nextPtr->fCoincident) {
2378 && activePtr->fCoincident == nextPtr->fCoincident) {

Completed in 225 milliseconds