Searched refs:rGC (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sdext/source/pdfimport/inc/ |
H A D | pdfihelper.hxx | 158 return size_t(rGC.LineColor.Red) in operator ()() 162 ^ size_t(rGC.FillColor.Red) in operator ()() 166 ^ size_t(rGC.LineJoin) in operator ()() 167 ^ size_t(rGC.LineCap) in operator ()() 168 ^ size_t(rGC.BlendMode) in operator ()() 169 ^ size_t(rGC.LineWidth) in operator ()() 170 ^ size_t(rGC.Flatness) in operator ()() 171 ^ size_t(rGC.MiterLimit) in operator ()() 172 ^ rGC.DashArray.size() in operator ()() 173 ^ size_t(rGC.FontId) in operator ()() [all …]
|
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.cxx | 182 GraphicsContext& rGC=getCurrentContext(); in setFont() local 184 aChangedFont.isOutline = ( (rGC.TextRenderMode == 1) || (rGC. TextRenderMode == 2) ); in setFont() 187 rGC.FontId = it->second; in setFont() 192 rGC.FontId = m_nNextFontId; in setFont() 199 GraphicsContext& rGC=getCurrentContext(); in setTextRenderMode() local 200 rGC.TextRenderMode = i_nMode; in setTextRenderMode() 567 const GraphicsContext& rGC( getCurrentContext() ); in setupImage() local 569 basegfx::B2DHomMatrix aTrans( rGC.Transformation ); in setupImage() 616 const sal_Int32 nGCId = getGCId(rGC); in setupImage() 770 m_aGCToId[ rGC ] = m_nNextGCId; in getGCId() [all …]
|
H A D | drawtreevisiting.cxx | 222 const GraphicsContext& rGC = in fillFrameProps() local 224 if( rGC.Transformation.isIdentity() || bWasTransformed ) in fillFrameProps() 234 rGC.Transformation.decompose( aScale, aTranslation, fRotate, fShearX ); in fillFrameProps() 805 const GraphicsContext& rGC = m_rProcessor.getGraphicsContext(elem.GCId ); in visit() local 818 aGCProps[ USTR("svg:stroke-color") ] = getColorString( rGC.LineColor ); in visit() 819 if( rGC.LineWidth != 0.0 ) in visit() 821 ::basegfx::B2DVector aVec(rGC.LineWidth,0); in visit() 822 aVec *= rGC.Transformation; in visit() 839 aGCProps[ USTR("draw:fill-color") ] = getColorString( rGC.FillColor ); in visit() 904 const GraphicsContext& rGC = m_rProcessor.getGraphicsContext( elem.GCId ); in visit() local [all …]
|
H A D | writertreevisiting.cxx | 147 const GraphicsContext& rGC = in fillFrameProps() local 149 if( rGC.Transformation.isIdentity() ) in fillFrameProps() 162 rGC.Transformation.decompose( aScale, aTranslation, fRotate, fShearX ); in fillFrameProps() 845 const GraphicsContext& rGC = m_rProcessor.getGraphicsContext(elem.GCId ); in visit() local 855 aGCProps[ USTR("svg:stroke-color") ] = getColorString( rGC.LineColor ); in visit() 856 if( rGC.LineWidth != 0.0 ) in visit() 858 ::basegfx::B2DVector aVec(rGC.LineWidth,0); in visit() 859 aVec *= rGC.Transformation; in visit() 876 aGCProps[ USTR("draw:fill-color") ] = getColorString( rGC.FillColor ); in visit() 939 const GraphicsContext& rGC = m_rProcessor.getGraphicsContext( elem.GCId ); in visit() local [all …]
|
H A D | pdfiprocessor.hxx | 90 sal_Int32 getGCId( const GraphicsContext& rGC );
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 676 const GC& rGC ) const in ImplDraw() 680 mpDDB->ImplDraw( aDrawable, nDrawableDepth, rTwoRect, rGC ); in ImplDraw() 982 …mplDraw( Drawable aDrawable, long nDrawableDepth, const SalTwoRect& rTwoRect, const GC& rGC ) const in ImplDraw() 987 rTwoRect.mnDestX, rTwoRect.mnDestY, rGC ); in ImplDraw() 996 long nDestX, long nDestY, const GC& rGC ) in ImplDraw() argument 1003 XCopyPlane( pXDisp, aSrcDrawable, aDstDrawable, rGC, in ImplDraw() 1008 XCopyArea( pXDisp, aSrcDrawable, aDstDrawable, rGC, in ImplDraw()
|
H A D | salgdi3.cxx | 1013 GlyphCache& rGC = X11GlyphCache::GetInstance(); in AddTempDevFont() local 1015 rGC.AddFontFile( rFileName, nFaceNum, aInfo.m_nID, aDFA ); in AddTempDevFont() 1018 rGC.AnnounceFonts( pFontList ); in AddTempDevFont() 1029 X11GlyphCache& rGC = X11GlyphCache::GetInstance(); in GetDevFontList() local 1061 rGC.AddFontFile( rFileName, nFaceNum, aInfo.m_nID, aDFA, pExtraKernInfo ); in GetDevFontList() 1065 rGC.AnnounceFonts( pList ); in GetDevFontList()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | salbmp.h | 93 const SalTwoRect& rTwoRect, const GC& rGC ) const; 139 long nDestX, long nDestY, const GC& rGC ); 165 const SalTwoRect& rTwoRect, const GC& rGC ) const;
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svptext.cxx | 284 GlyphCache& rGC = SvpGlyphCache::GetInstance(); in GetDevFontList() local 316 rGC.AddFontFile( rFileName, nFaceNum, aInfo.m_nID, aDFA, pExtraKernInfo ); in GetDevFontList() 320 rGC.AnnounceFonts( pDevFontList ); in GetDevFontList()
|
Completed in 61 milliseconds