OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clamp_le
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkEdgeClipper.cpp
24
static inline void
clamp_le
(SkScalar& value, SkScalar max) {
function
111
clamp_le
(tmp[1].fY, clip.fBottom);
112
clamp_le
(tmp[2].fY, clip.fBottom);
182
clamp_le
(tmp[1].fX, clip.fRight);
183
clamp_le
(tmp[2].fX, clip.fRight);
306
clamp_le
(tmp[1].fY, clip.fBottom);
307
clamp_le
(tmp[2].fY, clip.fBottom);
308
clamp_le
(tmp[3].fY, clip.fBottom);
316
clamp_le
(pts[i].fY, clip.fBottom);
378
clamp_le
(tmp[1].fX, clip.fRight)
[
all
...]
SkQuadClipper.cpp
20
static inline void
clamp_le
(SkScalar& value, SkScalar max) {
function
Completed in 17 milliseconds