Home | History | Annotate | Download | only in rendering

Lines Matching refs:calcFloatValue

760     origin.setX(style->transformOriginX().calcFloatValue(borderBox.width()));
761 origin.setY(style->transformOriginY().calcFloatValue(borderBox.height()));
775 origin.setX(style->perspectiveOriginX().calcFloatValue(boxWidth));
776 origin.setY(style->perspectiveOriginY().calcFloatValue(boxHeight));