Home
last modified time | relevance | path

Searched refs:aCGColorSpace (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Dsalvd.cxx180 const CGColorSpaceRef aCGColorSpace = GetSalData()->mxGraySpace; in SetSize() local
186 mnBitmapDepth, nBytesPerRow, aCGColorSpace, aCGBmpInfo ); in SetSize()
217 const CGColorSpaceRef aCGColorSpace = GetSalData()->mxRGBSpace; in SetSize() local
223 … 8, nBytesPerRow, aCGColorSpace, aCGBmpInfo ); in SetSize()
H A Dsalgdiutils.cxx112 const CGColorSpaceRef aCGColorSpace = GetSalData()->mxRGBSpace; in SetVirDevGraphics() local
113 CGContextSetFillColorSpace( mrContext, aCGColorSpace ); in SetVirDevGraphics()
114 CGContextSetStrokeColorSpace( mrContext, aCGColorSpace ); in SetVirDevGraphics()
H A Dsalgdi.cxx1322 CGColorSpaceRef aCGColorSpace = GetSalData()->mxRGBSpace; in getPixel() local
1333 1, 1, 8, sizeof(aPixel), aCGColorSpace, aCGBmpInfo ); in getPixel()
2455 CGColorSpaceRef aCGColorSpace = GetSalData()->mxRGBSpace; in SetTarget() local
2464 aCGColorSpace = GetSalData()->mxGraySpace; in SetTarget()
2475 aCGColorSpace, aCGBmpInfo ); in SetTarget()
2489 aCGColorSpace, aCGBmpInfo ); in SetTarget()
2493 CGContextSetFillColorSpace( mxMaskContext, aCGColorSpace ); in SetTarget()
2494 CGContextSetStrokeColorSpace( mxMaskContext, aCGColorSpace ); in SetTarget()
2499 if( aCGColorSpace == GetSalData()->mxGraySpace ) in SetTarget()
H A Dsalbmp.cxx189 CGColorSpaceRef aCGColorSpace = GetSalData()->mxRGBSpace; in CreateContext() local
204 aCGColorSpace = GetSalData()->mxGraySpace; in CreateContext()
231 bitsPerComponent, nContextBytesPerRow, aCGColorSpace, aCGBmpInfo ); in CreateContext()

Completed in 45 milliseconds