HomeSort by relevance Sort by last modified time
    Searched refs:SK_NaN32 (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayInput.cpp 30 SkInput::SkInput() : fInt((int) SK_NaN32), fFloat(SK_ScalarNaN) {}
44 value->fOperand.fS32 = fInt != (int) SK_NaN32 ||
SkPostParts.cpp 28 if (fInt != (int) SK_NaN32)
SkAnimator.cpp 240 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;
SkScriptRuntime.cpp 241 operand[0].fS32 = operand[0].fS32 == 0 ? SK_NaN32 :
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 271 #define SK_NaN32 (1 << 31)
  /external/chromium_org/third_party/skia/tests/
MathTest.cpp 477 REPORTER_ASSERT(reporter, result != (SkFixed)SK_NaN32);
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 348 if (sumWinding != SK_MinS32 && sumWinding != SK_NaN32) {
SkOpSegment.cpp     [all...]

Completed in 477 milliseconds