diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/test/GraphicsRenderTests.hxx | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/include/vcl/test/GraphicsRenderTests.hxx b/include/vcl/test/GraphicsRenderTests.hxx index dee521438edc..41cbe561b483 100644 --- a/include/vcl/test/GraphicsRenderTests.hxx +++ b/include/vcl/test/GraphicsRenderTests.hxx @@ -81,11 +81,18 @@ class VCL_PLUGIN_PUBLIC GraphicsRenderTests void testDrawBezierAAWithPolylineB2D(); void testDrawDropShapeWithPolygon(); void testDrawDropShapeAAWithPolygon(); - void testDrawBitmap(); - void testDrawTransformedBitmap(); - void testDrawBitmapExWithAlpha(); - void testDrawMask(); - void testDrawBlend(); + void testDrawBitmap24bpp(); + void testDrawTransformedBitmap24bpp(); + void testDrawBitmapExWithAlpha24bpp(); + void testDrawMask24bpp(); + void testDrawBlend24bpp(); + void testDrawBitmap32bpp(); + void testDrawTransformedBitmap32bpp(); + void testDrawBitmapExWithAlpha32bpp(); + void testDrawMask32bpp(); + void testDrawBlend32bpp(); + void testDrawBitmap8bppGreyScale(); + void testDrawTransformedBitmap8bppGreyScale(); void testDrawXor(); void testClipRectangle(); void testClipPolygon(); |