Home
last modified time | relevance | path

Searched refs:FXSYS_SafeLT (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder.cpp23 return FXSYS_SafeLT(fillAlpha, other.fillAlpha); in operator <()
25 return FXSYS_SafeLT(strokeAlpha, other.strokeAlpha); in operator <()
/external/pdfium/core/fxcrt/
Dfx_extension_unittest.cpp166 EXPECT_TRUE(FXSYS_SafeLT(ascending[i], ascending[j])) in TEST()
169 EXPECT_FALSE(FXSYS_SafeLT(ascending[i], ascending[j])) in TEST()
Dfx_extension.h122 bool FXSYS_SafeLT(const T& lhs, const T& rhs) { in FXSYS_SafeLT() function