Lines Matching refs:PS_SPACE

59 #define PS_SPACE			1  macro
178 void ImplWriteF( sal_Int32 nNumb, sal_uLong nCount = 3, sal_uLong nMode = PS_SPACE );
181 void ImplWriteDouble( double, sal_uLong nMode = PS_SPACE );
184 void ImplWriteLong( sal_Int32 nNumb, sal_uLong nMode = PS_SPACE );
187 void ImplWriteByte( sal_uInt8 nNumb, sal_uLong nMode = PS_SPACE );
193 void ImplWriteB1( sal_uInt8 nNumb, sal_uLong nMode = PS_SPACE );
195 inline void ImplWritePoint( const Point&, sal_uInt32 nMode = PS_SPACE );
196 void ImplMoveTo( const Point&, sal_uInt32 nMode = PS_SPACE );
197 void ImplLineTo( const Point&, sal_uInt32 nMode = PS_SPACE );
198 … ImplCurveTo( const Point& rP1, const Point& rP2, const Point& rP3, sal_uInt32 nMode = PS_SPACE );
612 ImplWriteLineColor( PS_SPACE ); in ImplWriteActions()
622 ImplWriteLineColor( PS_SPACE ); in ImplWriteActions()
635 ImplWriteLineColor( PS_SPACE ); in ImplWriteActions()
1290 ImplWriteFillColor( PS_SPACE ); in ImplWriteActions()
1471 ImplWriteLineColor( PS_SPACE ); in ImplRect()
1492 ImplWriteFillColor( PS_SPACE ); in ImplRectFill()
1525 ImplLineTo( rPolygon.GetPoint( i++ ), PS_SPACE | PS_WRAP ); in ImplAddPath()
1569 ImplWriteTextColor( PS_SPACE ); in ImplPolyPoly()
1571 ImplWriteFillColor( PS_SPACE ); in ImplPolyPoly()
1588 ImplWriteLineColor( PS_SPACE ); in ImplPolyPoly()
1602 ImplWriteLineColor( PS_SPACE ); in ImplPolyLine()
1621 ImplLineTo( rPoly.GetPoint( i++ ), PS_SPACE | PS_WRAP ); in ImplPolyLine()
1664 ImplWriteByte( 'l', PS_SPACE | PS_WRAP ); in ImplSetClipRegion()
1788 ImplWriteByte( 'p', PS_SPACE | PS_WRAP ); in ImplBmp()
1908 ImplWriteHexByte( aBitmapColor.GetBlue(), PS_SPACE | PS_WRAP ); in ImplBmp()
2351 if ( nMode & PS_SPACE ) in ImplExecMode()
2387 ImplWriteLine( "lw", PS_SPACE ); in ImplWriteLineInfo()
2392 ImplWriteLong( (sal_Int32)eLineCap, PS_SPACE ); in ImplWriteLineInfo()
2393 ImplWriteLine( "lc", PS_SPACE ); in ImplWriteLineInfo()
2398 ImplWriteLong( (sal_Int32)eJoinType, PS_SPACE ); in ImplWriteLineInfo()
2399 ImplWriteLine( "lj", PS_SPACE ); in ImplWriteLineInfo()
2407 ImplWriteLine( "ml", PS_SPACE ); in ImplWriteLineInfo()
2414 ImplWriteLine( "[", PS_SPACE ); in ImplWriteLineInfo()