Searched refs:chopMonoQuadAtY (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkQuadClipper.cpp | 43 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) { in chopMonoQuadAtY() function 79 if (chopMonoQuadAtY(dst, ctop, &t)) { in clipQuad() 85 // if chopMonoQuadAtY failed, then we may have hit inexact numerics in clipQuad() 97 if (chopMonoQuadAtY(dst, cbot, &t)) { in clipQuad() 102 // if chopMonoQuadAtY failed, then we may have hit inexact numerics in clipQuad()
|
H A D | SkEdgeClipper.cpp | 86 static bool chopMonoQuadAtY(SkPoint pts[3], SkScalar y, SkScalar* t) { in chopMonoQuadAtY() function 101 if (chopMonoQuadAtY(pts, clip.fTop, &t)) { in chop_quad_in_Y() 111 // if chopMonoQuadAtY failed, then we may have hit inexact numerics in chop_quad_in_Y() 123 if (chopMonoQuadAtY(pts, clip.fBottom, &t)) { in chop_quad_in_Y() 132 // if chopMonoQuadAtY failed, then we may have hit inexact numerics in chop_quad_in_Y() 192 // if chopMonoQuadAtY failed, then we may have hit inexact numerics in clipMonoQuad() 210 // if chopMonoQuadAtY failed, then we may have hit inexact numerics in clipMonoQuad()
|
Completed in 2 milliseconds