Home
last modified time | relevance | path

Searched defs:clamp01 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/System/
DMath.hpp162 inline float clamp01(float x) in clamp01() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp194 inline float clamp01(float x) in clamp01() function
/third_party/skia/src/core/
DSkVM.h792 F32 clamp01(F32 x) { return clamp(x, 0.0f, 1.0f); } in clamp01() function
943 Color clamp01(Color c) { in abs() function
1228 SI F32 clamp01(F32 x) { return x-> clamp01(x); } in clamp01() function
1328 SI Color clamp01(Color c) { return c->clamp01(c); } in clamp01() function
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmathutil.h120 inline float clamp01(float x) in clamp01() function
/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.h122 inline float clamp01(float x) in clamp01() function