Home
last modified time | relevance | path

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

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