HomeSort by relevance Sort by last modified time
    Searched refs:activePaintServer (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/rendering/
SVGInlineTextBox.h 45 SVGTextPaintInfo() : activePaintServer(0), subphase(SVGTextPaintSubphaseBackground) {}
47 SVGPaintServer* activePaintServer;
SVGInlineTextBox.cpp 424 ASSERT(textPaintInfo.activePaintServer);
425 run.setActivePaintServer(textPaintInfo.activePaintServer);
SVGRootInlineBox.cpp 558 SVGPaintServer* activePaintServer() const
626 m_textPaintInfo.activePaintServer = activePaintServer();
    [all...]
  /external/webkit/WebCore/svg/
SVGFont.cpp 473 SVGPaintServer* activePaintServer = run.activePaintServer();
477 ASSERT(!activePaintServer);
483 activePaintServer = solidPaintServer;
486 ASSERT(activePaintServer);
540 if (activePaintServer->setup(context, run.referencingRenderObject(), targetType)) {
547 activePaintServer->renderPath(context, run.referencingRenderObject(), targetType);
548 activePaintServer->teardown(context, run.referencingRenderObject(), targetType);
  /external/webkit/WebCore/platform/graphics/
TextRun.h 101 SVGPaintServer* activePaintServer() const { return m_activePaintServer; }

Completed in 651 milliseconds