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
4a9b867c
Kaydet (Commit)
4a9b867c
authored
Ock 18, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svp: use SalColor instead of basebmp::Color
Change-Id: I611dad8d218f5b82903743cb15a5c2a36cc6ba5d
üst
413fdec1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
svpgdi.cxx
vcl/headless/svpgdi.cxx
+0
-0
svpgdi.hxx
vcl/inc/headless/svpgdi.hxx
+5
-10
No files found.
vcl/headless/svpgdi.cxx
Dosyayı görüntüle @
4a9b867c
This diff is collapsed.
Click to expand it.
vcl/inc/headless/svpgdi.hxx
Dosyayı görüntüle @
4a9b867c
...
...
@@ -21,7 +21,6 @@
#define INCLUDED_VCL_INC_HEADLESS_SVPGDI_HXX
#include <basebmp/bitmapdevice.hxx>
#include <basebmp/color.hxx>
#include <vcl/sysdata.hxx>
#include <vcl/metric.hxx>
#include <config_cairo_canvas.h>
...
...
@@ -66,14 +65,10 @@ struct VCL_DLLPUBLIC DamageHandler
class
VCL_DLLPUBLIC
SvpSalGraphics
:
public
SalGraphics
{
cairo_surface_t
*
m_pSurface
;
bool
m_bUseLineColor
;
basebmp
::
Color
m_aLineColor
;
bool
m_bUseFillColor
;
basebmp
::
Color
m_aFillColor
;
PaintMode
m_ePaintMode
;
cairo_surface_t
*
m_pSurface
;
SalColor
m_aLineColor
;
SalColor
m_aFillColor
;
PaintMode
m_ePaintMode
;
public
:
static
GlyphCache
&
getPlatformGlyphCache
();
...
...
@@ -84,7 +79,7 @@ private:
void
invert
(
const
basegfx
::
B2DPolygon
&
rPoly
,
SalInvert
nFlags
);
void
copySource
(
const
SalTwoRect
&
rTR
,
cairo_surface_t
*
source
);
void
setupPolyPolygon
(
cairo_t
*
cr
,
const
basegfx
::
B2DPolyPolygon
&
rPolyPoly
);
void
applyColor
(
cairo_t
*
cr
,
const
basebmp
::
Color
&
rColor
);
void
applyColor
(
cairo_t
*
cr
,
const
Sal
Color
&
rColor
);
void
drawPolyPolygon
(
const
basegfx
::
B2DPolyPolygon
&
rPolyPoly
);
protected
:
vcl
::
Region
m_aClipRegion
;
...
...
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