Searched refs:RLE_ESCAPE (Results 1 – 2 of 2) sorted by relevance
179 static const uint8 RLE_ESCAPE = 0; in DoRLEDecode() local187 if (cmd != RLE_ESCAPE) { in DoRLEDecode()
303 static const uint8_t RLE_ESCAPE = 0; in decodeRows() local364 if (RLE_ESCAPE == flag) { in decodeRows()