Home
last modified time | relevance | path

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

/external/skia/docs/examples/
DIPoint_minus_operator.cpp9 { SK_NaN32, SK_NaN32 } }; in draw()
DIPoint_equal_operator.cpp7 SkIPoint test[] = { {0, -0}, {-1, -2}, {SK_MaxS32, -1}, {SK_NaN32, -1} }; in draw()
DIPoint_notequal_operator.cpp7 SkIPoint test[] = { {0, -0}, {-1, -2}, {SK_MaxS32, -1}, {SK_NaN32, -1} }; in draw()
DIPoint_equals.cpp7 SkIPoint test[] = { {0, -0}, {-1, -2}, {SK_MaxS32, -1}, {SK_NaN32, -1} }; in draw()
/external/skqp/docs/
DSkIPoint_Reference.bmh140 { SK_NaN32, SK_NaN32 } };
235 SkIPoint test[] = { {0, -0}, {-1, -2}, {SK_MaxS32, -1}, {SK_NaN32, -1} };
259 SkIPoint test[] = { {0, -0}, {-1, -2}, {SK_MaxS32, -1}, {SK_NaN32, -1} };
283 SkIPoint test[] = { {0, -0}, {-1, -2}, {SK_MaxS32, -1}, {SK_NaN32, -1} };
/external/skqp/include/core/
DSkTypes.h97 static constexpr int32_t SK_NaN32 = INT32_MIN; variable
167 SkASSERT(value != SK_NaN32); // The most negative int32_t can't be negated. in SkAbs32()
/external/skia/include/core/
DSkTypes.h514 static constexpr int32_t SK_NaN32 = INT32_MIN; variable
584 SkASSERT(value != SK_NaN32); // The most negative int32_t can't be negated. in SkAbs32()
/external/skqp/src/core/
DSkReadBuffer.cpp297 if (size == SK_NaN32) { in readImage()
/external/skia/src/core/
DSkReadBuffer.cpp337 if (size == SK_NaN32) { in readImage_preV78()
/external/skqp/src/pathops/
DSkOpSegment.cpp419 return SK_NaN32; in computeSum()
567 bool sortable = calcWinding != SK_NaN32; in findNextOp()
673 bool sortable = calcWinding != SK_NaN32; in findNextWinding()
/external/skia/src/pathops/
DSkOpSegment.cpp419 return SK_NaN32; in computeSum()
567 bool sortable = calcWinding != SK_NaN32; in findNextOp()
673 bool sortable = calcWinding != SK_NaN32; in findNextWinding()
/external/skqp/tests/
DMathTest.cpp465 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32); in DEF_TEST()
/external/skia/tests/
DMathTest.cpp497 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32); in DEF_TEST()