Lines Matching refs:rState

99                                             const OutDevState&                  rState,  in PolyPolyAction()  argument
109 tools::initRenderState(maState,rState); in PolyPolyAction()
112 maFillColor = rState.fillColor; in PolyPolyAction()
115 maState.DeviceColor = rState.lineColor; in PolyPolyAction()
120 const OutDevState& rState, in PolyPolyAction() argument
131 tools::initRenderState(maState,rState); in PolyPolyAction()
135 maFillColor = rState.fillColor; in PolyPolyAction()
147 maState.DeviceColor = rState.lineColor; in PolyPolyAction()
261 const OutDevState& rState,
289 const OutDevState& rState, in TexturedPolyPolyAction() argument
298 tools::initRenderState(maState,rState); in TexturedPolyPolyAction()
375 const OutDevState& rState,
401 const OutDevState& rState, in StrokedPolyPolyAction() argument
410 tools::initRenderState(maState,rState); in StrokedPolyPolyAction()
411 maState.DeviceColor = rState.lineColor; in StrokedPolyPolyAction()
481 … const OutDevState& rState ) in createPolyPolyAction() argument
483 OSL_ENSURE( rState.isLineColorSet || rState.isFillColorSet, in createPolyPolyAction()
485 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createPolyPolyAction()
486 rState.isFillColorSet, in createPolyPolyAction()
487 rState.isLineColorSet ) ); in createPolyPolyAction()
492 … const OutDevState& rState, in createPolyPolyAction() argument
495 … return ActionSharedPtr( new TexturedPolyPolyAction( rPoly, rCanvas, rState, rTexture ) ); in createPolyPolyAction()
500 … const OutDevState& rState ) in createLinePolyPolyAction() argument
502 OSL_ENSURE( rState.isLineColorSet, in createLinePolyPolyAction()
505 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createLinePolyPolyAction()
507 rState.isLineColorSet ) ); in createLinePolyPolyAction()
512 const OutDevState& rState, in createPolyPolyAction() argument
515 OSL_ENSURE( rState.isLineColorSet, in createPolyPolyAction()
517 … return ActionSharedPtr( new StrokedPolyPolyAction( rPoly, rCanvas, rState, rStrokeAttributes ) ); in createPolyPolyAction()
522 … const OutDevState& rState, in createPolyPolyAction() argument
525 OSL_ENSURE( rState.isLineColorSet || rState.isFillColorSet, in createPolyPolyAction()
527 return ActionSharedPtr( new PolyPolyAction( rPoly, rCanvas, rState, in createPolyPolyAction()
528 rState.isFillColorSet, in createPolyPolyAction()
529 rState.isLineColorSet, in createPolyPolyAction()