Skip to content

Instantly share code, notes, and snippets.

=== IN SOURCE =======================================================
---Composite_Clear : ------------------------------------------------
./WebCore/css/CSSPrimitiveValueMappings.h: case CompositeClear:
./WebCore/css/CSSPrimitiveValueMappings.h: return CompositeClear;
./WebCore/css/CSSPrimitiveValueMappings.h: return CompositeClear;
./WebCore/platform/graphics/GraphicsTypes.h: CompositeClear,
./WebCore/platform/graphics/openvg/GraphicsContextOpenVG.cpp: m_data->setCompositeOperation(CompositeClear);
./WebCore/platform/graphics/openvg/PainterOpenVG.cpp: case CompositeClear: {
./WebCore/platform/graphics/openvg/PainterOpenVG.cpp: if (compositeOperation != CompositeClear) {