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