Searched refs:fBottomInset (Results 1 – 4 of 4) sorted by relevance
51 float fBottomInset = 0; in RenderWidget() local55 fBottomInset = margin->GetBottomInset(); in RenderWidget()58 fBottomInset); in RenderWidget()
179 float fBottomInset = margin->GetBottomInset(); in CapPlacement() local181 rtWidget.Deflate(fLeftInset, fTopInset, fRightInset, fBottomInset); in CapPlacement()186 rtWidget.Deflate(fLeftInset, 0, fRightInset, fBottomInset); in CapPlacement()
688 float fBottomInset = captionMargin->GetBottomInset(); in CalcCaptionSize() local691 : (szCap.height += fTopInset + fBottomInset); in CalcCaptionSize()694 szCap.height += fTopInset + fBottomInset; in CalcCaptionSize()1110 float fBottomInset = 0; in FindSplitPos() local1115 fBottomInset = margin->GetBottomInset(); in FindSplitPos()1120 fBottomInset += rtUIMargin.width; in FindSplitPos()1157 m_pLayoutData->m_fWidgetHeight - fCapReserve - fBottomInset) { in FindSplitPos()1195 fHeight -= (fTopInset + fBottomInset); in FindSplitPos()
186 float fBottomInset = 0; in RelocateTableRowCells() local197 fBottomInset = pMarginNode->JSObject() in RelocateTableRowCells()206 pLayoutRow->m_sSize.height - fTopInset - fBottomInset; in RelocateTableRowCells()362 float fBottomInset = 0; in AddTrailerBeforeSplit() local373 fBottomInset = pMarginNode->JSObject() in AddTrailerBeforeSplit()393 pTrailerLayoutItem->m_sPos.y = fNewSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()395 pTrailerLayoutItem->m_sPos.y = fSplitPos - fTopInset - fBottomInset; in AddTrailerBeforeSplit()2181 float fBottomInset = 0; in DoLayoutFlowedContainer() local2192 fBottomInset = pMarginNode->JSObject() in DoLayoutFlowedContainer()2201 float fAvailHeight = fHeightLimit - fTopInset - fBottomInset; in DoLayoutFlowedContainer()[all …]