Lines Matching refs:maRect

487 	maRect		( rRect )  in IMPL_META_ACTION()
495 pOut->DrawRect( maRect ); in Execute()
511 maRect.Move( nHorzMove, nVertMove ); in Move()
518 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
525 return maRect == ((MetaRectAction&)rMetaAction).maRect; in Compare()
533 rOStm << maRect; in Write()
541 rIStm >> maRect; in Read()
553 maRect ( rRect ), in IMPL_META_ACTION()
563 pOut->DrawRect( maRect, mnHorzRound, mnVertRound ); in Execute()
579 maRect.Move( nHorzMove, nVertMove ); in Move()
586 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
595 return ( maRect == ((MetaRoundRectAction&)rMetaAction).maRect ) && in Compare()
605 rOStm << maRect << mnHorzRound << mnVertRound; in Write()
613 rIStm >> maRect >> mnHorzRound >> mnVertRound; in Read()
624 maRect ( rRect ) in IMPL_META_ACTION()
632 pOut->DrawEllipse( maRect ); in Execute()
648 maRect.Move( nHorzMove, nVertMove ); in Move()
655 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
662 return maRect == ((MetaEllipseAction&)rMetaAction).maRect; in Compare()
670 rOStm << maRect; in Write()
678 rIStm >> maRect; in Read()
690 maRect ( rRect ), in IMPL_META_ACTION()
700 pOut->DrawArc( maRect, maStartPt, maEndPt ); in Execute()
716 maRect.Move( nHorzMove, nVertMove ); in Move()
725 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
734 return ( maRect == ((MetaArcAction&)rMetaAction).maRect ) && in Compare()
744 rOStm << maRect << maStartPt << maEndPt; in Write()
752 rIStm >> maRect >> maStartPt >> maEndPt; in Read()
764 maRect ( rRect ), in IMPL_META_ACTION()
774 pOut->DrawPie( maRect, maStartPt, maEndPt ); in Execute()
790 maRect.Move( nHorzMove, nVertMove ); in Move()
799 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
808 return ( maRect == ((MetaPieAction&)rMetaAction).maRect ) && in Compare()
818 rOStm << maRect << maStartPt << maEndPt; in Write()
826 rIStm >> maRect >> maStartPt >> maEndPt; in Read()
838 maRect ( rRect ), in IMPL_META_ACTION()
848 pOut->DrawChord( maRect, maStartPt, maEndPt ); in Execute()
864 maRect.Move( nHorzMove, nVertMove ); in Move()
873 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
882 return ( maRect == ((MetaChordAction&)rMetaAction).maRect ) && in Compare()
892 rOStm << maRect << maStartPt << maEndPt; in Write()
900 rIStm >> maRect >> maStartPt >> maEndPt; in Read()
1599 maRect ( rRect ), in IMPL_META_ACTION()
1609 pOut->DrawText( maRect, maStr, mnStyle ); in Execute()
1625 maRect.Move( nHorzMove, nVertMove ); in Move()
1632 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
1639 return ( maRect == ((MetaTextRectAction&)rMetaAction).maRect ) && in Compare()
1649 rOStm << maRect; in Write()
1667 rIStm >> maRect; in Read()
2494 maRect ( rRect ), in IMPL_META_ACTION()
2503 pOut->DrawGradient( maRect, maGradient ); in Execute()
2519 maRect.Move( nHorzMove, nVertMove ); in Move()
2526 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
2533 return ( maRect == ((MetaGradientAction&)rMetaAction).maRect ) && in Compare()
2542 rOStm << maRect << maGradient; in Write()
2550 rIStm >> maRect >> maGradient; in Read()
2723 maRect ( rRect ), in IMPL_META_ACTION()
2732 pOut->DrawWallpaper( maRect, maWallpaper ); in Execute()
2748 maRect.Move( nHorzMove, nVertMove ); in Move()
2755 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
2762 return ( maRect == ((MetaWallpaperAction&)rMetaAction).maRect ) && in Compare()
2860 maRect ( rRect ) in IMPL_META_ACTION()
2868 pOut->IntersectClipRegion( maRect ); in Execute()
2884 maRect.Move( nHorzMove, nVertMove ); in Move()
2891 ImplScaleRect( maRect, fScaleX, fScaleY ); in Scale()
2898 return maRect == ((MetaISectRectClipRegionAction&)rMetaAction).maRect; in Compare()
2906 rOStm << maRect; in Write()
2914 rIStm >> maRect; in Read()