Home
last modified time | relevance | path

Searched defs:renderingContext (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextRunRenderingContext.cpp67 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) in renderObjectFromRun() local
74 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) in activePaintingResourceFromRun() local
202 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) { in glyphDataForCharacter() local
DSVGInlineFlowBox.cpp53 …SVGRenderingContext renderingContext(&renderer(), paintInfo, SVGRenderingContext::SaveGraphicsCont… in paint() local
DRenderSVGContainer.cpp133 SVGRenderingContext renderingContext; in paint() local
DRenderSVGForeignObject.cpp66 SVGRenderingContext renderingContext; in paint() local
DRenderSVGImage.cpp147 SVGRenderingContext renderingContext(this, childPaintInfo, stateSaver.saved() ? in paint() local
DSVGRootInlineBox.cpp53 …SVGRenderingContext renderingContext(&renderer(), paintInfo, SVGRenderingContext::SaveGraphicsCont… in paint() local
DRenderSVGRoot.cpp266 SVGRenderingContext renderingContext; in paintReplaced() local
DSVGInlineTextBox.cpp411 TextRun::RenderingContext* renderingContext = textRun.renderingContext(); in prepareGraphicsContextForTextPainting() local
425 TextRun::RenderingContext* renderingContext = textRun.renderingContext(); in restoreGraphicsContextAfterTextPainting() local
DRenderSVGShape.cpp253 SVGRenderingContext renderingContext(this, childPaintInfo); in paint() local
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp100 …OwnPtrWillBeRawPtr<WebGLRenderingContext> renderingContext = adoptPtrWillBeNoop(new WebGLRendering… in create() local
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.cpp39 RefPtr<TextRun::RenderingContext> renderingContext; member
DTextRun.h227 RenderingContext* renderingContext() const { return m_renderingContext.get(); } in renderingContext() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.h116 CanvasRenderingContext* renderingContext() const { return m_context.get(); } in renderingContext() function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthIterator.cpp78 if (TextRun::RenderingContext* renderingContext = m_run.renderingContext()) in glyphDataForCharacter() local
DFont.cpp200 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) in width() local
693 TextRun::RenderingContext* renderingContext = runInfo.run.renderingContext(); in drawGlyphBuffer() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFontData.cpp177 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) in applySVGGlyphSelection() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp1306 int renderingContext; member
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp511 RenderLayer* renderingContext = 0; in renderingContextRoot() local