Searched refs:SK_NaN32 (Results 1 – 13 of 13) sorted by relevance
/external/skia/docs/examples/ |
D | IPoint_minus_operator.cpp | 9 { SK_NaN32, SK_NaN32 } }; in draw()
|
D | IPoint_equal_operator.cpp | 7 SkIPoint test[] = { {0, -0}, {-1, -2}, {SK_MaxS32, -1}, {SK_NaN32, -1} }; in draw()
|
D | IPoint_notequal_operator.cpp | 7 SkIPoint test[] = { {0, -0}, {-1, -2}, {SK_MaxS32, -1}, {SK_NaN32, -1} }; in draw()
|
D | IPoint_equals.cpp | 7 SkIPoint test[] = { {0, -0}, {-1, -2}, {SK_MaxS32, -1}, {SK_NaN32, -1} }; in draw()
|
/external/skqp/docs/ |
D | SkIPoint_Reference.bmh | 140 { 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/ |
D | SkTypes.h | 97 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/ |
D | SkTypes.h | 514 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/ |
D | SkReadBuffer.cpp | 297 if (size == SK_NaN32) { in readImage()
|
/external/skia/src/core/ |
D | SkReadBuffer.cpp | 337 if (size == SK_NaN32) { in readImage_preV78()
|
/external/skqp/src/pathops/ |
D | SkOpSegment.cpp | 419 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/ |
D | SkOpSegment.cpp | 419 return SK_NaN32; in computeSum() 567 bool sortable = calcWinding != SK_NaN32; in findNextOp() 673 bool sortable = calcWinding != SK_NaN32; in findNextWinding()
|
/external/skqp/tests/ |
D | MathTest.cpp | 465 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32); in DEF_TEST()
|
/external/skia/tests/ |
D | MathTest.cpp | 497 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32); in DEF_TEST()
|