Home
last modified time | relevance | path

Searched refs:fChildWidth (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx545 const double fChildWidth(pBox->getWidth()); in decomposeSvgNode() local
549 … if ( fChildWidth / fViewBoxWidth > fChildHeight / fViewBoxHeight ) in decomposeSvgNode()
551 fW = fChildWidth; in decomposeSvgNode()
552 fH = fChildWidth / fViewBoxRatio; in decomposeSvgNode()
601 const double fChildWidth(aChildRange.getWidth()); in decomposeSvgNode() local
605 … fW = bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : fChildWidth; in decomposeSvgNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx543 const double fChildWidth(pBox->getWidth()); in decomposeSvgNode() local
547 … if ( fChildWidth / fViewBoxWidth > fChildHeight / fViewBoxHeight ) in decomposeSvgNode()
549 fW = fChildWidth; in decomposeSvgNode()
550 fH = fChildWidth / fViewBoxRatio; in decomposeSvgNode()
599 const double fChildWidth(aChildRange.getWidth()); in decomposeSvgNode() local
603 … fW = bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : fChildWidth; in decomposeSvgNode()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_layout_itemlayout.cpp1823 FX_FLOAT fChildWidth, fChildHeight; in ProcessKeepForSplite() local
1842 fContentCurRowAvailWidth -= fChildWidth; in ProcessKeepForSplite()
1996 FX_FLOAT fChildWidth, fChildHeight; in XFA_ItemLayoutProcessor_InsertFlowedItem() local
1997 pProcessor->GetCurrentComponentSize(fChildWidth, fChildHeight); in XFA_ItemLayoutProcessor_InsertFlowedItem()
2084 fContentCurRowAvailWidth -= fChildWidth; in XFA_ItemLayoutProcessor_InsertFlowedItem()
2113 fContentCurRowAvailWidth -= fChildWidth; in XFA_ItemLayoutProcessor_InsertFlowedItem()
2141 fContentCurRowAvailWidth -= fChildWidth; in XFA_ItemLayoutProcessor_InsertFlowedItem()
2182 pProcessor->GetCurrentComponentSize(fChildWidth, fChildHeight); in XFA_ItemLayoutProcessor_InsertFlowedItem()
2186 fContentCurRowAvailWidth -= fChildWidth; in XFA_ItemLayoutProcessor_InsertFlowedItem()
2194 pProcessor->GetCurrentComponentSize(fChildWidth, fChildHeight); in XFA_ItemLayoutProcessor_InsertFlowedItem()
[all …]