Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ba0bb5ef
Kaydet (Commit)
ba0bb5ef
authored
Nis 24, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
VCL: Rearrange clipping functions in outdev.hxx
Change-Id: Ieb6ce1f3505d1f2d6949fe0c4da762f4aead6d83
üst
f41b1457
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
outdev.hxx
include/vcl/outdev.hxx
+13
-12
No files found.
include/vcl/outdev.hxx
Dosyayı görüntüle @
ba0bb5ef
...
...
@@ -454,12 +454,23 @@ public:
/** @name Clipping functions
*/
///@{
public
:
Region
GetClipRegion
()
const
;
void
SetClipRegion
();
void
SetClipRegion
(
const
Region
&
rRegion
);
bool
IsClipRegion
()
const
{
return
mbClipRegion
;
}
SAL_DLLPRIVATE
bool
ImplSelectClipRegion
(
const
Region
&
,
SalGraphics
*
pGraphics
=
NULL
);
SAL_DLLPRIVATE
void
ImplSetClipRegion
(
const
Region
*
pRegion
);
void
MoveClipRegion
(
long
nHorzMove
,
long
nVertMove
);
void
IntersectClipRegion
(
const
Rectangle
&
rRect
);
void
IntersectClipRegion
(
const
Region
&
rRegion
);
protected
:
virtual
void
InitClipRegion
();
virtual
Region
GetActiveClipRegion
()
const
;
private
:
SAL_DLLPRIVATE
void
ImplSetClipRegion
(
const
Region
*
pRegion
);
SAL_DLLPRIVATE
bool
ImplSelectClipRegion
(
const
Region
&
,
SalGraphics
*
pGraphics
=
NULL
);
///@}
...
...
@@ -1522,16 +1533,6 @@ public:
bool
IsDeviceOutputNecessary
()
const
{
return
(
mbOutput
&&
mbDevOutput
);
}
bool
IsOutputNecessary
()
const
{
return
((
mbOutput
&&
mbDevOutput
)
||
(
mpMetaFile
!=
NULL
));
}
void
SetClipRegion
();
void
SetClipRegion
(
const
Region
&
rRegion
);
Region
GetClipRegion
()
const
;
bool
IsClipRegion
()
const
{
return
mbClipRegion
;
}
Region
GetActiveClipRegion
()
const
;
void
MoveClipRegion
(
long
nHorzMove
,
long
nVertMove
);
void
IntersectClipRegion
(
const
Rectangle
&
rRect
);
void
IntersectClipRegion
(
const
Region
&
rRegion
);
void
SetAntialiasing
(
sal_uInt16
nMode
=
0
);
sal_uInt16
GetAntialiasing
()
const
{
return
mnAntialiasing
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment