Searched refs:nRGB16 (Results 1 – 1 of 1) sorted by relevance
282 sal_uInt16 nXCount, nYCount, nRGB16; in ImplReadBody() local320 *mpTGA >> nRGB16; in ImplReadBody()347 *mpTGA >> nRGB16; in ImplReadBody()536 *mpTGA >> nRGB16; in ImplReadBody()537 nRed = (sal_uInt8)( nRGB16 >> 7 ) & 0xf8; in ImplReadBody()539 nBlue = (sal_uInt8)( nRGB16 << 3 ) & 0xf8; in ImplReadBody()561 *mpTGA >> nRGB16; in ImplReadBody()562 nRed = (sal_uInt8)( nRGB16 >> 7 ) & 0xf8; in ImplReadBody()603 *mpTGA >> nRGB16; in ImplReadBody()655 *mpTGA >> nRGB16; in ImplReadBody()[all …]
Completed in 18 milliseconds