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

  /external/skia/include/core/
SkTypes.h 237 #define SK_NaN32 ((int) (1U << 31))
345 SkASSERT(value != SK_NaN32); // The most negative int32_t can't be negated.
  /external/skia/src/pathops/
SkOpSegment.cpp 400 return SK_NaN32;
547 bool sortable = calcWinding != SK_NaN32;
652 bool sortable = calcWinding != SK_NaN32;
    [all...]
  /external/skia/tests/
MathTest.cpp 591 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32);

Completed in 185 milliseconds