Lines Matching refs:pPutByteCount
1016 GX_UBYTE *pPutByteCount = NULL; in GetCountLocation() local
1020 pPutByteCount = mpPutData++; in GetCountLocation()
1028 pPutByteCount = mpPutData; in GetCountLocation()
1040 pPutByteCount = mpPutAux++; in GetCountLocation()
1047 pPutByteCount = mpPutData++; in GetCountLocation()
1054 pPutByteCount = mpPutData; in GetCountLocation()
1061 pPutByteCount = mpPutData++; in GetCountLocation()
1073 pPutByteCount = mpPutData; in GetCountLocation()
1078 pPutByteCount = mpPutData; in GetCountLocation()
1086 pPutByteCount = mpPutData; in GetCountLocation()
1099 pPutByteCount = mpPutData++; in GetCountLocation()
1107 pPutByteCount = mpPutAux++; in GetCountLocation()
1111 return pPutByteCount; in GetCountLocation()
1290 UCHAR *pPutByteCount = NULL; in RleEncodeRow() local
1301 WriteRleCount(RawCount, pPutByteCount, FALSE); in RleEncodeRow()
1306 pPutByteCount = GetCountLocation(); in RleEncodeRow()
1307 count = WriteRleCount(count, pPutByteCount, TRUE); in RleEncodeRow()
1319 pPutByteCount = GetCountLocation(); in RleEncodeRow()
1332 WriteRleCount(RawCount, pPutByteCount, FALSE); in RleEncodeRow()