Searched defs:colorSpace (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DGraphicsContextCG.h39 static inline CGColorSpaceRef cachedCGColorSpace(ColorSpace colorSpace) argument
H A DColorCG.cpp110 static CGColorRef leakCGColor(const Color& color, ColorSpace colorSpace) argument
156 CGColorRef cachedCGColor(const Color& color, ColorSpace colorSpace) argument
H A DImageCG.cpp48 RetainPtr<CGImageRef> Image::imageWithColorSpace(CGImageRef originalImage, ColorSpace colorSpace) argument
H A DIOSurfacePool.cpp68 static bool surfaceMatchesParameters(IOSurface& surface, const IntSize& requestedSize, ColorSpace colorSpace) argument
110 PassRefPtr<IOSurface> IOSurfacePool::takeSurface(IntSize size, ColorSpace colorSpace) argument
H A DImageBufferCG.cpp291 ColorSpace colorSpace = (destContext == m_context) ? ColorSpaceDeviceRGB : styleColorSpace; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cocoa/
H A DIOSurface.h73 ColorSpace colorSpace() const { return m_colorSpace; } function in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DTextPaintStyle.h44 ColorSpace colorSpace; member in struct:WebCore::TextPaintStyle
H A DTextPaintStyle.cpp39 TextPaintStyle::TextPaintStyle(ColorSpace colorSpace) argument
48 TextPaintStyle::TextPaintStyle(Color color, ColorSpace colorSpace) argument
[all...]
H A DRenderFrameSet.cpp94 ColorSpace colorSpace = style().colorSpace(); local
100 context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor(), colorSpace); local
114 ColorSpace colorSpace = style().colorSpace(); local
120 context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor(), colorSpace); local
121 context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), borderEndEdgeColor(), colorSpace); local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGResourceSolidColor.cpp47 ColorSpace colorSpace = style.colorSpace(); local
H A DRenderSVGResourceMasker.cpp76 ColorSpace colorSpace = svgStyle.colorInterpolation() == CI_LINEARRGB ? ColorSpaceLinearRGB : ColorSpaceDeviceRGB; local
92 bool RenderSVGResourceMasker::drawContentIntoMaskImage(MaskerData* maskerData, ColorSpace colorSpace, RenderObject* object) argument
H A DSVGRenderingContext.cpp249 bool SVGRenderingContext::createImageBuffer(const FloatRect& targetRect, const AffineTransform& absoluteTransform, std::unique_ptr<ImageBuffer>& imageBuffer, ColorSpace colorSpace, RenderingMode renderingMode) argument
273 bool SVGRenderingContext::createImageBufferForPattern(const FloatRect& absoluteTargetRect, const FloatRect& clampedAbsoluteTargetRect, std::unique_ptr<ImageBuffer>& imageBuffer, ColorSpace colorSpace, RenderingMode renderingMode) argument
/macosx-10.10/WebCore-7600.1.25/svg/graphics/
H A DSVGImageForContainer.cpp38 draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace colorSpace, CompositeOperator compositeOp, BlendMode blendMode, ImageOrientationDescription) argument
44 drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace colorSpace, CompositeOperator compositeOp, const FloatRect& dstRect, BlendMode blendMode) argument
H A DSVGImage.cpp135 drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace colorSpace, CompositeOperator compositeOp, BlendMode blendMode) argument
182 drawPatternForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, const FloatRect& srcRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace colorSpace, CompositeOperator compositeOp, const FloatRect& dstRect, BlendMode blendMode) argument
/macosx-10.10/IOGraphics-485/tools/
H A Dimg.c34 CGColorSpaceRef colorSpace; local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImageBuffer.cpp114 std::unique_ptr<ImageBuffer> ImageBuffer::createCompatibleBuffer(const FloatSize& size, float resolutionScale, ColorSpace colorSpace, const GraphicsContext* context, bool) argument
/macosx-10.10/WebKit2-7600.1.25/Shared/cg/
H A DShareableBitmapCG.cpp51 RetainPtr<CGColorSpaceRef> colorSpace = adoptCF(CGColorSpaceCreateDeviceRGB()); local
93 RetainPtr<CGColorSpaceRef> colorSpace = adoptCF(CGColorSpaceCreateDeviceRGB()); local
/macosx-10.10/bless-103/test/
H A Dtestcgtext.c74 CGColorSpaceRef colorSpace = NULL; local
135 CGColorSpaceRef colorSpace = NULL; local
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebPageCreationParameters.cpp73 encoder << colorSpace; local
H A DWebPageCreationParameters.h116 ColorSpaceData colorSpace; member in struct:WebKit::WebPageCreationParameters
/macosx-10.10/bless-103/libbless/Misc/
H A DBLGenerateOFLabel.c238 CGColorSpaceRef colorSpace = NULL; local
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXColor.c455 NSColorSpace *colorSpace = [[NSColorSpace alloc] local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFilterEffect.h158 virtual void setOperatingColorSpace(ColorSpace colorSpace) { m_operatingColorSpace = colorSpace; } argument
160 virtual void setResultColorSpace(ColorSpace colorSpace) { m_resultColorSpace = colorSpace; } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DImageBufferWinCE.cpp73 ImageBuffer::ImageBuffer(const IntSize& size, float resolutionScale, ColorSpace colorSpace, RenderingMode, bool& success) argument
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp63 inline bool turboSwizzled(J_COLOR_SPACE colorSpace) { return colorSpace == JCS_EXT_RGBA || colorSpace == JCS_EXT_BGRA; } argument
64 inline bool colorSpaceHasAlpha(J_COLOR_SPACE colorSpace) { return turboSwizzled(colorSpace); } argument
[all...]

Completed in 289 milliseconds

12