HomeSort by relevance Sort by last modified time
    Searched refs:bHSelfAdaption (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/include/fwl/basewidget/
fwl_edit.h 89 FX_BOOL bHSelfAdaption;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 855 FX_BOOL bHSelfAdaption =
860 if (bHSelfAdaption || bVSelfAdaption) {
863 evt.bHSelfAdaption = TRUE;
867 fWidth = bHSelfAdaption ? fContentWidth : m_pProperties->m_rtWidget.width;
871 if (!evt.bHSelfAdaption) {
879 bNeedUpdate = (bHSelfAdaption && !evt.bHSelfAdaption) ||
    [all...]

Completed in 39 milliseconds