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

  /external/skia/include/core/
SkPathMeasure.h 120 bool cubic_too_curvy(const SkPoint pts[4]);
  /external/skqp/include/core/
SkPathMeasure.h 120 bool cubic_too_curvy(const SkPoint pts[4]);
  /external/skia/src/core/
SkPathMeasure.cpp 168 bool SkPathMeasure::cubic_too_curvy(const SkPoint pts[4]) { function in class:SkPathMeasure
279 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) {
  /external/skqp/src/core/
SkPathMeasure.cpp 168 bool SkPathMeasure::cubic_too_curvy(const SkPoint pts[4]) { function in class:SkPathMeasure
279 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) {

Completed in 149 milliseconds