/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGTextRunRenderingContext.cpp | 64 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) in renderObjectFromRun() local 65 return static_cast<SVGTextRunRenderingContext*>(renderingContext)->renderer(); in renderObjectFromRun() 71 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) in activePaintingResourceFromRun() local 72 return static_cast<SVGTextRunRenderingContext*>(renderingContext)->activePaintingResource(); in activePaintingResourceFromRun() 196 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) { in glyphDataForCharacter() local 197 …RenderObject* renderObject = static_cast<SVGTextRunRenderingContext*>(renderingContext)->renderer(… in glyphDataForCharacter()
|
D | RenderSVGContainer.cpp | 132 SVGRenderingContext renderingContext; in paint() local 135 renderingContext.prepareToRenderSVGContent(this, childPaintInfo); in paint() 136 continueRendering = renderingContext.isRenderingPrepared(); in paint()
|
D | RenderSVGForeignObject.cpp | 61 SVGRenderingContext renderingContext; in paint() local 64 renderingContext.prepareToRenderSVGContent(this, childPaintInfo); in paint() 65 continueRendering = renderingContext.isRenderingPrepared(); in paint()
|
D | RenderSVGImage.cpp | 143 SVGRenderingContext renderingContext(this, childPaintInfo); in paint() local 145 if (renderingContext.isRenderingPrepared()) { in paint() 146 …if (style()->svgStyle()->bufferedRendering() == BR_STATIC && renderingContext.bufferForeground(m_b… in paint()
|
D | SVGInlineTextBox.cpp | 420 TextRun::RenderingContext* renderingContext = textRun.renderingContext(); in prepareGraphicsContextForTextPainting() local 421 if (renderingContext) in prepareGraphicsContextForTextPainting() 422 …static_cast<SVGTextRunRenderingContext*>(renderingContext)->setActivePaintingResource(m_paintingRe… in prepareGraphicsContextForTextPainting() 433 TextRun::RenderingContext* renderingContext = textRun.renderingContext(); in restoreGraphicsContextAfterTextPainting() local 434 if (renderingContext) in restoreGraphicsContextAfterTextPainting() 435 static_cast<SVGTextRunRenderingContext*>(renderingContext)->setActivePaintingResource(0); in restoreGraphicsContextAfterTextPainting()
|
D | SVGInlineFlowBox.cpp | 58 …SVGRenderingContext renderingContext(boxRenderer, paintInfo, SVGRenderingContext::SaveGraphicsCont… in paint() local 59 if (renderingContext.isRenderingPrepared()) { in paint()
|
D | RenderSVGRoot.cpp | 271 SVGRenderingContext renderingContext; in paintReplaced() local 274 renderingContext.prepareToRenderSVGContent(this, childPaintInfo); in paintReplaced() 275 continueRendering = renderingContext.isRenderingPrepared(); in paintReplaced()
|
D | SVGRootInlineBox.cpp | 57 …SVGRenderingContext renderingContext(boxRenderer, paintInfo, SVGRenderingContext::SaveGraphicsCont… in paint() local 58 if (renderingContext.isRenderingPrepared()) { in paint()
|
D | RenderSVGShape.cpp | 261 SVGRenderingContext renderingContext(this, childPaintInfo); in paint() local 263 if (renderingContext.isRenderingPrepared()) { in paint()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderHTMLCanvas.cpp | 53 return canvas && canvas->renderingContext() && canvas->renderingContext()->isAccelerated(); in requiresLayer()
|
D | CompositedLayerMapping.cpp | 111 if (CanvasRenderingContext* context = canvas->renderingContext()) in isAcceleratedCanvas() 526 if (CanvasRenderingContext* context = canvas->renderingContext()) in updateGraphicsLayerConfiguration() 970 … CanvasRenderingContext* context = toHTMLCanvasElement(renderer()->node())->renderingContext(); in updateDrawsContent()
|
D | RenderLayerCompositor.cpp | 1756 return canvas->renderingContext() && canvas->renderingContext()->isAccelerated(); in requiresCompositingForCanvas()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontFastPath.cpp | 461 TextRun::RenderingContext* renderingContext = runInfo.run.renderingContext(); in drawGlyphBuffer() local 468 if (renderingContext && fontData->isSVGFont()) in drawGlyphBuffer() 469 …renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph -… in drawGlyphBuffer() 483 if (renderingContext && fontData->isSVGFont()) in drawGlyphBuffer() 484 …renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph -… in drawGlyphBuffer()
|
D | Font.cpp | 237 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) in width() local 238 return renderingContext->floatWidthUsingSVGFont(*this, run, charsConsumed, glyphName); in width() 351 if (run.renderingContext()) in codePath()
|
D | WidthIterator.cpp | 76 if (TextRun::RenderingContext* renderingContext = m_run.renderingContext()) in glyphDataForCharacter() local 77 …return renderingContext->glyphDataForCharacter(*m_font, m_run, *this, character, mirror, currentCh… in glyphDataForCharacter()
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextRun.cpp | 39 RefPtr<TextRun::RenderingContext> renderingContext; member
|
D | TextRun.h | 225 RenderingContext* renderingContext() const { return m_renderingContext.get(); } in renderingContext() function
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGFontData.cpp | 163 if (TextRun::RenderingContext* renderingContext = run.renderingContext()) in applySVGGlyphSelection() local 164 renderObject = static_cast<SVGTextRunRenderingContext*>(renderingContext)->renderer(); in applySVGGlyphSelection()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLCanvasElement.h | 105 CanvasRenderingContext* renderingContext() const { return m_context.get(); } in renderingContext() function
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | ImageBitmap.cpp | 84 CanvasRenderingContext* sourceContext = canvas->renderingContext(); in ImageBitmap()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorCanvasAgent.cpp | 280 if (toHTMLCanvasElement(node)->renderingContext()) in findFramesWithUninstrumentedCanvases()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContext.cpp | 528 …OwnPtr<WebGLRenderingContext> renderingContext = adoptPtr(new WebGLRenderingContext(canvas, contex… in create() local 529 renderingContext->suspendIfNeeded(); in create() 531 if (renderingContext->m_drawingBuffer->isZeroSized()) { in create() 536 return renderingContext.release(); in create() 3472 WebGLRenderingContext* gl = toWebGLRenderingContext(canvas->renderingContext()); in texImage2D()
|
D | CanvasRenderingContext2D.cpp | 1512 CanvasRenderingContext* sourceContext = sourceCanvas->renderingContext(); in drawImage()
|