Home
last modified time | relevance | path

Searched refs:basebmp (Results 1 – 25 of 74) sorted by relevance

123

/AOO42X/main/basebmp/
H A DPackage_inc.mk24 $(eval $(call gb_Package_Package,basebmp_inc,$(SRCDIR)/basebmp/inc))
25 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/accessor.hxx,basebmp/accessor.hxx))
26 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/accessoradapters.hxx,basebmp/accessoradap…
27 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/accessorfunctors.hxx,basebmp/accessorfunc…
28 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/accessortraits.hxx,basebmp/accessortraits…
29 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/bitmapdevice.hxx,basebmp/bitmapdevice.hxx…
30 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/clippedlinerenderer.hxx,basebmp/clippedli…
31 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/color.hxx,basebmp/color.hxx))
32 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/colorblendaccessoradapter.hxx,basebmp/col…
33 $(eval $(call gb_Package_add_file,basebmp_inc,inc/basebmp/colormisc.hxx,basebmp/colormisc.hxx))
[all …]
H A DLibrary_basebmp.mk24 $(eval $(call gb_Library_Library,basebmp))
26 $(eval $(call gb_Library_add_package_headers,basebmp,basebmp_inc))
28 $(eval $(call gb_Library_add_api,basebmp,\
33 $(eval $(call gb_Library_set_include,basebmp,\
34 -I$(SRCDIR)/basebmp/inc/ \
35 -I$(SRCDIR)/basebmp/inc/pch \
39 $(eval $(call gb_Library_add_defs,basebmp,\
43 $(eval $(call gb_Library_add_linked_libs,basebmp,\
51 $(eval $(call gb_Library_add_cxxobjects,basebmp, \
52 basebmp/source/bitmapdevice \
[all …]
H A DGoogleTest_basebmp.mk26 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 DModule_basebmp.mk24 $(eval $(call gb_Module_Module,basebmp))
26 $(eval $(call gb_Module_add_targets,basebmp,\
32 $(eval $(call gb_Module_add_check_targets,basebmp,\
/AOO42X/main/basebmp/test/
H A Dbmpdemo.cxx1011 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()
1069basebmp::Format::THIRTYTWO_BIT_TC_MASK )); in Paint()
1084 basebmp::Color(0xFFFFFFFF), in Paint()
1085 basebmp::DrawMode_PAINT ); in Paint()
1090 basebmp::BitmapDeviceSharedPtr pMask( basebmp::createBitmapDevice( aTestSize, in Paint()
1092basebmp::Format::ONE_BIT_MSB_GREY )); in Paint()
1096 const basebmp::Color aCol333(0xFFFFFFFF); in Paint()
1097 pMask->drawLine( aPt111, aPt222, aCol333, basebmp::DrawMode_PAINT ); in Paint()
[all …]
H A Dcliptest.cxx48 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 Dtools.hxx26 int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice,
27 basebmp::Color checkColor );
H A Dtools.cxx32 using namespace ::basebmp;
/AOO42X/main/vcl/unx/headless/
H A Dsvpgdi.cxx47 using namespace basebmp;
178 m_aDevice = basebmp::subsetBitmapDevice( in setClipRegion()
187 m_aClipMap->clear( basebmp::Color(0xFFFFFFFF) ); in setClipRegion()
208 m_aClipMap->fillPolyPolygon(aFull, basebmp::Color(0), DrawMode_PAINT); 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()
265 m_aLineColor = basebmp::Color( 0xffffff ); in SetROPLineColor()
268 m_aLineColor = basebmp::Color( 0xffffff ); in SetROPLineColor()
279 m_aFillColor = basebmp::Color( 0 ); in SetROPFillColor()
[all …]
H A Dsvpbmp.cxx34 using namespace basebmp;
70 std::vector<basebmp::Color>* pPalette = in Create()
71 new std::vector<basebmp::Color>( nEntries, basebmp::Color(COL_WHITE) ); in Create()
76 (*pPalette)[i] = basebmp::Color( rCol.GetRed(), rCol.GetGreen(), rCol.GetBlue() ); 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()
[all …]
H A Dsvpgdi.hxx36 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 Dsvpvd.cxx33 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 Dsvpbmp.hxx32 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 Dsvpelement.hxx29 #define SVP_DEFAULT_BITMAP_FORMAT basebmp::Format::TWENTYFOUR_BIT_TC_MASK
37 virtual const basebmp::BitmapDeviceSharedPtr& getDevice() const = 0;
H A Dsvpvd.hxx37 basebmp::BitmapDeviceSharedPtr m_aDevice;
45 virtual const basebmp::BitmapDeviceSharedPtr& getDevice() const { return m_aDevice; } in getDevice()
H A Dsvpframe.hxx50 basebmp::BitmapDeviceSharedPtr m_aFrame;
66 virtual const basebmp::BitmapDeviceSharedPtr& getDevice() const { return m_aFrame; } in getDevice()
H A Dsvpelement.cxx202 const basebmp::BitmapDeviceSharedPtr& rDevice = pElement->getDevice(); in IMPL_LINK()
233 using namespace basebmp;
H A Dsvppspgraphics.cxx57 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()
/AOO42X/main/basebmp/inc/basebmp/
H A Dcolormisc.hxx38 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 Ddrawmodes.hxx29 namespace basebmp namespace
H A Ddebug.hxx30 namespace basebmp namespace
H A Dnonstandarditerator.hxx27 namespace basebmp namespace
H A Diteratortraits.hxx30 namespace basebmp namespace
/AOO42X/main/basebmp/prj/
H A Dbuild.lst1 bx basebmp : sal VIGRA:vigra basegfx BOOST:boost NULL
2 bx basebmp\prj nmake - all bx_prj NULL
/AOO42X/main/vcl/inc/aqua/
H A Dsalbmp.h60 basebmp::RawMemorySharedArray maUserBuffer;
61 basebmp::RawMemorySharedArray maContextBuffer;

123