Searched refs:colorSpace (Results 76 - 100 of 104) sorted by relevance

12345

/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreSystemInterface.h277 extern CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGColorSpaceRef colorSpace);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFilterEffectRenderer.cpp440 destinationContext->drawImageBuffer(filter->output(), m_renderLayer->renderer().style().colorSpace(),
H A DRenderWidget.cpp294 paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor(), style().colorSpace());
H A DRenderThemeIOS.mm665 paintInfo.context->fillRect(buttonClip, style.visitedDependentColor(CSSPropertyBorderTopColor), style.colorSpace());
876 ColorSpace colorSpace = renderer.style().colorSpace();
877 context->setFillColor(Color(255, 255, 255), colorSpace);
H A DRenderObject.cpp776 graphicsContext->setStrokeColor(color, style.colorSpace());
806 graphicsContext->setFillColor(color, style.colorSpace());
958 graphicsContext->setFillColor(color, style.colorSpace());
1086 graphicsContext->setFillColor(outlineColor, styleToUse.colorSpace());
H A DRenderReplaced.cpp192 paintInfo.context->fillRect(pixelSnappedIntRect(selectionPaintingRect), selectionBackgroundColor(), style().colorSpace());
H A DRenderThemeMac.mm1293 paintInfo.context->setFillColor(renderer.style().visitedDependentColor(CSSPropertyColor), renderer.style().colorSpace());
1898 context->drawImage(snapshot, plugInRenderer->style().colorSpace(), alignedPluginRect, CompositeSourceOver);
H A DRenderView.cpp592 paintInfo.context->fillRect(paintInfo.rect, backgroundColor, style().colorSpace());
H A DRootInlineBox.cpp484 paintInfo->context->fillRect(gapRect, box->parent()->renderer().selectionBackgroundColor(), box->parent()->renderer().style().colorSpace());
H A DRenderBlock.cpp2068 paintInfo->context->fillRect(pixelSnappedForPainting(gapRect, document().deviceScaleFactor()), selectionBackgroundColor(), style().colorSpace());
2085 paintInfo->context->fillRect(pixelSnappedForPainting(gapRect, document().deviceScaleFactor()), selObj->selectionBackgroundColor(), selObj->style().colorSpace());
2102 paintInfo->context->fillRect(pixelSnappedForPainting(gapRect, document().deviceScaleFactor()), selObj->selectionBackgroundColor(), selObj->style().colorSpace());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPageProxyMac.mm463 ColorSpaceData WebPageProxy::colorSpace()
465 return m_pageClient.colorSpace();
H A DPageClientImpl.mm270 ColorSpaceData PageClientImpl::colorSpace()
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageBufferCG.cpp291 ColorSpace colorSpace = (destContext == m_context) ? ColorSpaceDeviceRGB : styleColorSpace; local
301 destContext->drawNativeImage(image.get(), m_data.m_backingStoreSize, colorSpace, destRect, adjustedSrcRect, 1, op, blendMode);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm515 RetainPtr<CGColorSpaceRef> colorSpace = adoptCF(CGColorSpaceCreateDeviceRGB());
516 RetainPtr<CGImageRef> image = adoptCF(CGImageCreate(width, height, 8, 32, width * 4, colorSpace.get(), kCGImageAlphaFirst, dataProvider.get(), 0, false, kCGRenderingIntentDefault));
538 RetainPtr<CGColorSpaceRef> colorSpace = adoptCF(CGColorSpaceCreateDeviceRGB());
539 RetainPtr<CGImageRef> image = adoptCF(CGImageCreate(width, height, 8, 32, width * 4, colorSpace.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host, dataProvider.get(), 0, false, kCGRenderingIntentDefault));
/macosx-10.10/WebCore-7600.1.25/editing/
H A DFrameSelection.cpp1510 ColorSpace colorSpace = ColorSpaceDeviceRGB; local
1515 colorSpace = element->renderer()->style().colorSpace();
1518 context->fillRect(caret, caretColor, colorSpace);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp860 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace) argument
986 void GraphicsContext::setPlatformFillColor(const Color& col, ColorSpace colorSpace) argument
991 void GraphicsContext::setPlatformStrokeColor(const Color& col, ColorSpace colorSpace) argument
1157 void GraphicsContext::fillRoundedRect(const FloatRoundedRect& rect, const Color& c, ColorSpace colorSpace) argument
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImageMasking.py314 colorSpace = Utilities.getTheCalibratedRGBColorSpace()
315 CGContextSetFillColorSpace(context, colorSpace);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImageMasking.py314 colorSpace = Utilities.getTheCalibratedRGBColorSpace()
315 CGContextSetFillColorSpace(context, colorSpace);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DImageMasking.py314 colorSpace = Utilities.getTheCalibratedRGBColorSpace()
315 CGContextSetFillColorSpace(context, colorSpace);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm1353 context->setStrokeColor(color, styleToUse->colorSpace());
1356 context->setFillColor(color, styleToUse->colorSpace());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm2647 NSColorSpace *colorSpace = [[self window] colorSpace];
2648 if ([colorSpace isEqualTo:_data->_colorSpace.get()])
2815 _data->_colorSpace = [[self window] colorSpace];
2817 _data->_colorSpace = [[NSScreen mainScreen] colorSpace];
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DGraphicsLayerCA.cpp887 CGColorSpaceRef colorSpace = CGImageGetColorSpace(m_pendingContentsImage.get()); local
890 if (colorSpace && CFEqual(colorSpace, deviceRGB)) {
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.h889 ColorSpace colorSpace() const { return static_cast<ColorSpace>(rareInheritedData->colorSpace); }
1438 void setColorSpace(ColorSpace space) { SET_VAR(rareInheritedData, colorSpace, space); }
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h639 ColorSpaceData colorSpace();
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLOperator.cpp1871 info.context->setFillColor(style().visitedDependentColor(CSSPropertyColor), style().colorSpace());

Completed in 495 milliseconds

12345