Home
last modified time | relevance | path

Searched refs:mrContext (Results 1 – 16 of 16) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx61 mrContext = xContext; in SetPrinterGraphics()
73 if( mrContext ) in SetPrinterGraphics()
91 mrContext = xContext; in SetVirDevGraphics()
134 mrContext = 0; in InvalidateContext()
141 if( mrContext ) in UnsetState()
144 mrContext = 0; in UnsetState()
192 rReleaseContext = mrContext; in CheckContext()
194 mrContext = NULL; in CheckContext()
198 if( !mrContext ) in CheckContext()
207 if( mrContext ) in CheckContext()
[all …]
H A Dsalgdi.cxx266 , mrContext( NULL ) in AquaSalGraphics()
300 else if( mrContext && mbWindow ) in ~AquaSalGraphics()
303 CGContextRelease( mrContext ); in ~AquaSalGraphics()
304 mrContext = NULL; in ~AquaSalGraphics()
702 CGContextBeginPath( mrContext ); in drawLine()
779 CGContextBeginPath( mrContext ); in drawPolyLine()
815 CGContextBeginPath( mrContext ); in drawPolygon()
885 CGContextBeginPath( mrContext ); in drawPolyPolygon()
1463 CGContextSaveGState( mrContext ); in drawEPS()
1585 CGContextBeginPath( mrContext ); in drawAlphaRect()
[all …]
H A Dsalnativewidgets.cxx485 CGContextSaveGState( mrContext ); in drawNativeControl()
546 CGContextFillRect( mrContext, rc ); in drawNativeControl()
718 CGContextSetFillColor( mrContext, aGrey ); in drawNativeControl()
719 CGContextBeginPath( mrContext ); in drawNativeControl()
722 CGContextMoveToPoint( mrContext, x, y ); in drawNativeControl()
724 CGContextAddLineToPoint( mrContext, x, y ); in drawNativeControl()
727 CGContextAddLineToPoint( mrContext, x, y ); in drawNativeControl()
728 CGContextDrawPath( mrContext, kCGPathEOFill ); in drawNativeControl()
1163 CGContextBeginPath( mrContext ); in drawNativeControl()
1164 CGContextAddPath( mrContext, rPath ); in drawNativeControl()
[all …]
H A Dctlayout.cxx250 CGContextSaveGState( rAquaGraphics.mrContext ); in DrawText()
251 CGContextScaleCTM( rAquaGraphics.mrContext, +mfFontScale, -mfFontScale ); in DrawText()
252 CGContextSetShouldAntialias( rAquaGraphics.mrContext, !rAquaGraphics.mbNonAntialiasedText ); in DrawText()
260 CGContextRotateCTM( rAquaGraphics.mrContext, +mfFontRotation ); in DrawText()
266 CGContextSetTextPosition( rAquaGraphics.mrContext, aTextPos.x, aTextPos.y ); in DrawText()
271 const CGRect aInkRect = CTLineGetImageBounds( mpCTLine, rAquaGraphics.mrContext ); in DrawText()
277 CGContextSetFillColor( rAquaGraphics.mrContext, rAquaGraphics.maTextColor.AsArray() ); in DrawText()
280 CTLineDraw( mpCTLine, rAquaGraphics.mrContext ); in DrawText()
283 CGContextRestoreGState( rAquaGraphics.mrContext ); in DrawText()
518 CGRect aMacRect = CTLineGetImageBounds( mpCTLine, rAquaGraphics.mrContext ); in GetBoundRect()
[all …]
H A Dsalprn.cxx96mrContext = CGBitmapContextCreate( maContextMemory.get(), nWidth, nHeight, 8, nWidth * 4, GetSalDa… in AquaSalInfoPrinter()
97 if( mrContext ) in AquaSalInfoPrinter()
98 SetupPrinterGraphics( mrContext ); in AquaSalInfoPrinter()
115 if( mrContext ) in ~AquaSalInfoPrinter()
116 CFRelease( mrContext ); in ~AquaSalInfoPrinter()
623 if( mrContext ) in StartJob()
624 SetupPrinterGraphics( mrContext ); in StartJob()
H A Datslayout.cxx374 CGContextSaveGState( rAquaGraphics.mrContext ); in DrawText()
375 CGContextScaleCTM( rAquaGraphics.mrContext, +mfFontScale, -mfFontScale ); in DrawText()
376 CGContextSetShouldAntialias( rAquaGraphics.mrContext, !rAquaGraphics.mbNonAntialiasedText ); in DrawText()
388 theValues[numcontrols++] = &rAquaGraphics.mrContext; in DrawText()
448 aRect = CGContextConvertRectToDeviceSpace( rAquaGraphics.mrContext, aRect ); in DrawText()
454 CGContextRestoreGState( rAquaGraphics.mrContext ); in DrawText()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx290 mrContext); in createShape()
311 mrContext ); in createShape()
334 mrContext ); in createShape()
347 mrContext ); in createShape()
378 mrContext ); in createShape()
439 mrContext ); in createShape()
447 mrContext ); in createShape()
524 UnoViewVector::const_iterator aIter=(mrContext.mrViewContainer).begin(); in importPolygons()
525 UnoViewVector::const_iterator aEnd=(mrContext.mrViewContainer).end(); in importPolygons()
553 mrContext) ); in importBackgroundShape()
[all …]
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx79 mrContext (rContext), in ChildrenManagerImpl()
378 I->disposeAccessibleObject (mrContext); in RemoveNonVisibleChildren()
453 mrContext.CommitChange ( in CreateAccessibilityObjects()
501 mrContext.CommitChange ( in AddShape()
531 I->disposeAccessibleObject (mrContext); in RemoveShape()
573 mrContext.CommitChange ( in ClearAccessibleShapeList()
696 I->disposeAccessibleObject (mrContext); in disposing()
871 mrContext.CommitChange ( in ReplaceChild()
879 mrContext.CommitChange ( in ReplaceChild()
1079 mrContext.CommitChange(AccessibleEventId::SELECTION_CHANGED_ADD,anyShape,uno::Any()); in UpdateSelection()
[all …]
H A DChildrenManagerImpl.hxx361 AccessibleContextBase& mrContext; member in accessibility::ChildrenManagerImpl
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx84 : mrParent( rParent ), mrContext( rContext ) {} in NodeCreator()
89 createChild( xChildNode, mrContext ); in operator ()()
111 const NodeContext& mrContext; member in slideshow::internal::__anona23445db0111::NodeCreator
129 NodeContext aContext( mrContext ); in operator ()()
/trunk/main/canvas/source/cairo/
H A Dcairo_quartz_cairo.cxx200 CGContextRef mrContext = getCGContext(); in flush() local
202 if (!mrContext) return; in flush()
210 CGImageRef xImage = CGBitmapContextCreateImage(mrContext); in flush()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dlistenermultiplexer.hxx64 ::cppu::OWeakObject& mrContext;
67 ::cppu::OWeakObject& GetContext() { return mrContext; } in GetContext()
75 void SAL_CALL acquire() throw() { mrContext.acquire(); } in acquire()
76 void SAL_CALL release() throw() { mrContext.release(); } in release()
/trunk/main/slideshow/source/inc/
H A Dshapeimporter.hxx141 const SlideShowContext& mrContext; member in slideshow::internal::ShapeImporter
/trunk/main/vcl/inc/aqua/
H A Dsalprn.h57 CGContextRef mrContext; member in AquaSalInfoPrinter
H A Dsalgdi.h153 CGContextRef mrContext; // Quartz drawing context member in AquaSalGraphics
/trunk/main/toolkit/source/helper/
H A Dlistenermultiplexer.cxx34 : ::cppu::OInterfaceContainerHelper( GetMutex() ), mrContext( rSource ) in ListenerMultiplexerBase()

Completed in 106 milliseconds