Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_occur.cpp47 int32_t CXFA_Occur::GetMin() { in GetMin() function in CXFA_Occur
/external/libchrome/ui/gfx/range/
Drange_f.h53 constexpr float GetMin() const { return start() < end() ? start() : end(); } in GetMin() function
Drange.h79 constexpr uint32_t GetMin() const { in GetMin() function
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.h130 T GetMin() { in GetMin() function
/external/webp/src/enc/
Dpredictor_enc.c28 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } in GetMin() function