Searched refs:m_regionAnchor (Results 1 – 2 of 2) sorted by relevance
84 , m_regionAnchor(FloatPoint(defaultAnchorPointX, defaultAnchorPointY)) in VTTRegion()130 m_regionAnchor.setX(value); in setRegionAnchorX()138 m_regionAnchor.setY(value); in setRegionAnchorY()184 m_regionAnchor = FloatPoint(region->regionAnchorX(), region->regionAnchorY()); in updateParametersFromRegion()271 m_regionAnchor = anchor; in parseSettingValue()415 double leftOffset = m_regionAnchor.x() * m_width / 100; in prepareRegionDisplayTree()424 double topOffset = m_regionAnchor.y() * height / 100; in prepareRegionDisplayTree()
70 double regionAnchorX() const { return m_regionAnchor.x(); } in regionAnchorX()73 double regionAnchorY() const { return m_regionAnchor.y(); } in regionAnchorY()130 FloatPoint m_regionAnchor; variable