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

  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 982 PAINTSTRUCT paintInfo;
983 ::BeginPaint(popupHandle(), &paintInfo);
984 paint(paintInfo.rcPaint, paintInfo.hdc);
985 ::EndPaint(popupHandle(), &paintInfo);
  /external/webkit/WebCore/rendering/
SVGRootInlineBox.cpp 339 SVGRootInlineBoxPaintWalker(SVGRootInlineBox* rootBox, SVGResourceFilter* rootFilter, RenderObject::PaintInfo paintInfo, int tx, int ty)
342 , m_paintInfo(paintInfo)
343 , m_savedInfo(paintInfo)
645 RenderObject::PaintInfo m_paintInfo;
646 RenderObject::PaintInfo m_savedInfo;
664 void SVGRootInlineBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty)
666 if (paintInfo.context->paintingDisabled() || paintInfo.phase != PaintPhaseForeground
    [all...]

Completed in 160 milliseconds