Searched refs:fItemHeight (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_listbox.cpp | 584 float fItemHeight, in UpdateItemSize() argument 587 CFX_RectF rtItem(0, size.height, fWidth, fItemHeight); in UpdateItemSize() 591 size.height += fItemHeight; in UpdateItemSize()
|
D | cfwl_combobox.cpp | 546 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()
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_generateap.cpp | 1246 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/ |
D | cpwl_appstream.cpp | 1691 float fItemHeight = rcContent.Height(); in SetAsListBox() local 1695 CFX_FloatRect(rcClient.left, fy - fItemHeight, rcClient.right, fy); in SetAsListBox() 1717 fy -= fItemHeight; in SetAsListBox()
|