Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.h27 sk_bzero(fNearlySame, sizeof(fNearlySame)); in SkIntersections()
144 return fNearlySame[index]; in nearlySame()
293 bool fNearlySame[2]; // true if end points nearly match variable
DSkIntersections.cpp97 fNearlySame[one ? 1 : 0] = true; in insertNear()
/external/skia/tests/
DPathOpsDebug.cpp194 if (index < 2 && fNearlySame[index]) { in dump()