Searched defs:borderType (Results 1 – 2 of 2) sorted by relevance
257 public final int borderType; field in Cea708Data.CaptionWindowAttr266 public CaptionWindowAttr(CaptionColor fillColor, CaptionColor borderColor, int borderType, in CaptionWindowAttr()
637 int borderType = (data[pos + 1] & 0xc0) >> 6 | (data[pos + 2] & 0x80) >> 5; in parseC1() local