Searched refs:resolvedStyle (Results 1 – 1 of 1) sorted by relevance
375 @Nullable TtmlStyle resolvedStyle = TtmlRenderUtil.resolveStyle(style, styleIds, globalStyles); in applyStyleToOutput() local381 if (resolvedStyle != null) { in applyStyleToOutput()382 TtmlRenderUtil.applyStylesToSpan(text, start, end, resolvedStyle, parent); in applyStyleToOutput()383 regionOutput.setVerticalType(resolvedStyle.getVerticalType()); in applyStyleToOutput()