Home
last modified time | relevance | path

Searched refs:fItemHeight (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp546 float fItemHeight = pComboList->CalcItemHeight(); in DisForm_ShowDropList() local
550 fPopupMin = fItemHeight * 3 + fBorder * 2; in DisForm_ShowDropList()
552 float fPopupMax = fItemHeight * iItems + fBorder * 2; in DisForm_ShowDropList()
Dcfwl_listbox.cpp584 float fItemHeight, in UpdateItemSize() argument
587 CFX_RectF rtItem(0, size.height, fWidth, fItemHeight); in UpdateItemSize()
591 size.height += fItemHeight; in UpdateItemSize()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp1246 float fItemHeight = vt.GetContentRect().Height(); in GenerateFormAP() local
1249 rcBody.left, fy - fItemHeight, rcBody.right, fy); in GenerateFormAP()
1271 fy -= fItemHeight; in GenerateFormAP()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1691 float fItemHeight = rcContent.Height(); in SetAsListBox() local
1695 CFX_FloatRect(rcClient.left, fy - fItemHeight, rcClient.right, fy); in SetAsListBox()
1717 fy -= fItemHeight; in SetAsListBox()