Searched refs:clamp_le (Results 1 - 4 of 4) sorted by relevance

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

Completed in 165 milliseconds