/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | polypolyaction.cxx | 73 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 83 using Action::render; 205 bool PolyPolyAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() function in cppcanvas::internal::__anon239b15e10111::PolyPolyAction 217 return CachedPrimitiveBase::render( rTransformation ); in render() 264 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 274 using Action::render; 332 return CachedPrimitiveBase::render( rTransformation ); in render() 378 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 388 using Action::render; 430 bool StrokedPolyPolyAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() function in cppcanvas::internal::__anon239b15e10111::StrokedPolyPolyAction [all …]
|
H A D | textaction.cxx | 644 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 723 bool TextAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() function in cppcanvas::internal::__anon86f6ae9e0111::TextAction 733 return render( rTransformation ); in render() 812 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 971 return render( rTransformation ); in render() 1044 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 1248 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 1586 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 1861 bool OutlineAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() function in cppcanvas::internal::__anon86f6ae9e0111::OutlineAction 1872 return render( rTransformation ); in render() [all …]
|
H A D | bitmapaction.cxx | 70 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 80 using Action::render; 81 … virtual bool render( uno::Reference< rendering::XCachedPrimitive >& rCachedPrimitive, 150 … bool BitmapAction::render( uno::Reference< rendering::XCachedPrimitive >& rCachedPrimitive, in render() function in cppcanvas::internal::__anon2ac8f4b60111::BitmapAction 166 bool BitmapAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() function in cppcanvas::internal::__anon2ac8f4b60111::BitmapAction 175 return CachedPrimitiveBase::render( rTransformation ); in render()
|
H A D | lineaction.cxx | 64 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const; 65 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 94 bool LineAction::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render() function in cppcanvas::internal::__anon3080c3010111::LineAction 110 bool LineAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() function in cppcanvas::internal::__anon3080c3010111::LineAction 119 return render( rTransformation ); in render()
|
H A D | pointaction.cxx | 65 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const; 66 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 110 bool PointAction::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render() function in cppcanvas::internal::__anonde28b6630111::PointAction 125 bool PointAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() function in cppcanvas::internal::__anonde28b6630111::PointAction 134 return render( rTransformation ); in render()
|
H A D | transparencygroupaction.cxx | 138 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const; 139 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation, 254 bool TransparencyGroupAction::render( const ::basegfx::B2DHomMatrix& rTransformation, in render() function in cppcanvas::internal::__anonb5d87f200111::TransparencyGroupAction 506 … bool TransparencyGroupAction::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render() function in cppcanvas::internal::__anonb5d87f200111::TransparencyGroupAction 513 return render( rTransformation, aSubset ); in render()
|
H A D | cachedprimitivebase.hxx | 72 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const; 75 using Action::render; 78 virtual bool render( ::com::sun::star::uno::Reference<
|
H A D | cachedprimitivebase.cxx | 54 bool CachedPrimitiveBase::render( const ::basegfx::B2DHomMatrix& rTransformation ) const in render() function in cppcanvas::internal::CachedPrimitiveBase 85 return render( mxCachedPrimitive, in render()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | RenderState.idl | 38 <type>XCanvas</type> render operation.<p> 40 This structure contains information considered as the render 41 state, i.e. the common setup required to render each individual 48 /** The affine transform associated with this render 60 /** The clipping area associated with this render operation.<p> 63 i.e. subject to the render state transform followed by the 79 /** The device color associated with this render operation.<p> 91 /** The composition mode associated with this render
|
H A D | XBitmapCanvas.idl | 67 permitted to overlap. If the source view or render state has a 71 render state is ignored, the compositing mode only for the 72 source render state.<p> 80 is subject to both view and render transformation, before 92 The render state to apply to the source of this copy 93 operation. The render transformation must be non-singular, and 99 is subject to both view and render transformation, before 112 The render state to apply to the destination of this copy 113 operation. The render transformation must be non-singular, and
|
H A D | XAnimatedSprite.idl | 61 full [0,1] range of the <member>XAnimation::render</member>'s 75 range of the <member>XAnimation::render</member>'s t 106 /** Issue an additional render call to this sprite's 123 <member>XAnimation::render()</member> method, or when drawing 134 <member>XAnimation::render()</member> method, or when drawing 158 transformed by the view and render state. 166 New render state of the sprite, and part of the transformation 167 that is applied to aNewPos. The render transformation matrix
|
H A D | XAnimation.idl | 54 is used by the <type>XCanvas</type> interface to render generic 67 render method has const semantics, i.e. when called with the 69 is because e.g. a Sprite might decide arbitrarily to render an 71 XAnimation::render everytime.<p> 84 The target canvas to render this animation to. 100 void render( [in] XCanvas canvas, [in] ViewState viewState, [in] double t )
|
H A D | XCanvas.idl | 103 because internally, view, render and other states have to be 141 each render call. It is therefore recommended to create such 261 The poly-polygon to render. 295 The poly-polygon to render. 339 The poly-polygon to render. 383 The poly-polygon to render. 413 The poly-polygon to render. 439 The poly-polygon to render. 475 The poly-polygon to render. 658 The bitmap to render. [all …]
|
H A D | XBufferController.idl | 76 error occurs. If the switch was successful, subsequent render 85 canvas itself changed (e.g. because of render operations, or 102 occurs. If the switch was successful, subsequent render 106 for display here might become the current render target 111 Use this method if you favor maximal render speed, but don't 118 canvas itself changed (e.g. because of render operations, or
|
H A D | XSimpleCanvas.idl | 162 Text to render. The text color is the current pen color. 185 Bitmap to render 267 /** Retrieve render state.<p> 274 @return the render state, that would generate matching output,
|
H A D | FontRequest.idl | 77 For distorted fonts, the render transformation must be 79 pixel only if the combined render transformation during text 103 /** The locale this font should be able to render.<p>
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | ListModelBinder.java | 48 public String render(Object item) 114 return renderer.render(item); in getItemString() 174 public String render(Object item); in render() method 187 … xlist.addItem((renderer != null ? renderer.render(items[i]) : items[i].toString()), i); in fillList() 202 … xComboBox.addItem((renderer != null ? renderer.render(items[i]) : items[i].toString()), i); in fillComboBox()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | backgroundshape.cxx | 115 virtual bool render() const; 201 maViewShapes.back()->render( mpMtf ); in addViewLayer() 274 return render(); in update() 277 bool BackgroundShape::render() const in render() function in slideshow::internal::BackgroundShape 295 ::boost::bind( &ViewBackgroundShape::render, in render()
|
H A D | externalshapebase.cxx | 174 return render(); in update() 179 bool ExternalShapeBase::render() const in render() function in slideshow::internal::ExternalShapeBase
|
H A D | appletshape.cxx | 185 maViewAppletShapes.back()->render( getBounds() ); in addViewLayer() 244 ::boost::mem_fn( &ViewAppletShape::render ), in implRender()
|
H A D | mediashape.cxx | 157 maViewMediaShapes.back()->render( getBounds() ); in addViewLayer() 210 ::boost::mem_fn( &ViewMediaShape::render ), in implRender()
|
/aoo4110/main/offapi/com/sun/star/view/ |
H A D | RenderOptions.idl | 55 It is evaluated in the ::render function and indicates that the 68 has been introduced. It is evaluated in the ::render function and 80 to be passed to the ::render function, in order to calculate to 93 to be passed to the ::render function, in order to calculate to
|
/aoo4110/main/cppcanvas/source/inc/ |
H A D | action.hxx | 98 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const = 0; 114 virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation,
|
/aoo4110/main/offapi/com/sun/star/graphic/ |
H A D | XGraphicRenderer.idl | 33 /** This interfaces exposes just one method to render 45 void render( [in] ::com::sun::star::graphic::XGraphic Graphic );
|
H A D | GraphicRendererVCL.idl | 35 to render a graphic container of <type>XGraphic</type> type 37 <p>To render a <type>XGraphic</type> container, just create an
|