Home
last modified time | relevance | path

Searched refs:fNearlySame (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/pathops/
DSkIntersections.h28 sk_bzero(fNearlySame, sizeof(fNearlySame)); in SkIntersections()
157 return fNearlySame[index]; in nearlySame()
319 bool fNearlySame[2]; // true if end points nearly match variable
DSkIntersections.cpp111 fNearlySame[one ? 1 : 0] = true; in insertNear()
/third_party/flutter/skia/src/pathops/
DSkIntersections.h28 sk_bzero(fNearlySame, sizeof(fNearlySame)); in SkIntersections()
157 return fNearlySame[index]; in nearlySame()
319 bool fNearlySame[2]; // true if end points nearly match variable
DSkIntersections.cpp111 fNearlySame[one ? 1 : 0] = true; in insertNear()
/third_party/flutter/skia/tests/
DPathOpsDebug.cpp212 if (index < 2 && fNearlySame[index]) { in dump()
/third_party/skia/tests/
DPathOpsDebug.cpp212 if (index < 2 && fNearlySame[index]) { in dump()