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

  /external/chromium_org/third_party/skia/src/core/
SkQuadClipper.cpp 41 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) {
77 if (chopMonoQuadAtY(dst, ctop, &t)) {
83 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
95 if (chopMonoQuadAtY(dst, cbot, &t)) {
100 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
SkEdgeClipper.cpp 67 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) {
82 if (chopMonoQuadAtY(pts, clip.fTop, &t)) {
92 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
104 if (chopMonoQuadAtY(pts, clip.fBottom, &t)) {
113 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
170 // if chopMonoQuadAtY failed, then we may have hit inexact numerics
188 // if chopMonoQuadAtY failed, then we may have hit inexact numerics

Completed in 142 milliseconds