Lines Matching refs:in

8  * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
92 Some notes are in order to explain the concepts used here. The
94 i.e. it can be used safely and without external synchronization in
98 <type>RenderState</type> in a unified fashion, supplemented by a
110 are organized in a hierarchical way: the classic example are
136 encapsulated in own interfaces, e.g. polygons and bitmaps. You
137 can, in principle, roll your own implementations of these
159 /** Draw a point in device resolution on the device.
174 …void drawPoint( [in] ::com::sun::star::geometry::RealPoint2D aPoint, [in] ViewState aViewState,…
179 /** Draw a line in device resolution width (i.e. one device pixel
198 …ne( [in] ::com::sun::star::geometry::RealPoint2D aStartPoint, [in] ::com::sun::star::geometry::Rea…
203 /** Draw a cubic bezier curve in device resolution width (i.e. one
222in] ::com::sun::star::geometry::RealBezierSegment2D aBezierSegment, [in] ::com::sun::star::geometr…
227 /** Draw a poly-polygon in device resolution line width (i.e. the
245 …XCachedPrimitive drawPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in
254 atomic operation in relation to the <type>RenderState</type>'s
278 …rimitive strokePolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] Rend…
288 atomic operation in relation to the <type>RenderState</type>'s
320 …lyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderSt…
332 atomic operation in relation to the <type>RenderState</type>'s
368in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderState, [in] se…
401 … queryStrokeShapes( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] Rend…
427 …XCachedPrimitive fillPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in
461 …ve fillTexturedPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] Rend…
501 …lyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderSt…
548 …Font createFont( [in] FontRequest aFontRequest, [in] sequence< ::com::sun::star::beans::Propert…
572 …sequence< FontInfo > queryAvailableFonts( [in] FontInfo aFilter, [in] sequence< ::com::sun::star::…
611 …rimitive drawText( [in] StringContext aText, [in] XCanvasFont xFont, [in] ViewState aViewState, [
621 baseline, the baseline of the first strong character in
622 logical order is used here (strong in this context means that
643 …XCachedPrimitive drawTextLayout( [in] XTextLayout xLayoutetText, [in] ViewState aViewState, [in] …
676 …XCachedPrimitive drawBitmap( [in] XBitmap xBitmap, [in] ViewState aViewState, [in] RenderState aR…
688 the device color values as specified in the render state.<p>
698 color entry in the renderstate is multiplied with every pixel
715 …XCachedPrimitive drawBitmapModulated( [in] XBitmap xBitmap, [in] ViewState aViewState, [in] Rende…