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

  /external/skia/tests/
InfRectTest.cpp 66 SkFixed inf = SK_FixedNaN;
67 SkFixed nan = SK_FixedNaN;
MathTest.cpp 300 SkFixed nan = SK_FixedNaN;
  /external/skia/include/core/
SkScalar.h 230 #define SK_ScalarNaN SK_FixedNaN
231 #define SkScalarIsNaN(x) ((x) == SK_FixedNaN)
232 #define SkScalarIsFinite(x) ((x) != SK_FixedNaN)
SkRect.h 413 * infinite or NaN (or SK_FixedNaN when SkScalar is fixed) then this
433 int isNaN = (SK_FixedNaN == fLeft) | (SK_FixedNaN == fTop) |
434 (SK_FixedNaN == fRight) | (SK_FixedNaN == fBottom);
SkPoint.h 333 int isNaN = (SK_FixedNaN == fX) | (SK_FixedNaN == fX));
SkFixed.h 27 #define SK_FixedNaN ((int) 0x80000000)
  /external/skia/legacy/include/core/
SkScalar.h 218 #define SK_ScalarNaN SK_FixedNaN
219 #define SkScalarIsNaN(x) ((x) == SK_FixedNaN)
220 #define SkScalarIsFinite(x) ((x) != SK_FixedNaN)
SkRect.h 345 * infinite or NaN (or SK_FixedNaN when SkScalar is fixed) then this
360 int isNaN = (SK_FixedNaN == fLeft) | (SK_FixedNaN == fTop) |
361 (SK_FixedNaN == fRight) | (SK_FixedNaN == fBottom);
SkFixed.h 27 #define SK_FixedNaN ((int) 0x80000000)

Completed in 823 milliseconds