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

  /external/skia/tests/
InfRectTest.cpp 30 SkFixed invalid = SK_FixedNaN;
MathTest.cpp 256 SkFixed nan = SK_FixedNaN;
  /external/skia/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 150 milliseconds