zbufferprocessor3d.cxx (464702f4) zbufferprocessor3d.cxx (78d93489)
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

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

127
128 delete pContent;
129 delete pAlpha;
130 }
131
132 aRetval = BitmapEx(aContent, aAlpha);
133
134 // #i101811# set PrefMapMode and PrefSize at newly created Bitmap
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

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

127
128 delete pContent;
129 delete pAlpha;
130 }
131
132 aRetval = BitmapEx(aContent, aAlpha);
133
134 // #i101811# set PrefMapMode and PrefSize at newly created Bitmap
135 aRetval.SetPrefMapMode(MAP_100TH_MM);
135 aRetval.SetPrefMapMode(MAP_PIXEL);
136 aRetval.SetPrefSize(Size(nWidth, nHeight));
137 }
138
139 return aRetval;
140 }
141} // end of anonymous namespace
142
143//////////////////////////////////////////////////////////////////////////////

--- 693 unchanged lines hidden ---
136 aRetval.SetPrefSize(Size(nWidth, nHeight));
137 }
138
139 return aRetval;
140 }
141} // end of anonymous namespace
142
143//////////////////////////////////////////////////////////////////////////////

--- 693 unchanged lines hidden ---