Lines Matching refs:pA

909 				const MetaPixelAction* pA = (const MetaPixelAction*) pAction;  in ImplWrite()  local
913 ImplWritePoint( pA->GetPoint() ); in ImplWrite()
914 ImplWriteColor( pA->GetColor() ); in ImplWrite()
923 const MetaPointAction* pA = (const MetaPointAction*) pAction; in ImplWrite() local
927 ImplWritePoint( pA->GetPoint() ); in ImplWrite()
938 const MetaLineAction* pA = (const MetaLineAction*) pAction; in ImplWrite() local
940 if(pA->GetLineInfo().IsDefault()) in ImplWrite()
945 ImplWritePoint( pA->GetStartPoint() ); in ImplWrite()
949 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
953 ImplWritePoint( pA->GetEndPoint() ); in ImplWrite()
961 … aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().Y())); in ImplWrite()
962 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in ImplWrite()
963 Impl_handleLineInfoPolyPolygons(pA->GetLineInfo(), aPolygon); in ImplWrite()
973 const MetaRectAction* pA = (const MetaRectAction*) pAction; in ImplWrite() local
979 ImplWriteRect( pA->GetRect() ); in ImplWrite()
989 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pAction; in ImplWrite() local
995 ImplWriteRect( pA->GetRect() ); in ImplWrite()
996 ImplWriteSize( Size( pA->GetHorzRound(), pA->GetVertRound() ) ); in ImplWrite()
1006 const MetaEllipseAction* pA = (const MetaEllipseAction*) pAction; in ImplWrite() local
1012 ImplWriteRect( pA->GetRect() ); in ImplWrite()
1031 const MetaArcAction* pA = (const MetaArcAction*) pAction; in ImplWrite() local
1032 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in ImplWrite()
1038 const MetaPieAction* pA = (const MetaPieAction*) pAction; in ImplWrite() local
1039 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in ImplWrite()
1045 const MetaChordAction* pA = (const MetaChordAction*) pAction; in ImplWrite() local
1046 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWrite()
1064 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pAction; in ImplWrite() local
1065 const Polygon& rPoly = pA->GetPolygon(); in ImplWrite()
1069 if(pA->GetLineInfo().IsDefault()) in ImplWrite()
1076 … Impl_handleLineInfoPolyPolygons(pA->GetLineInfo(), rPoly.getB2DPolygon()); in ImplWrite()
1092 const MetaGradientAction* pA = (const MetaGradientAction*) pAction; in ImplWrite() local
1095 maVDev.AddGradientActions( pA->GetRect(), pA->GetGradient(), aTmpMtf ); in ImplWrite()
1102 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in ImplWrite() local
1105 maVDev.AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in ImplWrite()
1120 const MetaFloatTransparentAction* pA = (const MetaFloatTransparentAction*) pAction; in ImplWrite() local
1122 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in ImplWrite()
1125 const Point aDestPt( pA->GetPoint() ); in ImplWrite()
1126 const Size aDestSize( pA->GetSize() ); in ImplWrite()
1151 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in ImplWrite() local
1152 const GDIMetaFile aSubstitute( pA->GetSubstitute() ); in ImplWrite()
1164 Size aOutSize( maVDev.LogicToLogic( pA->GetSize(), maVDev.GetMapMode(), aMapMode ) ); in ImplWrite()
1167 aMapMode.SetOrigin( maVDev.LogicToLogic( pA->GetPoint(), maVDev.GetMapMode(), aMapMode ) ); in ImplWrite()
1183 const MetaBmpAction* pA = (const MetaBmpAction *) pAction; in ImplWrite() local
1184 …ImplWriteBmpRecord( pA->GetBitmap(), pA->GetPoint(), maVDev.PixelToLogic( pA->GetBitmap().GetSizeP… in ImplWrite()
1190 const MetaBmpScaleAction* pA = (const MetaBmpScaleAction*) pAction; in ImplWrite() local
1191 ImplWriteBmpRecord( pA->GetBitmap(), pA->GetPoint(), pA->GetSize(), WIN_SRCCOPY ); in ImplWrite()
1197 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pAction; in ImplWrite() local
1198 Bitmap aTmp( pA->GetBitmap() ); in ImplWrite()
1200 if( aTmp.Crop( Rectangle( pA->GetSrcPoint(), pA->GetSrcSize() ) ) ) in ImplWrite()
1201 ImplWriteBmpRecord( aTmp, pA->GetDestPoint(), pA->GetDestSize(), WIN_SRCCOPY ); in ImplWrite()
1207 const MetaBmpExAction* pA = (const MetaBmpExAction *) pAction; in ImplWrite() local
1208 Bitmap aBmp( pA->GetBitmapEx().GetBitmap() ); in ImplWrite()
1209 Bitmap aMsk( pA->GetBitmapEx().GetMask() ); in ImplWrite()
1215 …ImplWriteBmpRecord( aMsk, pA->GetPoint(), maVDev.PixelToLogic( aMsk.GetSizePixel() ), WIN_SRCPAINT… in ImplWrite()
1216 …ImplWriteBmpRecord( aBmp, pA->GetPoint(), maVDev.PixelToLogic( aBmp.GetSizePixel() ), WIN_SRCAND ); in ImplWrite()
1219 ImplWriteBmpRecord( aBmp, pA->GetPoint(), aBmp.GetSizePixel(), WIN_SRCCOPY ); in ImplWrite()
1225 const MetaBmpExScaleAction* pA = (const MetaBmpExScaleAction*) pAction; in ImplWrite() local
1226 Bitmap aBmp( pA->GetBitmapEx().GetBitmap() ); in ImplWrite()
1227 Bitmap aMsk( pA->GetBitmapEx().GetMask() ); in ImplWrite()
1233 ImplWriteBmpRecord( aMsk, pA->GetPoint(), pA->GetSize(), WIN_SRCPAINT ); in ImplWrite()
1234 ImplWriteBmpRecord( aBmp, pA->GetPoint(), pA->GetSize(), WIN_SRCAND ); in ImplWrite()
1237 ImplWriteBmpRecord( aBmp, pA->GetPoint(), pA->GetSize(), WIN_SRCCOPY ); in ImplWrite()
1243 const MetaBmpExScalePartAction* pA = (const MetaBmpExScalePartAction*) pAction; in ImplWrite() local
1244 BitmapEx aBmpEx( pA->GetBitmapEx() ); in ImplWrite()
1245 aBmpEx.Crop( Rectangle( pA->GetSrcPoint(), pA->GetSrcSize() ) ); in ImplWrite()
1253 ImplWriteBmpRecord( aMsk, pA->GetDestPoint(), pA->GetDestSize(), WIN_SRCPAINT ); in ImplWrite()
1254 ImplWriteBmpRecord( aBmp, pA->GetDestPoint(), pA->GetDestSize(), WIN_SRCAND ); in ImplWrite()
1257 ImplWriteBmpRecord( aBmp, pA->GetDestPoint(), pA->GetDestSize(), WIN_SRCCOPY ); in ImplWrite()
1263 const MetaTextAction* pA = (const MetaTextAction*) pAction; in ImplWrite() local
1264 const String aText( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in ImplWrite()
1267 ImplWriteTextRecord( pA->GetPoint(), aText, NULL, 0 ); in ImplWrite()
1273 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in ImplWrite() local
1274 const String aText( pA->GetText() ); in ImplWrite()
1277 ImplWriteTextRecord( pA->GetRect().TopLeft(), aText, NULL, 0 ); in ImplWrite()
1283 const MetaTextArrayAction* pA = (const MetaTextArrayAction*) pAction; in ImplWrite() local
1284 const String aText( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in ImplWrite()
1287 ImplWriteTextRecord( pA->GetPoint(), aText, pA->GetDXArray(), 0 ); in ImplWrite()
1293 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pAction; in ImplWrite() local
1294 const String aText( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in ImplWrite()
1297 ImplWriteTextRecord( pA->GetPoint(), aText, NULL, pA->GetWidth() ); in ImplWrite()