Searched refs:chopMonoQuadAtY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkQuadClipper.cpp41 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) { function
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
H A DSkEdgeClipper.cpp67 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) { function
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
/external/skia/src/core/
H A DSkQuadClipper.cpp41 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) { function
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
H A DSkEdgeClipper.cpp67 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) { function
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 238 milliseconds