Searched refs:SK_FixedNaN (Results 1 - 8 of 8) sorted by relevance

/external/skia/tests/
H A DInfRectTest.cpp67 SkFixed inf = SK_FixedNaN;
68 SkFixed nan = SK_FixedNaN;
H A DMathTest.cpp348 SkFixed nan = SK_FixedNaN;
/external/chromium_org/third_party/skia/include/core/
H A DSkScalar.h195 #define SK_ScalarNaN SK_FixedNaN
196 #define SkScalarIsNaN(x) ((x) == SK_FixedNaN)
197 #define SkScalarIsFinite(x) ((x) != SK_FixedNaN)
H A DSkFixed.h27 #define SK_FixedNaN ((int) 0x80000000) macro
H A DSkRect.h435 * infinite or NaN (or SK_FixedNaN when SkScalar is fixed) then this
455 int isNaN = (SK_FixedNaN == fLeft) | (SK_FixedNaN == fTop) |
456 (SK_FixedNaN == fRight) | (SK_FixedNaN == fBottom);
/external/skia/include/core/
H A DSkScalar.h195 #define SK_ScalarNaN SK_FixedNaN
196 #define SkScalarIsNaN(x) ((x) == SK_FixedNaN)
197 #define SkScalarIsFinite(x) ((x) != SK_FixedNaN)
H A DSkFixed.h27 #define SK_FixedNaN ((int) 0x80000000) macro
H A DSkRect.h435 * infinite or NaN (or SK_FixedNaN when SkScalar is fixed) then this
455 int isNaN = (SK_FixedNaN == fLeft) | (SK_FixedNaN == fTop) |
456 (SK_FixedNaN == fRight) | (SK_FixedNaN == fBottom);

Completed in 105 milliseconds