Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTypes.h237 #define SK_NaN32 ((int) (1U << 31)) macro
346 SkASSERT(value != SK_NaN32); // The most negative int32_t can't be negated. in SkAbs32()
/external/skia/src/pathops/
DSkOpSegment.cpp400 return SK_NaN32; in computeSum()
547 bool sortable = calcWinding != SK_NaN32; in findNextOp()
652 bool sortable = calcWinding != SK_NaN32; in findNextWinding()
/external/skia/tests/
DMathTest.cpp591 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32); in DEF_TEST()