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));
147 return fNearlySame[index];
306 bool fNearlySame[2]; // true if end points nearly match
SkIntersections.cpp 98 fNearlySame[one ? 1 : 0] = true;
  /external/skia/tests/
PathOpsDebug.cpp 191 if (index < 2 && fNearlySame[index]) {
    [all...]

Completed in 328 milliseconds