Searched refs:SK_NaN32 (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayInput.cpp30 SkInput::SkInput() : fInt((int) SK_NaN32), fFloat(SK_ScalarNaN) {}
44 value->fOperand.fS32 = fInt != (int) SK_NaN32 ||
H A DSkPostParts.cpp28 if (fInt != (int) SK_NaN32)
H A DSkAnimator.cpp240 return result ? operand.fS32 : SK_NaN32;
246 return SK_NaN32;
249 return SK_NaN32;
320 return SK_NaN32;
326 return SK_NaN32;
332 return SK_NaN32;
335 return SK_NaN32;
H A DSkScriptRuntime.cpp241 operand[0].fS32 = operand[0].fS32 == 0 ? SK_NaN32 :
/external/skia/src/animator/
H A DSkDisplayInput.cpp30 SkInput::SkInput() : fInt((int) SK_NaN32), fFloat(SK_ScalarNaN) {}
44 value->fOperand.fS32 = fInt != (int) SK_NaN32 ||
H A DSkPostParts.cpp28 if (fInt != (int) SK_NaN32)
H A DSkAnimator.cpp240 return result ? operand.fS32 : SK_NaN32;
246 return SK_NaN32;
249 return SK_NaN32;
320 return SK_NaN32;
326 return SK_NaN32;
332 return SK_NaN32;
335 return SK_NaN32;
H A DSkScriptRuntime.cpp241 operand[0].fS32 = operand[0].fS32 == 0 ? SK_NaN32 :
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h271 #define SK_NaN32 (1 << 31) macro
/external/skia/include/core/
H A DSkTypes.h271 #define SK_NaN32 (1 << 31) macro
/external/chromium_org/third_party/skia/tests/
H A DMathTest.cpp477 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32);
/external/skia/tests/
H A DMathTest.cpp479 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp348 if (sumWinding != SK_MinS32 && sumWinding != SK_NaN32) {
H A DSkOpSegment.cpp1608 return SK_NaN32;
2793 bool sortable = calcWinding != SK_NaN32;
2922 bool sortable = calcWinding != SK_NaN32;
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp348 if (sumWinding != SK_MinS32 && sumWinding != SK_NaN32) {
H A DSkOpSegment.cpp1538 return SK_NaN32;
2716 bool sortable = calcWinding != SK_NaN32;
2845 bool sortable = calcWinding != SK_NaN32;

Completed in 4765 milliseconds