Lines Matching refs:pRes
165 sal_Int8* pRes = aRes.getArray(); in getData() local
178 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetRed(); in getData()
179 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetGreen(); in getData()
180 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetBlue(); in getData()
181 pRes[ nCurrPos++ ] = pAlphaReadAccess->GetPixel( y, x ).GetIndex(); in getData()
190 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetRed(); in getData()
191 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetGreen(); in getData()
192 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetBlue(); in getData()
193 pRes[ nCurrPos++ ] = sal_uInt8(255); in getData()
532 sal_Int8* pRes = aRes.getArray(); in getPixel() local
535 pRes[ 0 ] = aColor.GetRed(); in getPixel()
536 pRes[ 1 ] = aColor.GetGreen(); in getPixel()
537 pRes[ 2 ] = aColor.GetBlue(); in getPixel()
540 pRes[ 3 ] = pAlphaReadAccess->GetPixel( pos.Y, pos.X ).GetIndex(); in getPixel()
542 pRes[ 3 ] = sal_uInt8(255); in getPixel()