Home
last modified time | relevance | path

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

/dports/textproc/libqxp/libqxp-0.0.0/src/lib/
H A DQXP4Parser.cpp175 unsigned rgbBlockInd = readU16(stream, be); in parseColor() local
177 if (rgbBlockInd != 0) in parseColor()
179 if (rgbBlockInd >= blocks.size()) in parseColor()
181 QXP_DEBUG_MSG(("RGB block %u not found\n", rgbBlockInd)); in parseColor()
184 seek(stream, blocks[rgbBlockInd].offset + 16); in parseColor()