Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dimage_reader.cpp1115 USHORT image_reader::WriteRleCount(USHORT count, UCHAR *pPutCount, BOOL repeat) in WriteRleCount() function in image_reader
1301 WriteRleCount(RawCount, pPutByteCount, FALSE); in RleEncodeRow()
1307 count = WriteRleCount(count, pPutByteCount, TRUE); in RleEncodeRow()
1332 WriteRleCount(RawCount, pPutByteCount, FALSE); in RleEncodeRow()
Dimage_reader.h106 USHORT WriteRleCount(USHORT count, UCHAR *pPutCount, BOOL bRaw);