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
7caa7ed2
Kaydet (Commit)
7caa7ed2
authored
Kas 26, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
restrict this for > cairo 1.10.0 for now
Change-Id: I845a1b045a4e83c35cf1a837c7e520e3b0890c29
üst
5d7bd6b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
svpgdi.cxx
vcl/headless/svpgdi.cxx
+6
-2
No files found.
vcl/headless/svpgdi.cxx
Dosyayı görüntüle @
7caa7ed2
...
@@ -873,6 +873,9 @@ bool SvpSalGraphics::drawPolyLine(
...
@@ -873,6 +873,9 @@ bool SvpSalGraphics::drawPolyLine(
basegfx
::
B2DLineJoin
eLineJoin
,
basegfx
::
B2DLineJoin
eLineJoin
,
css
::
drawing
::
LineCap
eLineCap
)
css
::
drawing
::
LineCap
eLineCap
)
{
{
bool
bRet
=
false
;
(
void
)
rPolyLine
;
(
void
)
fTransparency
;
(
void
)
rLineWidths
;
(
void
)
eLineJoin
;
(
void
)
eLineCap
;
#if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 10, 0)
// short circuit if there is nothing to do
// short circuit if there is nothing to do
const
int
nPointCount
=
rPolyLine
.
count
();
const
int
nPointCount
=
rPolyLine
.
count
();
if
(
nPointCount
<=
0
)
if
(
nPointCount
<=
0
)
...
@@ -971,8 +974,9 @@ bool SvpSalGraphics::drawPolyLine(
...
@@ -971,8 +974,9 @@ bool SvpSalGraphics::drawPolyLine(
xDamageTracker
->
damaged
(
basegfx
::
B2IBox
(
extents
.
x
,
extents
.
y
,
extents
.
x
+
extents
.
width
,
xDamageTracker
->
damaged
(
basegfx
::
B2IBox
(
extents
.
x
,
extents
.
y
,
extents
.
x
+
extents
.
width
,
extents
.
y
+
extents
.
height
));
extents
.
y
+
extents
.
height
));
}
}
bRet
=
true
;
return
true
;
#endif
return
bRet
;
}
}
bool
SvpSalGraphics
::
drawPolyLineBezier
(
sal_uInt32
,
bool
SvpSalGraphics
::
drawPolyLineBezier
(
sal_uInt32
,
...
...
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