Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/graphicfilter/itga/
H A Ditga.cxx282 sal_uInt16 nXCount, nYCount, nRGB16; in ImplReadBody() local
320 *mpTGA >> nRGB16; in ImplReadBody()
321 if ( nRGB16 >= mpFileHeader->nColorMapLength ) in ImplReadBody()
323 nRed = (sal_uInt8)( mpColorMap[ nRGB16 ] >> 16 ); in ImplReadBody()
324 nGreen = (sal_uInt8)( mpColorMap[ nRGB16 ] >> 8 ); in ImplReadBody()
325 nBlue = (sal_uInt8)( mpColorMap[ nRGB16 ] ); in ImplReadBody()
347 *mpTGA >> nRGB16; in ImplReadBody()
348 if ( nRGB16 >= mpFileHeader->nColorMapLength ) in ImplReadBody()
350 nRed = (sal_uInt8)( mpColorMap[ nRGB16 ] >> 16 ); in ImplReadBody()
351 nGreen = (sal_uInt8)( mpColorMap[ nRGB16 ] >> 8 ); in ImplReadBody()
[all …]