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

  /external/skia/src/core/
SkMask.cpp 18 if (size.is32() && size.isPos()) {
SkGeometry.cpp 415 if (numer.isPos()) // do nothing if numer <= 0
    [all...]
  /external/skia/include/core/
Sk64.h 76 SkBool isPos() const { return ~(fHi >> 31) & (fHi | fLo); }
  /external/skia/tests/
Sk64Test.cpp 22 REPORTER_ASSERT(reporter, !a.isPos() == !table.pos);

Completed in 381 milliseconds