HomeSort by relevance Sort by last modified time
    Searched refs:clamp_le (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkEdgeClipper.cpp 17 static inline void clamp_le(SkScalar& value, SkScalar max) { function
124 clamp_le(tmp[1].fY, clip.fBottom);
201 clamp_le(tmp[1].fX, clip.fRight);
316 clamp_le(tmp[2].fY, clip.fBottom);
385 clamp_le(tmp[2].fX, clip.fRight);
  /external/skqp/src/core/
SkEdgeClipper.cpp 17 static inline void clamp_le(SkScalar& value, SkScalar max) { function
124 clamp_le(tmp[1].fY, clip.fBottom);
201 clamp_le(tmp[1].fX, clip.fRight);
316 clamp_le(tmp[2].fY, clip.fBottom);
385 clamp_le(tmp[2].fX, clip.fRight);

Completed in 201 milliseconds