salgdi.h (248a599f) salgdi.h (8a718ffc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 249 unchanged lines hidden (view full) ---

258private:
259 // local helpers
260 bool tryDrawBitmapGdiPlus(const SalTwoRect& rTR, const SalBitmap& rSrcBitmap);
261
262public:
263 // public SalGraphics methods, the interface to teh independent vcl part
264
265 // get device resolution
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 249 unchanged lines hidden (view full) ---

258private:
259 // local helpers
260 bool tryDrawBitmapGdiPlus(const SalTwoRect& rTR, const SalBitmap& rSrcBitmap);
261
262public:
263 // public SalGraphics methods, the interface to teh independent vcl part
264
265 // get device resolution
266 virtual void GetResolution( long& rDPIX, long& rDPIY );
266 virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY );
267 // get the depth of the device
268 virtual sal_uInt16 GetBitCount();
269 // get the width of the device
270 virtual long GetGraphicsWidth() const;
271
272 // set the clip region to empty
273 virtual void ResetClipRegion();
274

--- 142 unchanged lines hidden ---
267 // get the depth of the device
268 virtual sal_uInt16 GetBitCount();
269 // get the width of the device
270 virtual long GetGraphicsWidth() const;
271
272 // set the clip region to empty
273 virtual void ResetClipRegion();
274

--- 142 unchanged lines hidden ---