Home | History | Annotate | Download | only in win

Lines Matching refs:parentSize

120     FloatSize parentSize = layer->bounds().size();
124 FloatSize ratio(parentSize.width() / naturalSize.width(), parentSize.height() / naturalSize.height());
133 FloatPoint position(parentSize.width() * 0.5 - videoBounds.width() * (0.5 - videoAnchor.x()),
134 parentSize.height() * 0.5 - videoBounds.height() * (0.5 - videoAnchor.y()));