Searched refs:getFontSizeUnit (Results 1 – 6 of 6) sorted by relevance
82 assertThat(style.getFontSizeUnit()).isEqualTo(FONT_SIZE_UNIT); in inheritStyle()110 assertThat(style.getFontSizeUnit()).isEqualTo(FONT_SIZE_UNIT); in chainStyle()194 assertThat(style.getFontSizeUnit()).isEqualTo(UNSPECIFIED); in fontSizeUnit()196 assertThat(style.getFontSizeUnit()).isEqualTo(TtmlStyle.FONT_SIZE_UNIT_EM); in fontSizeUnit()
235 assertThat(actualElem.getFontSizeUnit()).isEqualTo(expected.getFontSizeUnit()); in assertParserProduces()
284 @FontSizeUnit public int getFontSizeUnit() { in getFontSizeUnit() method in WebvttCssStyle
675 switch (style.getFontSizeUnit()) { in applyStyleToText()
319 @FontSizeUnit public int getFontSizeUnit() { in getFontSizeUnit() method in TtmlStyle
183 switch (style.getFontSizeUnit()) { in applyStylesToSpan()