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

/external/skia/tests/
H A DInfRectTest.cpp66 SkFixed inf = SK_FixedNaN;
67 SkFixed nan = SK_FixedNaN;
H A DMathTest.cpp346 SkFixed nan = SK_FixedNaN;
/external/chromium_org/third_party/skia/include/core/
H A DSkScalar.h193 #define SK_ScalarNaN SK_FixedNaN
194 #define SkScalarIsNaN(x) ((x) == SK_FixedNaN)
195 #define SkScalarIsFinite(x) ((x) != SK_FixedNaN)
H A DSkPoint.h333 int isNaN = (SK_FixedNaN == fX) | (SK_FixedNaN == fX));
H A DSkFixed.h27 #define SK_FixedNaN ((int) 0x80000000) macro
H A DSkRect.h424 * infinite or NaN (or SK_FixedNaN when SkScalar is fixed) then this
444 int isNaN = (SK_FixedNaN == fLeft) | (SK_FixedNaN == fTop) |
445 (SK_FixedNaN == fRight) | (SK_FixedNaN == fBottom);
/external/skia/include/core/
H A DSkScalar.h193 #define SK_ScalarNaN SK_FixedNaN
194 #define SkScalarIsNaN(x) ((x) == SK_FixedNaN)
195 #define SkScalarIsFinite(x) ((x) != SK_FixedNaN)
H A DSkPoint.h333 int isNaN = (SK_FixedNaN == fX) | (SK_FixedNaN == fX));
H A DSkFixed.h27 #define SK_FixedNaN ((int) 0x80000000) macro
H A DSkRect.h424 * infinite or NaN (or SK_FixedNaN when SkScalar is fixed) then this
444 int isNaN = (SK_FixedNaN == fLeft) | (SK_FixedNaN == fTop) |
445 (SK_FixedNaN == fRight) | (SK_FixedNaN == fBottom);

Completed in 136 milliseconds