Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathOpsTestCommon.cpp269 if (SkDoubleIsNaN(conic.fWeight)) { in ValidConic()
294 if (SkDoubleIsNaN(pt.fX)) { in ValidPoint()
297 return !SkDoubleIsNaN(pt.fY); in ValidPoint()
322 if (SkDoubleIsNaN(v.fX)) { in ValidVector()
325 return !SkDoubleIsNaN(v.fY); in ValidVector()
/third_party/skia/src/pathops/
DSkPathOpsTSect.h25 static inline bool SkDoubleIsNaN(double x) { in SkDoubleIsNaN() function
DSkPathOpsTSect.cpp223 if (SkDoubleIsNaN(fStartT) || SkDoubleIsNaN(fEndT)) { in initBounds()