Home
last modified time | relevance | path

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

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