summaryrefslogtreecommitdiff
path: root/basebmp/test/masktest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/test/masktest.cxx')
-rw-r--r--basebmp/test/masktest.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basebmp/test/masktest.cxx b/basebmp/test/masktest.cxx
index 5b7780259acc..981736773fb9 100644
--- a/basebmp/test/masktest.cxx
+++ b/basebmp/test/masktest.cxx
@@ -104,17 +104,17 @@ public:
const basegfx::B2ISize aSize(10,10);
mpDevice1bpp = createBitmapDevice( aSize,
true,
- FORMAT_ONE_BIT_MSB_PAL,
- basebmp::getBitmapDeviceStrideForWidth(FORMAT_ONE_BIT_MSB_PAL, aSize.getX()) );
+ Format::OneBitMsbPal,
+ basebmp::getBitmapDeviceStrideForWidth(Format::OneBitMsbPal, aSize.getX()) );
mpDevice32bpp = createBitmapDevice( aSize,
true,
- FORMAT_THIRTYTWO_BIT_TC_MASK_BGRA,
- basebmp::getBitmapDeviceStrideForWidth(FORMAT_THIRTYTWO_BIT_TC_MASK_BGRA, aSize.getX()) );
+ Format::ThirtyTwoBitTcMaskBGRA,
+ basebmp::getBitmapDeviceStrideForWidth(Format::ThirtyTwoBitTcMaskBGRA, aSize.getX()) );
mpMask = createBitmapDevice( aSize,
true,
- FORMAT_EIGHT_BIT_GREY,
- basebmp::getBitmapDeviceStrideForWidth(FORMAT_EIGHT_BIT_GREY, aSize.getX()) );
+ Format::EightBitGrey,
+ basebmp::getBitmapDeviceStrideForWidth(Format::EightBitGrey, aSize.getX()) );
OUString aSvg( "m 0 0h5v10h5v-5h-10z" );