Home
last modified time | relevance | path

Searched refs:CompositeDestinationIn (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsTypes.h44 CompositeDestinationIn, enumerator
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaUtils.cpp62 { CompositeDestinationIn, SkXfermode::kDstIn_Mode },
98 { CompositeDestinationIn, SkXfermode::kDstIn_Mode },
/external/webkit/Source/WebCore/platform/graphics/cairo/
DCairoUtilities.cpp100 case CompositeDestinationIn: in toCairoOperator()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.cpp310 case CompositeDestinationIn: in applyCompositeOperator()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h118 case CompositeDestinationIn: in CSSPrimitiveValue()
160 return CompositeDestinationIn; in CompositeOperator()
/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.cpp1199 compositeOp = CompositeDestinationIn; in paintMask()
1201 paintInfo.context->setCompositeOperation(CompositeDestinationIn); in paintMask()
DRenderBox.cpp927 compositeOp = CompositeDestinationIn; in paintMaskImages()
929 paintInfo.context->setCompositeOperation(CompositeDestinationIn); in paintMaskImages()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp267 case CompositeDestinationIn: in applyBlending()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp1489 case CompositeDestinationIn: in setPlatformCompositeOperation()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp87 case CompositeDestinationIn: in toQtCompositionMode()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2969724 mode rather than CompositeDestinationIn, so InlineFlowBox and RenderBox now consult