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

  /external/pdfium/xfa/fwl/
cfwl_combobox.cpp 546 FX_FLOAT fItemHeight = pComboList->CalcItemHeight();
550 fPopupMin = fItemHeight * 3 + fBorder * 2;
552 FX_FLOAT fPopupMax = fItemHeight * iItems + fBorder * 2;
cfwl_listbox.cpp 588 FX_FLOAT fItemHeight,
591 CFX_RectF rtItem(0, size.height, fWidth, fItemHeight);
595 size.height += fItemHeight;
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 387 FX_FLOAT fItemHeight = vt.GetContentRect().Height();
390 rcBody.left, fy - fItemHeight, rcBody.right, fy);
416 fy -= fItemHeight;
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp     [all...]

Completed in 102 milliseconds