/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextRunRenderingContext.cpp | 67 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
|
D | SVGInlineFlowBox.cpp | 53 …SVGRenderingContext renderingContext(&renderer(), paintInfo, SVGRenderingContext::SaveGraphicsCont… in paint() local
|
D | RenderSVGContainer.cpp | 133 SVGRenderingContext renderingContext; in paint() local
|
D | RenderSVGForeignObject.cpp | 66 SVGRenderingContext renderingContext; in paint() local
|
D | RenderSVGImage.cpp | 147 SVGRenderingContext renderingContext(this, childPaintInfo, stateSaver.saved() ? in paint() local
|
D | SVGRootInlineBox.cpp | 53 …SVGRenderingContext renderingContext(&renderer(), paintInfo, SVGRenderingContext::SaveGraphicsCont… in paint() local
|
D | RenderSVGRoot.cpp | 266 SVGRenderingContext renderingContext; in paintReplaced() local
|
D | SVGInlineTextBox.cpp | 411 TextRun::RenderingContext* renderingContext = textRun.renderingContext(); in prepareGraphicsContextForTextPainting() local 425 TextRun::RenderingContext* renderingContext = textRun.renderingContext(); in restoreGraphicsContextAfterTextPainting() local
|
D | RenderSVGShape.cpp | 253 SVGRenderingContext renderingContext(this, childPaintInfo); in paint() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContext.cpp | 100 …OwnPtrWillBeRawPtr<WebGLRenderingContext> renderingContext = adoptPtrWillBeNoop(new WebGLRendering… in create() local
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextRun.cpp | 39 RefPtr<TextRun::RenderingContext> renderingContext; member
|
D | TextRun.h | 227 RenderingContext* renderingContext() const { return m_renderingContext.get(); } in renderingContext() function
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLCanvasElement.h | 116 CanvasRenderingContext* renderingContext() const { return m_context.get(); } in renderingContext() function
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | WidthIterator.cpp | 78 if (TextRun::RenderingContext* renderingContext = m_run.renderingContext()) in glyphDataForCharacter() local
|
D | Font.cpp | 200 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/ |
D | SVGFontData.cpp | 177 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) in applySVGGlyphSelection() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | CompositedLayerMapping.cpp | 1306 int renderingContext; member
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.cpp | 511 RenderLayer* renderingContext = 0; in renderingContextRoot() local
|