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
92ffbf51
Kaydet (Commit)
92ffbf51
authored
Eyl 29, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#705735 Resource leak
Change-Id: I7d79c1332b6acde722d6134fcfe64b4333a4c2b9
üst
e124cd52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
_xoutbmp.cxx
svx/source/xoutdev/_xoutbmp.cxx
+4
-2
No files found.
svx/source/xoutdev/_xoutbmp.cxx
Dosyayı görüntüle @
92ffbf51
...
@@ -477,7 +477,7 @@ Bitmap XOutBitmap::DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold )
...
@@ -477,7 +477,7 @@ Bitmap XOutBitmap::DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold )
}
}
return
aRetBmp
;
return
aRetBmp
;
}
;
}
tools
::
Polygon
XOutBitmap
::
GetCountour
(
const
Bitmap
&
rBmp
,
const
sal_uIntPtr
nFlags
,
tools
::
Polygon
XOutBitmap
::
GetCountour
(
const
Bitmap
&
rBmp
,
const
sal_uIntPtr
nFlags
,
const
sal_uInt8
cEdgeDetectThreshold
,
const
sal_uInt8
cEdgeDetectThreshold
,
...
@@ -610,10 +610,12 @@ tools::Polygon XOutBitmap::GetCountour( const Bitmap& rBmp, const sal_uIntPtr nF
...
@@ -610,10 +610,12 @@ tools::Polygon XOutBitmap::GetCountour( const Bitmap& rBmp, const sal_uIntPtr nF
if
(
(
fFactorX
!=
0.
)
&&
(
fFactorY
!=
0.
)
)
if
(
(
fFactorX
!=
0.
)
&&
(
fFactorY
!=
0.
)
)
aRetPoly
.
Scale
(
fFactorX
,
fFactorY
);
aRetPoly
.
Scale
(
fFactorX
,
fFactorY
);
}
}
Bitmap
::
ReleaseAccess
(
pAcc
);
}
}
return
aRetPoly
;
return
aRetPoly
;
}
;
}
bool
DitherBitmap
(
Bitmap
&
rBitmap
)
bool
DitherBitmap
(
Bitmap
&
rBitmap
)
{
{
...
...
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