Home
last modified time | relevance | path

Searched refs:maPoly (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx427 Polygon maPoly; member in MetaPolyLineAction
440 const Polygon& GetPolygon() const { return maPoly; } in GetPolygon()
452 Polygon maPoly; member in MetaPolygonAction
464 const Polygon& GetPolygon() const { return maPoly; } in GetPolygon()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx340 Polygon maPoly; member in ImplChain
363 const Polygon& ImplGetPoly() { return maPoly; } in ImplGetPoly()
402 maPoly = Polygon(); in ImplBeginAdd()
658 maPoly.SetSize( 0 ); in ImplEndAdd()
719 aNewArr2.ImplCreatePoly( maPoly ); in ImplPostProcess()
H A Dmetaact.cxx911 maPoly ( rPoly ) in IMPL_META_ACTION()
920 maPoly ( rPoly ) in MetaPolyLineAction()
966 bIsEqual = maPoly.IsEqual(((MetaPolyLineAction&)rMetaAction).maPoly ); in Compare()
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()
1056 return maPoly.IsEqual(((MetaPolygonAction&)rMetaAction).maPoly ); in Compare()
1072 maPoly.Write( rOStm ); in Write()
[all …]

Completed in 48 milliseconds