Lines Matching refs:sal_Int8

189 …uno::Sequence<sal_Int8> aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,1,1));  in checkCanvasBitmap()
209 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkCanvasBitmap()
279 const uno::Sequence<sal_Int8> aComponentTags( xBmp->getComponentTags() ); in checkCanvasBitmap()
282 uno::Sequence<sal_Int8> aPixel3, aPixel4; in checkCanvasBitmap()
340 …uno::Sequence<sal_Int8> aPixelData = xBmp->getData(aLayout, geometry::IntegerRectangle2D(0,0,1,1)); in checkBitmapImport()
360 uno::Sequence<sal_Int8> aPixelData2 = xBmp->getPixel( aLayout, geometry::IntegerPoint2D(0,0) ); in checkBitmapImport()
430 const uno::Sequence<sal_Int8> aComponentTags( xBmp->getComponentTags() ); in checkBitmapImport()
433 uno::Sequence<sal_Int8> aPixel3, aPixel4; in checkBitmapImport()
467 uno::Sequence<sal_Int8> maComponentTags;
479 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL getData( rendering::IntegerBitmapLayout& bitmapLa… in getData()
493 uno::Sequence<sal_Int8> aRes( nScanlineLen * nHeight ); in getData()
494 sal_Int8* pOut = aRes.getArray(); in getData()
505 pOut[ y*nScanlineLen + x ] = sal_Int8(x); in getData()
514 pOut[ y*nScanlineLen + 4*x ] = sal_Int8(rect.X1); in getData()
515 pOut[ y*nScanlineLen + 4*x + 1 ] = sal_Int8(rect.Y2); in getData()
516 pOut[ y*nScanlineLen + 4*x + 2 ] = sal_Int8(x); in getData()
517 pOut[ y*nScanlineLen + 4*x + 3 ] = sal_Int8(rect.Y1); in getData()
525 virtual uno::Sequence< ::sal_Int8 > SAL_CALL getPixel( rendering::IntegerBitmapLayout&, in getPixel()
530 return uno::Sequence< sal_Int8 >(); in getPixel()
611 virtual ::sal_Int8 SAL_CALL getType( ) throw (uno::RuntimeException) in getType()
616 virtual uno::Sequence< sal_Int8 > SAL_CALL getComponentTags( ) throw (uno::RuntimeException) in getComponentTags()
621 virtual ::sal_Int8 SAL_CALL getRenderingIntent( ) throw (uno::RuntimeException) in getRenderingIntent()
691 virtual ::sal_Int8 SAL_CALL getEndianness( ) throw (uno::RuntimeException) in getEndianness()
696 …no::Sequence< double > SAL_CALL convertFromIntegerColorSpace( const uno::Sequence< ::sal_Int8 >& , in convertFromIntegerColorSpace() argument
704 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertToIntegerColorSpace( const uno::Sequence< ::sa… in convertToIntegerColorSpace() argument
709 return uno::Sequence< sal_Int8 >(); in convertToIntegerColorSpace()
712 …dering::RGBColor > SAL_CALL convertIntegerToRGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) … in convertIntegerToRGB()
729 …ring::ARGBColor > SAL_CALL convertIntegerToARGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) … in convertIntegerToARGB()
766 …ing::ARGBColor > SAL_CALL convertIntegerToPARGB( const uno::Sequence< ::sal_Int8 >& deviceColor ) … in convertIntegerToPARGB()
804 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromRGB( const uno::Sequence< rendering… in convertIntegerFromRGB()
808 return uno::Sequence< sal_Int8 >(); in convertIntegerFromRGB()
811 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromARGB( const uno::Sequence< renderin… in convertIntegerFromARGB()
815 return uno::Sequence< sal_Int8 >(); in convertIntegerFromARGB()
818 …virtual uno::Sequence< ::sal_Int8 > SAL_CALL convertIntegerFromPARGB( const uno::Sequence< renderi… in convertIntegerFromPARGB()
822 return uno::Sequence< sal_Int8 >(); in convertIntegerFromPARGB()
844 sal_Int8* pTags = maComponentTags.getArray(); in TestBitmap()
873 static sal_Int8 lcl_depths[]={1,4,8,16,24}; in Paint()
882 const sal_Int8 nDepth( lcl_depths[i] ); in Paint()