Home
last modified time | relevance | path

Searched refs:IsSameTop (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h81 FX_BOOL IsSameTop(const CFX_Edit_LineRect & linerect) const in IsSameTop() function
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp263 if (!pNewRect->IsSameTop(*pOldRect) || !pNewRect->IsSameHeight(*pOldRect)) in Analyse()