HomeSort by relevance Sort by last modified time
    Searched refs:fNearlySame (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkIntersections.h 27 sk_bzero(fNearlySame, sizeof(fNearlySame));
144 return fNearlySame[index];
293 bool fNearlySame[2]; // true if end points nearly match
SkIntersections.cpp 97 fNearlySame[one ? 1 : 0] = true;
  /external/skia/tests/
PathOpsDebug.cpp 194 if (index < 2 && fNearlySame[index]) {
    [all...]

Completed in 1082 milliseconds