Searched refs:clamp_le (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkEdgeClipper.cpp | 19 static inline void clamp_le(SkScalar& value, SkScalar max) { in clamp_le() function 126 clamp_le(tmp[1].fY, clip.fBottom); in chop_quad_in_Y() 204 clamp_le(tmp[1].fX, clip.fRight); in clipMonoQuad() 319 clamp_le(tmp[2].fY, clip.fBottom); in chop_cubic_in_Y() 389 clamp_le(tmp[2].fX, clip.fRight); in clipMonoCubic()
|
/third_party/skia/src/core/ |
D | SkEdgeClipper.cpp | 19 static inline void clamp_le(SkScalar& value, SkScalar max) { in clamp_le() function 126 clamp_le(tmp[1].fY, clip.fBottom); in chop_quad_in_Y() 204 clamp_le(tmp[1].fX, clip.fRight); in clipMonoQuad() 321 clamp_le(tmp[2].fY, clip.fBottom); in chop_cubic_in_Y() 391 clamp_le(tmp[2].fX, clip.fRight); in clipMonoCubic()
|