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
31ae9995
Kaydet (Commit)
31ae9995
authored
Nis 21, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Group OutputDevice masking functions together in outdev.hxx
Change-Id: Idde02b1456ab23e2479f097bee018f9d6398f003
üst
77675447
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
13 deletions
+23
-13
outdev.hxx
include/vcl/outdev.hxx
+23
-13
No files found.
include/vcl/outdev.hxx
Dosyayı görüntüle @
31ae9995
...
...
@@ -770,10 +770,6 @@ public:
protected
:
OutputDevice
();
virtual
void
ApplyMask
(
const
Bitmap
&
rMask
,
const
Color
&
rMaskColor
,
const
Point
&
rDestPt
,
const
Size
&
rDestSize
,
const
Point
&
rSrcPtPixel
,
const
Size
&
rSrcSizePixel
);
virtual
bool
UsePolyPolygonForComplexGradient
()
=
0
;
virtual
void
EmulateDrawTransparent
(
const
PolyPolygon
&
rPolyPoly
,
sal_uInt16
nTransparencePercent
);
...
...
@@ -1163,15 +1159,6 @@ private:
SAL_DLLPRIVATE
void
SetGrayscaleColors
(
Gradient
&
rGradient
);
///@}
public
:
void
DrawMask
(
const
Point
&
rDestPt
,
const
Bitmap
&
rBitmap
,
const
Color
&
rMaskColor
);
void
DrawMask
(
const
Point
&
rDestPt
,
const
Size
&
rDestSize
,
const
Bitmap
&
rBitmap
,
const
Color
&
rMaskColor
);
void
DrawMask
(
const
Point
&
rDestPt
,
const
Size
&
rDestSize
,
const
Point
&
rSrcPtPixel
,
const
Size
&
rSrcSizePixel
,
const
Bitmap
&
rBitmap
,
const
Color
&
rMaskColor
,
sal_uLong
nAction
);
public
:
/** @name Hatch functions
*/
...
...
@@ -1275,6 +1262,29 @@ private:
css
::
drawing
::
LineCap
eLineCap
=
css
::
drawing
::
LineCap_BUTT
);
///@}
public
:
/** @name Polyline functions
*/
///@{
void
DrawMask
(
const
Point
&
rDestPt
,
const
Bitmap
&
rBitmap
,
const
Color
&
rMaskColor
);
void
DrawMask
(
const
Point
&
rDestPt
,
const
Size
&
rDestSize
,
const
Bitmap
&
rBitmap
,
const
Color
&
rMaskColor
);
void
DrawMask
(
const
Point
&
rDestPt
,
const
Size
&
rDestSize
,
const
Point
&
rSrcPtPixel
,
const
Size
&
rSrcSizePixel
,
const
Bitmap
&
rBitmap
,
const
Color
&
rMaskColor
,
sal_uLong
nAction
);
protected
:
virtual
void
ApplyMask
(
const
Bitmap
&
rMask
,
const
Color
&
rMaskColor
,
const
Point
&
rDestPt
,
const
Size
&
rDestSize
,
const
Point
&
rSrcPtPixel
,
const
Size
&
rSrcSizePixel
);
///@}
public
:
void
DrawWallpaper
(
const
Rectangle
&
rRect
,
const
Wallpaper
&
rWallpaper
);
void
DrawWaveLine
(
const
Point
&
rStartPos
,
const
Point
&
rEndPos
);
...
...
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