Home
last modified time | relevance | path

Searched refs:opLineEnd (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/libvncserver/
Dtabletrans24template.c59 uint8_t *opLineEnd; in rfbTranslateWithSingleTable24to24() local
65 opLineEnd = op + width*3; in rfbTranslateWithSingleTable24to24()
67 while (op < opLineEnd) { in rfbTranslateWithSingleTable24to24()
98 uint8_t *opLineEnd; in rfbTranslateWithRGBTables24to24() local
106 opLineEnd = op+3*width; in rfbTranslateWithRGBTables24to24()
108 while (op < opLineEnd) { in rfbTranslateWithRGBTables24to24()
150 OUT_T *opLineEnd; in rfbTranslateWithSingleTable24toOUT() local
155 opLineEnd = op + width; in rfbTranslateWithSingleTable24toOUT()
157 while (op < opLineEnd) { in rfbTranslateWithSingleTable24toOUT()
183 OUT_T *opLineEnd; in rfbTranslateWithRGBTables24toOUT() local
[all …]
Dtabletranstemplate.c64 OUT_T *opLineEnd; in rfbTranslateWithSingleTableINtoOUT() local
68 opLineEnd = op + width; in rfbTranslateWithSingleTableINtoOUT()
70 while (op < opLineEnd) { in rfbTranslateWithSingleTableINtoOUT()
95 OUT_T *opLineEnd; in rfbTranslateWithRGBTablesINtoOUT() local
101 opLineEnd = &op[width]; in rfbTranslateWithRGBTablesINtoOUT()
103 while (op < opLineEnd) { in rfbTranslateWithRGBTablesINtoOUT()