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

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 19 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) { function
250 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) {
311 if (degenerateBC || normals_too_curvy(unitNormalAB, unitNormalBC) ||
312 normals_too_curvy(unitNormalBC, *unitNormalCD)) {
  /external/skia/src/core/
SkStroke.cpp 19 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) { function
250 if (--subDivide >= 0 && normals_too_curvy(unitNormalAB, *unitNormalBC)) {
311 if (degenerateBC || normals_too_curvy(unitNormalAB, unitNormalBC) ||
312 normals_too_curvy(unitNormalBC, *unitNormalCD)) {

Completed in 61 milliseconds