Home
last modified time | relevance | path

Searched refs:drawsContent (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/tools/compositor_model_bench/
H A Dforward_render_model.cc23 if (!v->drawsContent()) in BeginVisitCCNode()
30 if (!l->drawsContent()) in BeginVisitContentLayerNode()
H A Drender_tree.h77 bool drawsContent() { in drawsContent() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/tools/compositor_model_bench/
H A Dforward_render_model.cc23 if (!v->drawsContent()) in BeginVisitCCNode()
30 if (!l->drawsContent()) in BeginVisitContentLayerNode()
H A Drender_tree.h77 bool drawsContent() { in drawsContent() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp266 void GraphicsLayerCACF::setDrawsContent(bool drawsContent) in setDrawsContent() argument
268 if (drawsContent == m_drawsContent) in setDrawsContent()
271 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
326 if (drawsContent()) in setNeedsDisplay()
332 if (drawsContent()) { in setNeedsDisplayInRect()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp294 bool drawsContent: 1; member
305 , drawsContent(false) in State()
393 if (!m_layer->drawsContent() || m_size.isEmpty() || !m_size.isValid()) in recache()
397 …const bool requiresTiling = (m_state.drawsContent && m_currentContent.contentType == HTMLContentTy… in recache()
639 if (m_state.drawsContent) { in paint()
783 m_state.drawsContent = false; in flushChanges()
793 else if (!m_state.drawsContent && m_layer->drawsContent()) in flushChanges()
796 setFlag(ItemHasNoContents, !m_layer->drawsContent()); in flushChanges()
856 m_state.drawsContent = m_layer->drawsContent(); in flushChanges()
1152 if (value == drawsContent()) in setDrawsContent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h220 bool drawsContent; member
236 , drawsContent(false) in State()
H A DTextureMapperNode.cpp166 if (m_state.drawsContent || m_currentContent.contentType != HTMLContentType) in setNeedsDisplay()
208 …int descendantsWithContent = (m_state.drawsContent || m_currentContent.contentType != HTMLContentT… in countDescendantsWithContent()
226 …const bool selfHasContent = m_state.drawsContent || (m_currentContent.contentType != HTMLContentTy… in computeLayerType()
491 …if (m_size.isEmpty() || (!m_state.drawsContent && m_currentContent.contentType == HTMLContentType)) in paintSelf()
831 m_state.drawsContent = graphicsLayer->drawsContent(); in syncCompositingStateSelf()
H A DGraphicsLayerTextureMapper.cpp244 if (value == drawsContent()) in setDrawsContent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1040 if (m_graphicsLayer && m_graphicsLayer->drawsContent()) in setContentsNeedDisplay()
1043 if (m_foregroundLayer && m_foregroundLayer->drawsContent()) in setContentsNeedDisplay()
1046 if (m_maskLayer && m_maskLayer->drawsContent()) in setContentsNeedDisplay()
1053 if (m_graphicsLayer && m_graphicsLayer->drawsContent()) { in setContentsNeedDisplayInRect()
1059 if (m_foregroundLayer && m_foregroundLayer->drawsContent()) { in setContentsNeedDisplayInRect()
1065 if (m_maskLayer && m_maskLayer->drawsContent()) { in setContentsNeedDisplayInRect()
1458 if (m_graphicsLayer->drawsContent()) in compositingLayerType()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h256 bool drawsContent() const { return m_drawsContent; } in drawsContent() function
H A DGraphicsLayer.cpp268 if (drawsContent()) { in updateDebugIndicators()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp471 void GraphicsLayerCA::setDrawsContent(bool drawsContent) in setDrawsContent() argument
473 if (drawsContent == m_drawsContent) in setDrawsContent()
476 GraphicsLayer::setDrawsContent(drawsContent); in setDrawsContent()
560 if (!drawsContent()) in setNeedsDisplayInRect()
1965 if (drawsContent()) in updateContentsScale()
H A DGraphicsLayerCA.h144 virtual bool platformCALayerDrawsContent() const { return drawsContent(); } in platformCALayerDrawsContent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/generated/
H A Dprotocol.d.ts5323 drawsContent: boolean; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/node_modules/devtools-protocol/types/
H A Dprotocol.d.ts8009 drawsContent: boolean; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/generated/
H A Dprotocol.d.ts5859 drawsContent: boolean; property
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog21161 (WebCore::ContentLayerChromium::drawsContent):
25061 (WebCore::ContentLayerChromium::drawsContent):
25171 (WebCore::ContentLayerChromium::drawsContent):
32357 (WebCore::CCLayerImpl::drawsContent):
53869 (WebCore::ContentLayerChromium::drawsContent):
53878 (WebCore::ImageLayerChromium::drawsContent):
53889 (WebCore::LayerChromium::drawsContent):
53903 (WebCore::PluginLayerChromium::drawsContent):
53911 (WebCore::VideoLayerChromium::drawsContent):
53914 (WebCore::WebGLLayerChromium::drawsContent):
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/devtools_protocol/
H A Dbrowser_protocol.pdl3635 boolean drawsContent
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/third_party/blink/public/devtools_protocol/
H A Dbrowser_protocol.pdl3564 boolean drawsContent
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/puppeteer/node_modules/devtools-protocol/pdl/
H A Dbrowser_protocol.pdl3920 boolean drawsContent
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/devtools_protocol/
H A Dbrowser_protocol.pdl3965 boolean drawsContent
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/third_party/blink/public/devtools_protocol/
H A Dbrowser_protocol.pdl3965 boolean drawsContent
/dports/www/firefox-esr/firefox-91.8.0/remote/cdp/
H A DProtocol.jsm7228 "name": "drawsContent",
/dports/www/firefox/firefox-99.0/remote/cdp/
H A DProtocol.jsm7228 "name": "drawsContent",

12