Home | History | Annotate | Download | only in ca

Lines Matching refs:m_anchorPoint

393     if (point == m_anchorPoint)
959 FloatPoint posPoint(m_position.x() + m_anchorPoint.x() * usedSize.width(),
960 m_position.y() + m_anchorPoint.y() * usedSize.height());
1029 primaryLayer()->setAnchorPoint(m_anchorPoint);
1035 currLayer->setAnchorPoint(m_anchorPoint);
2188 return FloatPoint(replicaPosition.x() + m_anchorPoint.x() * m_size.width(),
2189 replicaPosition.y() + m_anchorPoint.y() * m_size.height());