Searched refs:clamp_ge (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkEdgeClipper.cpp | 25 static inline void clamp_ge(SkScalar& value, SkScalar min) { in clamp_ge() function 106 clamp_ge(tmp[3].fY, clip.fTop); in chop_quad_in_Y() 187 clamp_ge(tmp[3].fX, clip.fLeft); in clipMonoQuad() 307 clamp_ge(tmp[4].fY, clip.fTop); in chop_cubic_in_Y() 377 clamp_ge(tmp[4].fX, clip.fLeft); in clipMonoCubic()
|
/third_party/skia/src/core/ |
D | SkEdgeClipper.cpp | 25 static inline void clamp_ge(SkScalar& value, SkScalar min) { in clamp_ge() function 106 clamp_ge(tmp[3].fY, clip.fTop); in chop_quad_in_Y() 187 clamp_ge(tmp[3].fX, clip.fLeft); in clipMonoQuad() 309 clamp_ge(tmp[4].fY, clip.fTop); in chop_cubic_in_Y() 379 clamp_ge(tmp[4].fX, clip.fLeft); in clipMonoCubic()
|