Lines Matching refs:maPoly
911 maPoly ( rPoly ) in IMPL_META_ACTION()
920 maPoly ( rPoly ) in MetaPolyLineAction()
929 pOut->DrawPolyLine( maPoly ); in Execute()
931 pOut->DrawPolyLine( maPoly, maLineInfo ); in Execute()
947 maPoly.Move( nHorzMove, nVertMove ); in Move()
954 ImplScalePoly( maPoly, fScaleX, fScaleY ); in Scale()
966 bIsEqual = maPoly.IsEqual(((MetaPolyLineAction&)rMetaAction).maPoly ); in Compare()
978 maPoly.AdaptiveSubdivide( aSimplePoly ); in Write()
983 sal_uInt8 bHasPolyFlags = maPoly.HasFlags(); // Version 3 in Write()
986 maPoly.Write( rOStm ); in Write()
996 rIStm >> maPoly; in Read()
1006 maPoly.Read( rIStm ); in Read()
1018 maPoly ( rPoly ) in IMPL_META_ACTION()
1026 pOut->DrawPolygon( maPoly ); in Execute()
1042 maPoly.Move( nHorzMove, nVertMove ); in Move()
1049 ImplScalePoly( maPoly, fScaleX, fScaleY ); in Scale()
1056 return maPoly.IsEqual(((MetaPolygonAction&)rMetaAction).maPoly ); in Compare()
1066 maPoly.AdaptiveSubdivide( aSimplePoly ); in Write()
1069 sal_uInt8 bHasPolyFlags = maPoly.HasFlags(); // Version 2 in Write()
1072 maPoly.Write( rOStm ); in Write()
1081 rIStm >> maPoly; // Version 1 in Read()
1088 maPoly.Read( rIStm ); in Read()