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

  /external/skia/src/gl/
SkGL.cpp 421 static int worst_case_edge_count(const SkPath& path) { function
451 int maxPts = worst_case_edge_count(path);
  /external/skia/src/core/
SkScan_Path.cpp 382 static int worst_case_edge_count(const SkPath& path, size_t* storage) function
416 /* Much faster than worst_case_edge_count, but over estimates even more
496 int maxCount2 = worst_case_edge_count(path, &size2);

Completed in 915 milliseconds