Searched refs:FXSYS_memcmp (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h35 return FXSYS_memcmp(this, &size, sizeof(CLST_Size)) != 0;
83 return FXSYS_memcmp(this, &rect, sizeof(CLST_Rect)) == 0;
88 return FXSYS_memcmp(this, &rect, sizeof(CLST_Rect)) != 0;
H A Dfxet_edit.h72 return FXSYS_memcmp(this, &linerect, sizeof(CFX_Edit_LineRect)) != 0;
/external/pdfium/core/include/fxcrt/
H A Dfx_system.h183 #define FXSYS_memcmp memcmp macro
228 #define FXSYS_memcmp32 FXSYS_memcmp
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp133 return (FXSYS_memcmp(&dt, &datetime.dt, sizeof(FX_DATETIME)) == 0);
138 return (FXSYS_memcmp(&dt, &datetime.dt, sizeof(FX_DATETIME)) != 0);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp350 FXSYS_memcmp(&word.WordProps, &wp, sizeof(CPVT_WordProps)) != 0 ||
594 FXSYS_memcmp(&word.WordProps, &wp, sizeof(CPVT_WordProps)) != 0 ||
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ScrollBar.cpp901 if (FXSYS_memcmp(&m_OriginInfo, pInfo, sizeof(PWL_SCROLL_INFO)) != 0)
1327 if (FXSYS_memcmp(&m_sData, &sTemp, sizeof(PWL_SCROLL_PRIVATEDATA)) != 0)
H A DPWL_Note.cpp1601 if (FXSYS_memcmp(&m_OldScrollInfo, &sInfo, sizeof(PWL_SCROLL_INFO)) != 0)

Completed in 119 milliseconds