Searched refs:bottom_margin (Results 1 – 2 of 2) sorted by relevance
1107 double bottom_margin = convPx2mm( elem.BottomMargin ); in visit() local1114 bottom_margin = 10; in visit()1122 …bottom_margin = rtl_math_round( bottom_margin, bottom_margin >= 10 ? -1 : 0, rtl_math_RoundingMo… in visit()1132 if( bottom_margin > page_height/2.0 - 10 ) in visit()1133 bottom_margin = 10; in visit()1142 if( bottom_margin < 0 ) in visit()1143 bottom_margin = 0; in visit()1152 elem.BottomMargin = convmm2Px( bottom_margin ); in visit()1163 aPageLayoutProps[ USTR( "fo:margin-bottom" ) ] = unitMMString( bottom_margin ); in visit()
1027 double bottom_margin = convPx2mm( elem.BottomMargin ); in visit() local1034 …bottom_margin = rtl_math_round( bottom_margin, bottom_margin >= 10 ? -1 : 0, rtl_math_RoundingMo… in visit()1044 if( bottom_margin > page_height/2.0 - 10 ) in visit()1045 bottom_margin = 10; in visit()1054 if( bottom_margin < 0 ) in visit()1055 bottom_margin = 0; in visit()1064 elem.BottomMargin = convmm2Px( bottom_margin ); in visit()1071 aPageLayoutProps[ USTR( "fo:margin-bottom" ) ] = unitMMString( bottom_margin ); in visit()
Completed in 30 milliseconds