Searched defs:subHeight (Results 1 – 3 of 3) sorted by relevance
36 private int subHeight; field in ChromaFormat38 public ChromaFormat(int id, int subWidth, int subHeight) { in ChromaFormat()
79 final int subHeight = height * heightPercent / 100; in onLayout() local
200 int subHeight=(j+rfbZRLETileHeight>rh)?rh-j:rfbZRLETileHeight; in HandleZRLE() local