Searched refs:linethrough (Results 1 – 3 of 3) sorted by relevance
80 @OptionalBoolean private int linethrough; field in TtmlStyle94 linethrough = UNSPECIFIED; in TtmlStyle()120 return linethrough == ON; in isLinethrough()123 public TtmlStyle setLinethrough(boolean linethrough) { in setLinethrough() argument124 this.linethrough = linethrough ? ON : OFF; in setLinethrough()226 if (linethrough == UNSPECIFIED) { in inherit()227 linethrough = ancestor.linethrough; in inherit()
91 @OptionalBoolean private int linethrough; field in WebvttCssStyle116 linethrough = UNSPECIFIED; in reset()194 return linethrough == ON; in isLinethrough()197 public WebvttCssStyle setLinethrough(boolean linethrough) { in setLinethrough() argument198 this.linethrough = linethrough ? ON : OFF; in setLinethrough()
139 public void linethrough() { in linethrough() method in TtmlStyleTest