HomeSort by relevance Sort by last modified time
    Searched refs:m_regionAnchor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackRegion.h 70 double regionAnchorX() const { return m_regionAnchor.x(); }
73 double regionAnchorY() const { return m_regionAnchor.y(); }
134 FloatPoint m_regionAnchor;
TextTrackRegion.cpp 78 , m_regionAnchor(FloatPoint(defaultAnchorPointX, defaultAnchorPointY))
140 m_regionAnchor.setX(value);
155 m_regionAnchor.setY(value);
215 m_regionAnchor = FloatPoint(region->regionAnchorX(), region->regionAnchorY());
298 m_regionAnchor = anchorPosition;
449 double leftOffset = m_regionAnchor.x() * m_width / 100;
458 double topOffset = m_regionAnchor.y() * height / 100;

Completed in 46 milliseconds