Home
last modified time | relevance | path

Searched refs:fChildHeight (Results 1 – 14 of 14) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_layout_itemlayout.cpp1823 FX_FLOAT fChildWidth, fChildHeight; in ProcessKeepForSplite() local
1843 if (fContentCurRowHeight < fChildHeight) { in ProcessKeepForSplite()
1844 fContentCurRowHeight = fChildHeight; in ProcessKeepForSplite()
1854 FX_FLOAT fChildHeight, in JudgePutNextPage() argument
1873 fItemsHeight += fChildHeight; in JudgePutNextPage()
1996 FX_FLOAT fChildWidth, fChildHeight; in XFA_ItemLayoutProcessor_InsertFlowedItem() local
2042 fChildHeight += fTrailerHeight; in XFA_ItemLayoutProcessor_InsertFlowedItem()
2049 fContentCurRowY + fChildHeight <= in XFA_ItemLayoutProcessor_InsertFlowedItem()
2086 fContentCurRowHeight = fChildHeight; in XFA_ItemLayoutProcessor_InsertFlowedItem()
2115 fContentCurRowHeight = fChildHeight; in XFA_ItemLayoutProcessor_InsertFlowedItem()
[all …]
H A Dxfa_layout_pagemgr_new.h34 FX_BOOL GetNextAvailContentHeight(FX_FLOAT fChildHeight);
H A Dxfa_layout_itemlayout.h105 FX_FLOAT fChildHeight,
H A Dxfa_layout_pagemgr_new.cpp1475 FX_BOOL CXFA_LayoutPageMgr::GetNextAvailContentHeight(FX_FLOAT fChildHeight) { in GetNextAvailContentHeight() argument
1486 return fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
1518 if (fNextContentHeight > fChildHeight) { in GetNextAvailContentHeight()
1533 if (fNextContentHeight > fChildHeight) { in GetNextAvailContentHeight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx546 const double fChildHeight(pBox->getHeight()); in decomposeSvgNode() local
549 … if ( fChildWidth / fViewBoxWidth > fChildHeight / fViewBoxHeight ) in decomposeSvgNode()
556 fH = fChildHeight; in decomposeSvgNode()
557 fW = fChildHeight * fViewBoxRatio; in decomposeSvgNode()
602 const double fChildHeight(aChildRange.getHeight()); in decomposeSvgNode() local
606 … fH = bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : fChildHeight; in decomposeSvgNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx544 const double fChildHeight(pBox->getHeight()); in decomposeSvgNode() local
547 … if ( fChildWidth / fViewBoxWidth > fChildHeight / fViewBoxHeight ) in decomposeSvgNode()
554 fH = fChildHeight; in decomposeSvgNode()
555 fW = fChildHeight * fViewBoxRatio; in decomposeSvgNode()
600 const double fChildHeight(aChildRange.getHeight()); in decomposeSvgNode() local
604 … fH = bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : fChildHeight; in decomposeSvgNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_viewlayoutprocessor.h42 bool GetNextAvailContentHeight(float fChildHeight);
H A Dcxfa_contentlayoutprocessor.h125 float fChildHeight,
H A Dcxfa_viewlayoutprocessor.cpp1517 bool CXFA_ViewLayoutProcessor::GetNextAvailContentHeight(float fChildHeight) { in GetNextAvailContentHeight() argument
1528 return fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
1564 if (fNextContentHeight > fChildHeight) in GetNextAvailContentHeight()
1580 fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
H A Dcxfa_contentlayoutprocessor.cpp1436 float fChildHeight, in JudgePutNextPage() argument
1457 fItemsHeight += fChildHeight; in JudgePutNextPage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/layout/
H A Dcxfa_viewlayoutprocessor.h54 bool GetNextAvailContentHeight(float fChildHeight);
H A Dcxfa_contentlayoutprocessor.h138 float fChildHeight,
H A Dcxfa_viewlayoutprocessor.cpp1546 bool CXFA_ViewLayoutProcessor::GetNextAvailContentHeight(float fChildHeight) { in GetNextAvailContentHeight() argument
1557 return fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
1593 if (fNextContentHeight > fChildHeight) in GetNextAvailContentHeight()
1609 fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
H A Dcxfa_contentlayoutprocessor.cpp1453 float fChildHeight, in JudgePutNextPage() argument
1473 fItemsHeight += fChildHeight; in JudgePutNextPage()