Home | History | Annotate | Download | only in vtt

Lines Matching refs:anchor

270         FloatPoint anchor;
271 if (VTTParser::parseFloatPercentageValuePair(input, ',', anchor) && parsedEntireRun(input, valueRun))
272 m_regionAnchor = anchor;
278 FloatPoint anchor;
279 if (VTTParser::parseFloatPercentageValuePair(input, ',', anchor) && parsedEntireRun(input, valueRun))
280 m_viewportAnchor = anchor;
414 // anchor and regionAnchorX be the x dimension of the text track region
415 // anchor. Let leftOffset be regionAnchorX multiplied by width divided by
423 // anchor and regionAnchorY be the y dimension of the text track region
424 // anchor. Let topOffset be regionAnchorY multiplied by height divided by