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
352f9fdf
Kaydet (Commit)
352f9fdf
authored
Ock 19, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
-Werror=shift-negative-value (GCC 6)
Change-Id: Ifc7b1d6675a8e8fb41dd47cc1282059c3790736f
üst
6b328acb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
packedpixeliterator.hxx
basebmp/inc/packedpixeliterator.hxx
+3
-3
No files found.
basebmp/inc/packedpixeliterator.hxx
Dosyayı görüntüle @
352f9fdf
...
@@ -78,7 +78,7 @@ public:
...
@@ -78,7 +78,7 @@ public:
num_intraword_positions
=
sizeof
(
value_type
)
*
8
/
bits_per_pixel
,
num_intraword_positions
=
sizeof
(
value_type
)
*
8
/
bits_per_pixel
,
/** Bit mask for one pixel (least significant bits)
/** Bit mask for one pixel (least significant bits)
*/
*/
bit_mask
=~
(
~
0
<<
bits_per_pixel
)
bit_mask
=~
(
~
0
u
<<
bits_per_pixel
)
};
};
private
:
private
:
...
@@ -238,7 +238,7 @@ public:
...
@@ -238,7 +238,7 @@ public:
num_intraword_positions
=
sizeof
(
value_type
)
*
8
/
bits_per_pixel
,
num_intraword_positions
=
sizeof
(
value_type
)
*
8
/
bits_per_pixel
,
/** Bit mask for one pixel (least significant bits)
/** Bit mask for one pixel (least significant bits)
*/
*/
bit_mask
=~
(
~
0
<<
bits_per_pixel
)
bit_mask
=~
(
~
0
u
<<
bits_per_pixel
)
};
};
private
:
private
:
...
@@ -477,7 +477,7 @@ public:
...
@@ -477,7 +477,7 @@ public:
num_intraword_positions
=
sizeof
(
value_type
)
*
8
/
bits_per_pixel
,
num_intraword_positions
=
sizeof
(
value_type
)
*
8
/
bits_per_pixel
,
/** Bit mask for one pixel (least significant bits)
/** Bit mask for one pixel (least significant bits)
*/
*/
bit_mask
=~
(
~
0
<<
bits_per_pixel
)
bit_mask
=~
(
~
0
u
<<
bits_per_pixel
)
};
};
// TODO(F2): direction of iteration (ImageIterator can be made to
// TODO(F2): direction of iteration (ImageIterator can be made to
...
...
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