Searched refs:filterPainter (Results 1 – 1 of 1) sorted by relevance
2022 FilterEffectRendererHelper filterPainter(filterRenderer() && paintsWithFilters()); in paintLayerContents() local2023 if (filterPainter.haveFilterEffect() && !context->paintingDisabled()) { in paintLayerContents()2032 …if (filterPainter.prepareFilterEffect(this, rootRelativeBounds, paintingInfo.paintDirtyRect, filte… in paintLayerContents()2040 context = filterPainter.beginFilterEffect(context); in paintLayerContents()2043 if (filterPainter.hasStartedFilterEffect()) { in paintLayerContents()2044 localPaintingInfo.paintDirtyRect = filterPainter.repaintRect(); in paintLayerContents()2053 if (filterPainter.hasStartedFilterEffect() && haveTransparency) { in paintLayerContents()2118 if (filterPainter.hasStartedFilterEffect()) { in paintLayerContents()2123 context = filterPainter.applyFilterEffect(); in paintLayerContents()