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
c27a3171
Kaydet (Commit)
c27a3171
authored
Haz 04, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1093230 Dereference before null check
Change-Id: Id273eaf3c4fe25df9af723fbc7f774c3c61ab3de
üst
f750ee1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pngread.cxx
vcl/source/gdi/pngread.cxx
+1
-1
No files found.
vcl/source/gdi/pngread.cxx
Dosyayı görüntüle @
c27a3171
...
@@ -1331,7 +1331,7 @@ void PNGReaderImpl::ImplDrawScanline( sal_uInt32 nXStart, sal_uInt32 nXAdd )
...
@@ -1331,7 +1331,7 @@ void PNGReaderImpl::ImplDrawScanline( sal_uInt32 nXStart, sal_uInt32 nXAdd )
// BMP_FORMAT_32BIT_TC_RGBA
// BMP_FORMAT_32BIT_TC_RGBA
// only use DirectScanline when we have no preview shifting stuff and accesses to content and alpha
// only use DirectScanline when we have no preview shifting stuff and accesses to content and alpha
const
bool
bDoDirectScanline
(
const
bool
bDoDirectScanline
(
bCkeckDirectScanline
&&
!
nXStart
&&
1
==
nXAdd
&&
!
mnPreviewShift
&&
mp
Acc
&&
mp
MaskAcc
);
bCkeckDirectScanline
&&
!
nXStart
&&
1
==
nXAdd
&&
!
mnPreviewShift
&&
mpMaskAcc
);
const
bool
bCustomColorTable
(
mpColorTable
!=
mpDefaultColorTable
);
const
bool
bCustomColorTable
(
mpColorTable
!=
mpDefaultColorTable
);
if
(
bDoDirectScanline
)
if
(
bDoDirectScanline
)
...
...
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