HomeSort by relevance Sort by last modified time
    Searched defs:is_degenerate (Results 1 - 4 of 4) sorted by null

  /external/skia/src/opts/
SkRasterPipeline_opts.h 2068 auto is_degenerate = (t != t); \/\/ NaN local
2075 auto is_degenerate = (t <= 0) | (t != t); local
    [all...]
  /external/skqp/src/opts/
SkRasterPipeline_opts.h 2052 auto is_degenerate = (t != t); \/\/ NaN local
2059 auto is_degenerate = (t <= 0) | (t != t); local
    [all...]
  /external/skia/src/core/
SkPath.cpp 59 static bool is_degenerate(const SkPath& path) { function
131 fDegenerate = is_degenerate(*path);
    [all...]
  /external/skqp/src/core/
SkPath.cpp 59 static bool is_degenerate(const SkPath& path) { function
131 fDegenerate = is_degenerate(*path);
    [all...]

Completed in 581 milliseconds