Home
last modified time | relevance | path

Searched refs:clamp_le (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkEdgeClipper.cpp17 static inline void clamp_le(SkScalar& value, SkScalar max) { in clamp_le() function
107 clamp_le(tmp[1].fY, clip.fBottom); in chop_quad_in_Y()
182 clamp_le(tmp[1].fX, clip.fRight); in clipMonoQuad()
312 clamp_le(tmp[2].fY, clip.fBottom); in chop_cubic_in_Y()
321 clamp_le(pts[i].fY, clip.fBottom); in chop_cubic_in_Y()
390 clamp_le(tmp[2].fX, clip.fRight); in clipMonoCubic()
391 clamp_le(tmp[1].fX, clip.fRight); in clipMonoCubic()
/external/chromium_org/third_party/skia/src/core/
DSkEdgeClipper.cpp17 static inline void clamp_le(SkScalar& value, SkScalar max) { in clamp_le() function
107 clamp_le(tmp[1].fY, clip.fBottom); in chop_quad_in_Y()
182 clamp_le(tmp[1].fX, clip.fRight); in clipMonoQuad()
312 clamp_le(tmp[2].fY, clip.fBottom); in chop_cubic_in_Y()
321 clamp_le(pts[i].fY, clip.fBottom); in chop_cubic_in_Y()
390 clamp_le(tmp[2].fX, clip.fRight); in clipMonoCubic()
391 clamp_le(tmp[1].fX, clip.fRight); in clipMonoCubic()