Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDisplayInput.cpp30 SkInput::SkInput() : fInt((int) SK_NaN32), fFloat(SK_ScalarNaN) {} in SkInput()
44 value->fOperand.fS32 = fInt != (int) SK_NaN32 || in getProperty()
DSkAnimator.cpp238 return result ? operand.fS32 : SK_NaN32; in getArrayInt()
244 return SK_NaN32; in getArrayInt()
247 return SK_NaN32; in getArrayInt()
318 return SK_NaN32; in getInt()
324 return SK_NaN32; in getInt()
330 return SK_NaN32; in getInt()
333 return SK_NaN32; in getInt()
DSkPostParts.cpp28 if (fInt != (int) SK_NaN32) in add()
DSkScriptRuntime.cpp241 operand[0].fS32 = operand[0].fS32 == 0 ? SK_NaN32 : in executeTokens()
DSkScript.cpp1376 … operand2.fS32 = operand1.fS32 == 0 ? SK_NaN32 : operand1.fS32 > 0 ? SK_MaxS32 : -SK_MaxS32; in processOp()
1517 if ((uint32_t)operand.fS32 == SK_NaN32) in ConvertTo()
1565 if ((uint32_t)s32 == SK_NaN32) in IntToScalar()
DSkScriptTokenizer.cpp1246 if (s32 == (int32_t) SK_NaN32) in IntToScalar()
/external/skia/include/gpu/
DGrScalar.h17 #define GR_Int32Min SK_NaN32
/external/skia/tests/
DMathTest.cpp447 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32); in TestMath()
458 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32); in TestMath()
/external/skia/include/core/
DSkTypes.h191 #define SK_NaN32 0x80000000 macro