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

  /external/skia/src/core/
SkPathMeasure.cpp 130 static inline int tspan_big_enough(int tspan) { function
232 if (tspan_big_enough(maxt - mint) && quad_too_curvy(pts)) {
259 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt)) {
279 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) {
  /external/skqp/src/core/
SkPathMeasure.cpp 130 static inline int tspan_big_enough(int tspan) { function
232 if (tspan_big_enough(maxt - mint) && quad_too_curvy(pts)) {
259 if (tspan_big_enough(maxt - mint) && conic_too_curvy(minPt, halfPt, maxPt)) {
279 if (tspan_big_enough(maxt - mint) && cubic_too_curvy(pts)) {

Completed in 1628 milliseconds