SidebarDialControlBmp.cxx (8a383445) SidebarDialControlBmp.cxx (4e8031e0)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 76 unchanged lines hidden (view full) ---

85 // aImageSize.Width() -= 1;
86 // aImageSize.Height() -= 1;
87 SetAntialiasing(ANTIALIASING_ENABLE_B2DDRAW | ANTIALIASING_PIXELSNAPHAIRLINE);
88 DrawBitmapEx(maRect.TopLeft(), /*aImageSize,*/ aBitmapEx);
89}
90
91
92} } // end of namespace svx::sidebar
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 76 unchanged lines hidden (view full) ---

85 // aImageSize.Width() -= 1;
86 // aImageSize.Height() -= 1;
87 SetAntialiasing(ANTIALIASING_ENABLE_B2DDRAW | ANTIALIASING_PIXELSNAPHAIRLINE);
88 DrawBitmapEx(maRect.TopLeft(), /*aImageSize,*/ aBitmapEx);
89}
90
91
92} } // end of namespace svx::sidebar
93
94// eof