Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/helper/
H A Dcanvasbitmap.cxx115 m_nBitsPerOutputPixel(0), in VclCanvasBitmap()
381 m_nBitsPerOutputPixel = m_nBitsPerInputPixel; in VclCanvasBitmap()
386 m_nBitsPerOutputPixel = std::max(sal_Int32(8),m_nBitsPerInputPixel); in VclCanvasBitmap()
423 m_nBitsPerOutputPixel += 8; in VclCanvasBitmap()
428 m_aLayout.ScanLineStride = (aSize.Width()*m_nBitsPerOutputPixel + 7)/8; in VclCanvasBitmap()
495 aRequestedBytes.Left() = aRequestedArea.Left()*m_nBitsPerOutputPixel/8; in getData()
496 aRequestedBytes.Right() = (aRequestedArea.Right()*m_nBitsPerOutputPixel + 7)/8; in getData()
532 OSL_ENSURE((m_nBitsPerOutputPixel & 0x07) == 0, in getData()
591 uno::Sequence< sal_Int8 > aRet((m_nBitsPerOutputPixel + 7)/8); in getPixel()
615 OSL_ENSURE((m_nBitsPerOutputPixel & 0x07) == 0, in getPixel()
[all …]
/AOO41X/main/vcl/inc/
H A Dcanvasbitmap.hxx55 sal_Int32 m_nBitsPerOutputPixel; member in vcl::unotools::VclCanvasBitmap