Searched refs:chopMonoCubicAtY (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkCubicClipper.cpp | 23 static bool chopMonoCubicAtY(SkPoint pts[4], SkScalar y, SkScalar* t) { in chopMonoCubicAtY() function 134 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) { in clipCubic() 142 if (dst[3].fY > cbot && chopMonoCubicAtY(dst, cbot, &t)) { in clipCubic()
|
D | SkEdgeClipper.cpp | 268 static bool chopMonoCubicAtY(SkPoint pts[4], SkScalar y, SkScalar* t) { in chopMonoCubicAtY() function 282 if (chopMonoCubicAtY(pts, clip.fTop, &t)) { in chop_cubic_in_Y() 308 if (chopMonoCubicAtY(pts, clip.fBottom, &t)) { in chop_cubic_in_Y()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkCubicClipper.cpp | 23 static bool chopMonoCubicAtY(SkPoint pts[4], SkScalar y, SkScalar* t) { in chopMonoCubicAtY() function 134 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) { in clipCubic() 142 if (dst[3].fY > cbot && chopMonoCubicAtY(dst, cbot, &t)) { in clipCubic()
|
D | SkEdgeClipper.cpp | 268 static bool chopMonoCubicAtY(SkPoint pts[4], SkScalar y, SkScalar* t) { in chopMonoCubicAtY() function 282 if (chopMonoCubicAtY(pts, clip.fTop, &t)) { in chop_cubic_in_Y() 308 if (chopMonoCubicAtY(pts, clip.fBottom, &t)) { in chop_cubic_in_Y()
|