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
3cfa4f26
Kaydet (Commit)
3cfa4f26
authored
Tem 04, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bmpmasktest was little-endian only
Change-Id: Icf362281c54509211b08c8bf5e29a0e31d9eb835
üst
ffa8892c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bmpmasktest.cxx
basebmp/test/bmpmasktest.cxx
+3
-3
No files found.
basebmp/test/bmpmasktest.cxx
Dosyayı görüntüle @
3cfa4f26
...
...
@@ -206,11 +206,11 @@ public:
DrawMode
::
Paint
);
CPPUNIT_ASSERT_MESSAGE
(
"output not cleared to white"
,
xOutput
->
getPixel
Data
(
basegfx
::
B2IPoint
(
0
,
0
)
)
==
0xffffff
);
xOutput
->
getPixel
(
basegfx
::
B2IPoint
(
0
,
0
)
)
==
Color
(
0xffffff
)
);
CPPUNIT_ASSERT_MESSAGE
(
"bitmap not drawn"
,
xOutput
->
getPixel
Data
(
basegfx
::
B2IPoint
(
2
,
2
)
)
==
0x808080
);
xOutput
->
getPixel
(
basegfx
::
B2IPoint
(
2
,
2
)
)
==
Color
(
0x808080
)
);
CPPUNIT_ASSERT_MESSAGE
(
"mask not applied"
,
xOutput
->
getPixel
Data
(
basegfx
::
B2IPoint
(
6
,
6
)
)
==
0xffffff
);
xOutput
->
getPixel
(
basegfx
::
B2IPoint
(
6
,
6
)
)
==
Color
(
0xffffff
)
);
}
// Change the following lines only, if you add, remove or rename
...
...
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