Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx433 if( BMP_FORMAT_TOP_DOWN & (rSrcBuffer.mnFormat ^ rDstBuffer.mnFormat) ) in ImplCopyImage()
475 if( BMP_FORMAT_TOP_DOWN & (rSrcBuffer.mnFormat ^ rDstBuffer.mnFormat) ) in ImplConvertToBitmap()
499 switch( rDst.mnFormat & ~BMP_FORMAT_TOP_DOWN ) in ImplConvertFromBitmap()
594 const sal_uLong nSrcFormat = rSrc.mnFormat & ~BMP_FORMAT_TOP_DOWN; in ImplFastBitmapConversion()
595 const sal_uLong nDstFormat = rDst.mnFormat & ~BMP_FORMAT_TOP_DOWN; in ImplFastBitmapConversion()
695 if( (rSrcBuffer.mnFormat ^ rMskBuffer.mnFormat) & BMP_FORMAT_TOP_DOWN ) in ImplBlendToBitmap()
702 if( (rSrcBuffer.mnFormat ^ rDstBuffer.mnFormat) & BMP_FORMAT_TOP_DOWN ) in ImplBlendToBitmap()
758 switch( rDst.mnFormat & ~BMP_FORMAT_TOP_DOWN ) in ImplBlendFromBitmap()
870 const sal_uLong nSrcFormat = rSrc.mnFormat & ~BMP_FORMAT_TOP_DOWN; in ImplFastBitmapBlending()
871 const sal_uLong nDstFormat = rDst.mnFormat & ~BMP_FORMAT_TOP_DOWN; in ImplFastBitmapBlending()
[all …]
H A Dsalmisc.cxx461 if( BMP_SCANLINE_ADJUSTMENT( rSrcBuffer.mnFormat ) == BMP_FORMAT_TOP_DOWN ) in StretchAndConvert()
473 if( BMP_SCANLINE_ADJUSTMENT( pDstBuffer->mnFormat ) == BMP_FORMAT_TOP_DOWN ) in StretchAndConvert()
H A Dbmpacc.cxx118 if( BMP_SCANLINE_ADJUSTMENT( mpBuffer->mnFormat ) == BMP_FORMAT_TOP_DOWN ) in ImplCreate()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx282 if(pRGB && BMP_FORMAT_24BIT_TC_BGR != (pRGB->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()
304 && BMP_FORMAT_24BIT_TC_BGR == (pRGB->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()
317 const bool bTopDown(pRGB->mnFormat & BMP_FORMAT_TOP_DOWN); in ImplCreateGdiPlusBitmap()
381 if(pRGB && BMP_FORMAT_24BIT_TC_BGR != (pRGB->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()
414 if(pA && BMP_FORMAT_8BIT_PAL != (pA->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()
440 && BMP_FORMAT_24BIT_TC_BGR == (pRGB->mnFormat & ~BMP_FORMAT_TOP_DOWN) in ImplCreateGdiPlusBitmap()
441 && BMP_FORMAT_8BIT_PAL == (pA->mnFormat & ~BMP_FORMAT_TOP_DOWN)) in ImplCreateGdiPlusBitmap()
457 const bool bTopDown(pRGB->mnFormat & BMP_FORMAT_TOP_DOWN); in ImplCreateGdiPlusBitmap()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx219 aSrcBuf.mnFormat = BMP_FORMAT_TOP_DOWN; in ImplCreateDIB()
365 sal_uLong nDstFormat = BMP_FORMAT_TOP_DOWN; in ImplCreateXImage()
H A Dsalgdi2.cxx842 if( BMP_SCANLINE_ADJUSTMENT( pAlphaBuffer->mnFormat ) == BMP_FORMAT_TOP_DOWN ) in drawAlphaBitmap()
H A Dpspgraphics.cxx94 if( BMP_SCANLINE_ADJUSTMENT( mpBmpBuffer->mnFormat ) == BMP_FORMAT_TOP_DOWN ) in SalPrinterBmp()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx208 pBuf->mnFormat |= BMP_FORMAT_TOP_DOWN; in AcquireBuffer()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx349 …t_cast<sal_Bool>( BMP_SCANLINE_ADJUSTMENT( mpBuffer->mnFormat ) == BMP_FORMAT_TOP_DOWN ) : sal_Fal… in IsTopDown()
H A Dsalbtype.hxx51 #define BMP_FORMAT_TOP_DOWN 0x80000000UL macro
/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx507 if( !(m_pBmpAcc->GetScanlineFormat() & BMP_FORMAT_TOP_DOWN) ) in getData()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1043 if( BMP_SCANLINE_ADJUSTMENT( pBuffer->mnFormat ) == BMP_FORMAT_TOP_DOWN ) in getRow()

Completed in 75 milliseconds