Searched refs:pPutCount (Results 1 – 2 of 2) sorted by relevance
1115 USHORT image_reader::WriteRleCount(USHORT count, UCHAR *pPutCount, BOOL repeat) in WriteRleCount() argument1132 *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()
106 USHORT WriteRleCount(USHORT count, UCHAR *pPutCount, BOOL bRaw);