gtkgdi.hxx (e6f63103) gtkgdi.hxx (5f27b83c)
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

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

76
77 virtual bool setClipRegion( const Region& );
78 virtual void ResetClipRegion();
79
80 // some themes set the background pixmap of our window EVERY time
81 // a control is painted; but presentation effects need
82 // the background set to None; workaround: set the background
83 // before copyBits
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

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

76
77 virtual bool setClipRegion( const Region& );
78 virtual void ResetClipRegion();
79
80 // some themes set the background pixmap of our window EVERY time
81 // a control is painted; but presentation effects need
82 // the background set to None; workaround: set the background
83 // before copyBits
84 virtual void copyBits( const SalTwoRect* pPosAry,
84 virtual void copyBits( const SalTwoRect& rPosAry,
85 SalGraphics* pSrcGraphics );
86
87protected:
88 typedef std::list< Rectangle > clipList;
89
90 GdkPixmap* NWGetPixmapFromScreen( Rectangle srcRect );
91 sal_Bool NWRenderPixmapToScreen( GdkPixmap* pPixmap, Rectangle dstRect );
92

--- 84 unchanged lines hidden ---
85 SalGraphics* pSrcGraphics );
86
87protected:
88 typedef std::list< Rectangle > clipList;
89
90 GdkPixmap* NWGetPixmapFromScreen( Rectangle srcRect );
91 sal_Bool NWRenderPixmapToScreen( GdkPixmap* pPixmap, Rectangle dstRect );
92

--- 84 unchanged lines hidden ---