Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRect.cpp224 int positiveCount = 0; in subtract() local
227 positiveCount++; in subtract()
231 positiveCount++; in subtract()
235 positiveCount++; in subtract()
239 positiveCount++; in subtract()
242 if (positiveCount == 0) { in subtract()
266 return positiveCount == 1; in subtract()