Lines Matching refs:aPoly
322 ::basegfx::B2DPolygon aPoly; in createAndInsert()
323 aPoly.insert( 0, ::basegfx::B2DPoint( 0, 0 ) ); in createAndInsert()
324 aPoly.insert( 1, ::basegfx::B2DPoint( maSize.Width ? 1 : 0, maSize.Height ? 1 : 0 ) ); in createAndInsert()
325 aPoly.transform( aTransformation ); in createAndInsert()
328 sal_Int32 i, nNumPoints = aPoly.count(); in createAndInsert()
333 const ::basegfx::B2DPoint aPoint( aPoly.getB2DPoint( i ) ); in createAndInsert()
343 ::basegfx::B2DPolygon aPoly; in createAndInsert()
344 aPoly.insert( 0, ::basegfx::B2DPoint( 0, 0 ) ); in createAndInsert()
345 aPoly.insert( 1, ::basegfx::B2DPoint( maSize.Width ? 1 : 0, maSize.Height ? 1 : 0 ) ); in createAndInsert()
346 aPoly.transform( aTransformation ); in createAndInsert()
348 basegfx::B2DPoint aStartPosition( aPoly.getB2DPoint( 0 ) ); in createAndInsert()
349 basegfx::B2DPoint aEndPosition( aPoly.getB2DPoint( 1 ) ); in createAndInsert()