Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx282 sal_uInt16 nXCount, nYCount, nRGB16; in ImplReadBody() local
320 *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 9 milliseconds