Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsTestCommon.cpp278 if (SkDoubleIsNaN(conic.fWeight)) { in ValidConic()
303 if (SkDoubleIsNaN(pt.fX)) { in ValidPoint()
306 return !SkDoubleIsNaN(pt.fY); in ValidPoint()
331 if (SkDoubleIsNaN(v.fX)) { in ValidVector()
334 return !SkDoubleIsNaN(v.fY); in ValidVector()
/external/skia/src/pathops/
DSkPathOpsTSect.h33 static inline bool SkDoubleIsNaN(double x) { in SkDoubleIsNaN() function
DSkPathOpsTSect.cpp235 if (SkDoubleIsNaN(fStartT) || SkDoubleIsNaN(fEndT)) { in initBounds()