/trunk/main/basebmp/ |
H A D | Package_inc.mk | 25 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/accessor.hxx,basebmp/accessor.hxx)) 29 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/bitmapdevice.hxx,basebmp/bitmapdevice.hxx… 31 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/color.hxx,basebmp/color.hxx)) 33 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/colormisc.hxx,basebmp/colormisc.hxx)) 34 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/colortraits.hxx,basebmp/colortraits.hxx)) 36 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/debug.hxx,basebmp/debug.hxx)) 37 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/drawmodes.hxx,basebmp/drawmodes.hxx)) 38 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/endian.hxx,basebmp/endian.hxx)) 39 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/fillimage.hxx,basebmp/fillimage.hxx)) 54 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/scaleimage.hxx,basebmp/scaleimage.hxx)) [all …]
|
H A D | Library_basebmp.mk | 24 $(eval $(call gb_Library_Library,basebmp)) 28 $(eval $(call gb_Library_add_api,basebmp,\ 34 -I$(SRCDIR)/basebmp/inc/ \ 35 -I$(SRCDIR)/basebmp/inc/pch \ 39 $(eval $(call gb_Library_add_defs,basebmp,\ 52 basebmp/source/bitmapdevice \ 53 basebmp/source/debug \ 54 basebmp/source/polypolygonrenderer \ 59 basebmp/source/bitmapdevice \ 60 basebmp/source/debug \ [all …]
|
H A D | GoogleTest_basebmp.mk | 26 basebmp/test/basictest \ 27 basebmp/test/bmpmasktest \ 28 basebmp/test/bmptest \ 29 basebmp/test/cliptest \ 30 basebmp/test/filltest \ 31 basebmp/test/linetest \ 32 basebmp/test/main \ 33 basebmp/test/masktest \ 34 basebmp/test/polytest \ 35 basebmp/test/tools \ [all …]
|
H A D | Module_basebmp.mk | 24 $(eval $(call gb_Module_Module,basebmp)) 26 $(eval $(call gb_Module_add_targets,basebmp,\ 32 $(eval $(call gb_Module_add_check_targets,basebmp,\
|
/trunk/main/basebmp/test/ |
H A D | bmpdemo.cxx | 1011 static basebmp::Color approachColor( const basebmp::Color& rFrom, const basebmp::Color& rTo ) in approachColor() 1013 basebmp::Color aColor; in approachColor() 1067 basebmp::BitmapDeviceSharedPtr pDevice( basebmp::createBitmapDevice( aTestSize, in Paint() 1084 basebmp::Color(0xFFFFFFFF), in Paint() 1085 basebmp::DrawMode_PAINT ); in Paint() 1090 basebmp::BitmapDeviceSharedPtr pMask( basebmp::createBitmapDevice( aTestSize, in Paint() 1107 basebmp::Color(0), in Paint() 1108 basebmp::DrawMode_PAINT ); in Paint() 1136 pDevice->clear(basebmp::Color(0)); in Paint() 1149 basebmp::Color aLineColor( 0, 0, 0 ); in Paint() [all …]
|
H A D | cliptest.cxx | 48 using namespace ::basebmp; 148 pBmp->setPixel(basegfx::B2IPoint(2,2),aCol2,basebmp::DrawMode_PAINT); in implTestBmpClip() 173 const basebmp::Color aCol(0xFF); in implTestMaskColorClip() 174 pBmp->clear( basebmp::Color(0) ); in implTestMaskColorClip() 178 basebmp::DrawMode_PAINT ); in implTestMaskColorClip()
|
H A D | tools.hxx | 26 int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice, 27 basebmp::Color checkColor );
|
H A D | tools.cxx | 32 using namespace ::basebmp;
|
/trunk/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 47 using namespace basebmp; 178 m_aDevice = basebmp::subsetBitmapDevice( in setClipRegion() 237 m_aLineColor = basebmp::Color( nSalColor ); in SetLineColor() 248 m_aFillColor = basebmp::Color( nSalColor ); in SetFillColor() 262 m_aLineColor = basebmp::Color( 0 ); in SetROPLineColor() 279 m_aFillColor = basebmp::Color( 0 ); in SetROPFillColor() 292 m_aTextColor = basebmp::Color( nSalColor ); in SetTextColor() 308 basebmp::Color aColor( nSalColor ); in drawPixel() 537 basebmp::Color aBgColor( COL_WHITE ); in drawMask() 539 basebmp::Color aFgColor( COL_BLACK ); in drawMask() [all …]
|
H A D | svpbmp.cxx | 34 using namespace basebmp; 70 std::vector<basebmp::Color>* pPalette = in Create() 71 new std::vector<basebmp::Color>( nEntries, basebmp::Color(COL_WHITE) ); in Create() 79 basebmp::RawMemorySharedArray(), in Create() 80 basebmp::PaletteMemorySharedVector( pPalette ) in Create() 227 basebmp::PaletteMemorySharedVector aPalette = m_aBitmap->getPalette(); in AcquireBuffer() 236 const basebmp::Color& rCol = (*aPalette)[i]; in AcquireBuffer() 291 boost::shared_ptr< std::vector<basebmp::Color> > pPal( in ReleaseBuffer() 292 new std::vector<basebmp::Color>( nEntries, in ReleaseBuffer() 293 basebmp::Color(COL_WHITE))); in ReleaseBuffer() [all …]
|
H A D | svpgdi.hxx | 36 basebmp::BitmapDeviceSharedPtr m_aDevice; 37 basebmp::BitmapDeviceSharedPtr m_aOrigDevice; 38 basebmp::BitmapDeviceSharedPtr m_aClipMap; 41 basebmp::Color m_aLineColor; 43 basebmp::Color m_aFillColor; 44 basebmp::Color m_aTextColor; 46 basebmp::DrawMode m_aDrawMode; 65 const basebmp::BitmapDeviceSharedPtr& getDevice() const { return m_aDevice; } in getDevice() 66 void setDevice( basebmp::BitmapDeviceSharedPtr& rDevice );
|
H A D | svpvd.cxx | 33 using namespace basebmp; 63 std::vector< basebmp::Color > aDevPal; in SetSize() 68 aDevPal.push_back( basebmp::Color( 0, 0, 0 ) ); in SetSize() 69 aDevPal.push_back( basebmp::Color( 0xff, 0xff, 0xff ) ); in SetSize() 84 …e( aDevSize, false, nFormat, PaletteMemorySharedVector( new std::vector< basebmp::Color >(aDevPal)… in SetSize()
|
H A D | svpbmp.hxx | 32 basebmp::BitmapDeviceSharedPtr m_aBitmap; 37 const basebmp::BitmapDeviceSharedPtr& getBitmap() const { return m_aBitmap; } in getBitmap() 38 void setBitmap( const basebmp::BitmapDeviceSharedPtr& rSrc ) { m_aBitmap = rSrc; } in setBitmap() 41 virtual const basebmp::BitmapDeviceSharedPtr& getDevice() const { return m_aBitmap; } in getDevice()
|
H A D | svpelement.hxx | 29 #define SVP_DEFAULT_BITMAP_FORMAT basebmp::Format::TWENTYFOUR_BIT_TC_MASK 37 virtual const basebmp::BitmapDeviceSharedPtr& getDevice() const = 0;
|
H A D | svpvd.hxx | 37 basebmp::BitmapDeviceSharedPtr m_aDevice; 45 virtual const basebmp::BitmapDeviceSharedPtr& getDevice() const { return m_aDevice; } in getDevice()
|
H A D | svpframe.hxx | 50 basebmp::BitmapDeviceSharedPtr m_aFrame; 66 virtual const basebmp::BitmapDeviceSharedPtr& getDevice() const { return m_aFrame; } in getDevice()
|
H A D | svpelement.cxx | 202 const basebmp::BitmapDeviceSharedPtr& rDevice = pElement->getDevice(); in IMPL_LINK() 233 using namespace basebmp;
|
H A D | svppspgraphics.cxx | 57 using namespace basebmp; 81 static sal_uInt32 getRGBFromColor( const basebmp::Color& rCol ) in getRGBFromColor() 131 const basebmp::Color& rColor = (*m_aBitmap->getPalette().get())[ nIdx ]; in GetPaletteColor() 153 basebmp::Color aCol = m_aBitmap->getPixel( B2IPoint( nColumn, nRow ) ); in GetPixelGray()
|
/trunk/main/basebmp/inc/basebmp/ |
H A D | colormisc.hxx | 38 namespace basebmp namespace 161 struct NumericTraits<basebmp::Color> 163 typedef basebmp::Color Type; 164 typedef basebmp::Color Promote; 165 typedef basebmp::Color RealPromote; 166 typedef std::complex<basebmp::Color> ComplexPromote;
|
H A D | drawmodes.hxx | 29 namespace basebmp namespace
|
H A D | debug.hxx | 30 namespace basebmp namespace
|
H A D | nonstandarditerator.hxx | 29 namespace basebmp namespace
|
H A D | iteratortraits.hxx | 30 namespace basebmp namespace
|
/trunk/main/basebmp/prj/ |
H A D | build.lst | 1 bx basebmp : sal VIGRA:vigra basegfx BOOST:boost NULL 2 bx basebmp\prj nmake - all bx_prj NULL
|
/trunk/main/vcl/inc/aqua/ |
H A D | salbmp.h | 60 basebmp::RawMemorySharedArray maUserBuffer; 61 basebmp::RawMemorySharedArray maContextBuffer;
|