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

  /external/skia/tests/
PathOpsTestCommon.cpp 251 static bool SkDoubleIsNaN(double x) {
274 if (SkDoubleIsNaN(conic.fWeight)) {
299 if (SkDoubleIsNaN(pt.fX)) {
302 return !SkDoubleIsNaN(pt.fY);
327 if (SkDoubleIsNaN(v.fX)) {
330 return !SkDoubleIsNaN(v.fY);
  /external/skqp/tests/
PathOpsTestCommon.cpp 251 static bool SkDoubleIsNaN(double x) {
274 if (SkDoubleIsNaN(conic.fWeight)) {
299 if (SkDoubleIsNaN(pt.fX)) {
302 return !SkDoubleIsNaN(pt.fY);
327 if (SkDoubleIsNaN(v.fX)) {
330 return !SkDoubleIsNaN(v.fY);

Completed in 400 milliseconds