Lines Matching refs:XPolyPolygon2D
116 virtual void SAL_CALL clip (const Reference<rendering::XPolyPolygon2D>& rClip)
331 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, in drawPolyPolygon()
345 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, in strokePolyPolygon()
361 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, in strokeTexturedPolyPolygon()
380 const css::uno::Reference<css::rendering::XPolyPolygon2D >& xPolyPolygon, in strokeTextureMappedPolyPolygon()
403 css::uno::Reference<css::rendering::XPolyPolygon2D> SAL_CALL
405 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon, in queryStrokeShapes()
421 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon, in fillPolyPolygon()
437 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon, in fillTexturedPolyPolygon()
455 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, in fillTextureMappedPolyPolygon()
990 Reference<rendering::XPolyPolygon2D> PresenterCanvas::UpdateSpriteClip ( in UpdateSpriteClip()
991 const Reference<rendering::XPolyPolygon2D>& rxOriginalClip, in UpdateSpriteClip()
1015 Reference<rendering::XPolyPolygon2D> xPolygon; in UpdateSpriteClip()
1045 xPolygon = Reference<rendering::XPolyPolygon2D>(xLinePolygon, UNO_QUERY); in UpdateSpriteClip()
1153 void SAL_CALL PresenterCustomSprite::clip (const Reference<rendering::XPolyPolygon2D>& rxClip) in clip()