Searched refs:WriteRleCount (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | image_reader.cpp | 1115 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()
|
| D | image_reader.h | 106 USHORT WriteRleCount(USHORT count, UCHAR *pPutCount, BOOL bRaw);
|