Home
last modified time | relevance | path

Searched refs:CompositeSourceIn (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsContextTest.cpp94 context.fillRect(FloatRect(99, 13, 10, 90), opaque, CompositeSourceIn); in TEST()
98 context.fillRect(FloatRect(99, 13, 10, 90), alpha, CompositeSourceIn); in TEST()
114 context.fillRect(FloatRect(10, 10, 390, 50), opaque, CompositeSourceIn); in TEST()
384 context.setCompositeOperation(CompositeSourceIn); in TEST()
421 context.setCompositeOperation(CompositeSourceIn); in TEST()
476 context.setCompositeOperation(CompositeSourceIn); in TEST()
571 context.drawImage(alphaImage.get(), IntPoint(20, 10), CompositeSourceIn); in TEST()
577 context.drawImage(opaqueImage.get(), IntPoint(25, 15), CompositeSourceIn); in TEST()
586 context.drawImage(alphaImage.get(), IntPoint(10, 20), CompositeSourceIn); in TEST()
592 context.drawImage(opaqueImage.get(), IntPoint(15, 25), CompositeSourceIn); in TEST()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsTypes.h57 CompositeSourceIn, enumerator
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DSkiaUtils.cpp49 { CompositeSourceIn, SkXfermode::kSrcIn_Mode },
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp208 context->beginLayer(1, CompositeSourceIn, &repaintRect); in applyClippingToContext()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEComposite.cpp304 … filterContext->drawImageBuffer(imageBuffer, destinationPoint, sourceRect, CompositeSourceIn); in applySoftware()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterValidatedProgram.cpp544 case CompositeSourceIn: in compositeFunctionString()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h339 case CompositeSourceIn: in CSSPrimitiveValue()
386 return CompositeSourceIn; in CompositeOperator()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp870 …return op == CompositeSourceIn || op == CompositeSourceOut || op == CompositeDestinationIn || op =… in isFullCanvasCompositeMode()