HomeSort by relevance Sort by last modified time
    Searched defs:renderingContext (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.cpp 39 RefPtr<TextRun::RenderingContext> renderingContext;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.cpp 132 SVGRenderingContext renderingContext;
135 renderingContext.prepareToRenderSVGContent(this, childPaintInfo);
136 continueRendering = renderingContext.isRenderingPrepared();
RenderSVGForeignObject.cpp 61 SVGRenderingContext renderingContext;
64 renderingContext.prepareToRenderSVGContent(this, childPaintInfo);
65 continueRendering = renderingContext.isRenderingPrepared();
RenderSVGRoot.cpp 271 SVGRenderingContext renderingContext;
274 renderingContext.prepareToRenderSVGContent(this, childPaintInfo);
275 continueRendering = renderingContext.isRenderingPrepared();
SVGInlineTextBox.cpp 420 TextRun::RenderingContext* renderingContext = textRun.renderingContext();
421 if (renderingContext)
422 static_cast<SVGTextRunRenderingContext*>(renderingContext)->setActivePaintingResource(m_paintingResource);
433 TextRun::RenderingContext* renderingContext = textRun.renderingContext();
434 if (renderingContext)
435 static_cast<SVGTextRunRenderingContext*>(renderingContext)->setActivePaintingResource(0)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h 105 CanvasRenderingContext* renderingContext() const { return m_context.get(); }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFastPath.cpp 461 TextRun::RenderingContext* renderingContext = runInfo.run.renderingContext();
468 if (renderingContext && fontData->isSVGFont())
469 renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint);
483 if (renderingContext && fontData->isSVGFont())
484 renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 528 OwnPtr<WebGLRenderingContext> renderingContext = adoptPtr(new WebGLRenderingContext(canvas, context, attributes, requestedAttributes));
529 renderingContext->suspendIfNeeded();
531 if (renderingContext->m_drawingBuffer->isZeroSized()) {
536 return renderingContext.release();
    [all...]

Completed in 808 milliseconds