Home
last modified time | relevance | path

Searched refs:pPutCount (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() argument
1132 *pPutCount = (UCHAR) count; in WriteRleCount()
1155 *pPutCount = (UCHAR) count; in WriteRleCount()
1167 pPutWordCount = (USHORT *) pPutCount; in WriteRleCount()
1184 pPutWordCount = (USHORT *)pPutCount; in WriteRleCount()
1205 *pPutCount = (UCHAR)count; in WriteRleCount()
1219 pPutWordCount = (USHORT *)pPutCount; in WriteRleCount()
1240 *pPutCount |= (GX_UBYTE)(count << 2); in WriteRleCount()
1257 *pPutCount |= (GX_UBYTE)(count << 1); in WriteRleCount()
1277 *pPutCount = (UCHAR) count; in WriteRleCount()
Dimage_reader.h106 USHORT WriteRleCount(USHORT count, UCHAR *pPutCount, BOOL bRaw);