Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobjectholder.cpp22 if (!FXSYS_SafeEQ(fillAlpha, other.fillAlpha)) in operator <()
24 if (!FXSYS_SafeEQ(strokeAlpha, other.strokeAlpha)) in operator <()
/external/pdfium/core/fxcrt/
Dfx_extension_unittest.cpp159 EXPECT_TRUE(FXSYS_SafeEQ(ascending[i], ascending[j])) in TEST()
162 EXPECT_FALSE(FXSYS_SafeEQ(ascending[i], ascending[j])) in TEST()
Dfx_extension.h116 bool FXSYS_SafeEQ(const T& lhs, const T& rhs) { in FXSYS_SafeEQ() function