Home | History | Annotate | Download | only in rendering

Lines Matching refs:calcFloatValue

620     float perspectiveOriginX = style->perspectiveOriginX().calcFloatValue(boxWidth);
621 float perspectiveOriginY = style->perspectiveOriginY().calcFloatValue(boxHeight);
644 return FloatPoint(style->perspectiveOriginX().calcFloatValue(borderBox.width()),
645 style->perspectiveOriginY().calcFloatValue(borderBox.height()));