Lines Matching refs:aBitmapEx
390 BitmapEx aBitmapEx(rBitmapCandidate.getBitmapEx()); in RenderBitmapPrimitive2D() local
395 aBitmapEx = aBitmapEx.ModifyBitmapEx(maBColorModifierStack); in RenderBitmapPrimitive2D()
397 if(aBitmapEx.IsEmpty()) in RenderBitmapPrimitive2D()
416 mpOutputDevice->DrawTransformedBitmapEx(aLocalTransform, aBitmapEx); in RenderBitmapPrimitive2D()
483 … BitmapEx aBitmapEx(rFillGraphicAttribute.getGraphic().GetBitmapEx()); in RenderFillGraphicPrimitive2D() local
493 if(aBitmapEx.GetBitCount() < 24) in RenderFillGraphicPrimitive2D()
495 aBitmapEx.Convert(BMP_CONVERSION_24BIT); in RenderFillGraphicPrimitive2D()
498 aBitmapEx.Scale(aNeededBitmapSizePixel, BMP_SCALE_INTERPOLATE); in RenderFillGraphicPrimitive2D()
506 aBitmapEx = aBitmapEx.ModifyBitmapEx(maBColorModifierStack); in RenderFillGraphicPrimitive2D()
510 if(aBitmapEx.IsEmpty()) in RenderFillGraphicPrimitive2D()
589 … mpOutputDevice->DrawBitmapEx(aOutRectPixel.TopLeft(), aBitmapEx); in RenderFillGraphicPrimitive2D()
593 … mpOutputDevice->DrawBitmapEx(aOutRectPixel.TopLeft(), aNeededBitmapSizePixel, aBitmapEx); in RenderFillGraphicPrimitive2D()
616 … mpOutputDevice->DrawBitmapEx(aOutRectPixel.TopLeft(), aBitmapEx); in RenderFillGraphicPrimitive2D()
620 … mpOutputDevice->DrawBitmapEx(aOutRectPixel.TopLeft(), aNeededBitmapSizePixel, aBitmapEx); in RenderFillGraphicPrimitive2D()