Home
last modified time | relevance | path

Searched refs:SkDoubleIsNaN (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tests/
DPathOpsTestCommon.cpp274 if (SkDoubleIsNaN(conic.fWeight)) { in ValidConic()
299 if (SkDoubleIsNaN(pt.fX)) { in ValidPoint()
302 return !SkDoubleIsNaN(pt.fY); in ValidPoint()
327 if (SkDoubleIsNaN(v.fX)) { in ValidVector()
330 return !SkDoubleIsNaN(v.fY); in ValidVector()
/external/skia/tests/
DPathOpsTestCommon.cpp274 if (SkDoubleIsNaN(conic.fWeight)) { in ValidConic()
299 if (SkDoubleIsNaN(pt.fX)) { in ValidPoint()
302 return !SkDoubleIsNaN(pt.fY); in ValidPoint()
327 if (SkDoubleIsNaN(v.fX)) { in ValidVector()
330 return !SkDoubleIsNaN(v.fY); in ValidVector()
/external/skia/src/pathops/
DSkPathOpsTSect.h26 static inline bool SkDoubleIsNaN(double x) { in SkDoubleIsNaN() function
DSkPathOpsTSect.cpp222 if (SkDoubleIsNaN(fStartT) || SkDoubleIsNaN(fEndT)) { in initBounds()
/external/skqp/src/pathops/
DSkPathOpsTSect.h26 static inline bool SkDoubleIsNaN(double x) { in SkDoubleIsNaN() function
DSkPathOpsTSect.cpp222 if (SkDoubleIsNaN(fStartT) || SkDoubleIsNaN(fEndT)) { in initBounds()