Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp1289 int RawCount = 0; in RleEncodeRow() local
1298 if (RawCount) // previous raw count? in RleEncodeRow()
1301 WriteRleCount(RawCount, pPutByteCount, FALSE); in RleEncodeRow()
1312 RawCount = 0; in RleEncodeRow()
1316 if (!RawCount) in RleEncodeRow()
1322 RawCount++; in RleEncodeRow()
1330 if (RawCount == 128 || PixIndex == Width) in RleEncodeRow()
1332 WriteRleCount(RawCount, pPutByteCount, FALSE); in RleEncodeRow()
1333 RawCount = 0; in RleEncodeRow()