HomeSort by relevance Sort by last modified time
    Searched refs:paintInfo (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 32 #include "core/rendering/PaintInfo.h"
189 void SVGInlineTextBox::paintSelectionBackground(PaintInfo& paintInfo)
191 ASSERT(paintInfo.shouldPaintWithinRoot(&renderer()));
192 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
202 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection;
234 GraphicsContextStateSaver stateSaver(*paintInfo.context);
237 paintInfo.context->concatCTM(fragmentTransform);
239 paintInfo.context->setFillColor(backgroundColor)
    [all...]
SVGRootInlineBox.cpp 35 void SVGRootInlineBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, LayoutUnit)
37 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
38 ASSERT(!paintInfo.context->paintingDisabled());
43 PaintInfo childPaintInfo(paintInfo);
53 SVGRenderingContext renderingContext(&renderer(), paintInfo, SVGRenderingContext::SaveGraphicsContext);
56 child->paint(paintInfo, paintOffset, 0, 0);
RenderSVGShape.cpp 235 void RenderSVGShape::paint(PaintInfo& paintInfo, const LayoutPoint&)
237 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, this);
238 if (paintInfo.context->paintingDisabled()
239 || paintInfo.phase != PaintPhaseForeground
245 if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo))
248 PaintInfo childPaintInfo(paintInfo);
430 void RenderSVGShape::drawMarkers(PaintInfo& paintInfo)
    [all...]
RenderSVGRoot.cpp 222 void RenderSVGRoot::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
229 if (paintInfo.context->paintingDisabled())
233 if (paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline)
250 // Make a copy of the PaintInfo because applyTransform will modify the damage rect.
251 PaintInfo childPaintInfo(paintInfo);
RenderSVGText.cpp 34 #include "core/rendering/PaintInfo.h"
471 void RenderSVGText::paint(PaintInfo& paintInfo, const LayoutPoint&)
473 if (paintInfo.context->paintingDisabled())
476 if (paintInfo.phase != PaintPhaseForeground
477 && paintInfo.phase != PaintPhaseSelection)
480 PaintInfo blockInfo(paintInfo);
490 if (paintInfo.phase == PaintPhaseForeground) {
SVGRenderingContext.cpp 89 void SVGRenderingContext::prepareToRenderSVGContent(RenderObject* object, PaintInfo& paintInfo, NeedsGraphicsContextSave needsGraphicsContextSave)
100 m_paintInfo = &paintInfo;
255 PaintInfo info(context, PaintInfo::infiniteRect(), PaintPhaseForeground, PaintBehaviorNormal);
301 PaintInfo bufferedInfo(*m_paintInfo);
SVGRenderSupport.cpp 28 #include "core/rendering/PaintInfo.h"
157 bool SVGRenderSupport::paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransform& localTransform, const PaintInfo& paintInfo)
159 return localTransform.mapRect(localRepaintRect).intersects(paintInfo.rect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 44 #include "core/rendering/PaintInfo.h"
273 void RenderImage::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
282 GraphicsContext* context = paintInfo.context;
285 if (paintInfo.phase == PaintPhaseSelection)
374 void RenderImage::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
376 RenderReplaced::paint(paintInfo, paintOffset);
378 if (paintInfo.phase == PaintPhaseOutline)
379 paintAreaElementFocusRing(paintInfo);
    [all...]
RenderFrameSet.cpp 34 #include "core/rendering/PaintInfo.h"
79 void RenderFrameSet::paintColumnBorder(const PaintInfo& paintInfo, const IntRect& borderRect)
81 if (!paintInfo.rect.intersects(borderRect))
87 GraphicsContext* context = paintInfo.context;
98 void RenderFrameSet::paintRowBorder(const PaintInfo& paintInfo, const IntRect& borderRect)
100 if (!paintInfo.rect.intersects(borderRect))
106 GraphicsContext* context = paintInfo.context;
117 void RenderFrameSet::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset
    [all...]
RenderTableCell.cpp 31 #include "core/rendering/PaintInfo.h"
    [all...]
InlineFlowBox.cpp     [all...]
RenderBlock.cpp 47 #include "core/rendering/PaintInfo.h"
    [all...]
RenderListBox.cpp 50 #include "core/rendering/PaintInfo.h"
315 void RenderListBox::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
322 if (paintInfo.phase == PaintPhaseForeground) {
325 paintItemForeground(paintInfo, paintOffset, index);
331 RenderBlockFlow::paintObject(paintInfo, paintOffset);
333 switch (paintInfo.phase) {
338 paintScrollbar(paintInfo, paintOffset);
342 paintScrollbar(paintInfo, paintOffset);
348 paintItemBackground(paintInfo, paintOffset, index)
    [all...]
InlineBox.cpp 24 #include "core/rendering/PaintInfo.h"
195 void InlineBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit /* lineTop */, LayoutUnit /*lineBottom*/)
197 if (!paintInfo.shouldPaintWithinRoot(&renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
204 RenderBlock::paintAsInlineBlock(&renderer(), paintInfo, childPoint);
RenderTable.cpp 632 void RenderTable::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
634 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, this);
638 PaintPhase paintPhase = paintInfo.phase;
644 if (!overflowBox.intersects(paintInfo.rect))
648 bool pushedClip = pushContentsClip(paintInfo, adjustedPaintOffset, ForceContentsClip);
649 paintObject(paintInfo, adjustedPaintOffset);
651 popContentsClip(paintInfo, paintPhase, adjustedPaintOffset);
654 void RenderTable::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset
    [all...]
RenderMultiColumnSet.cpp 29 #include "core/rendering/PaintInfo.h"
417 void RenderMultiColumnSet::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
422 RenderBlockFlow::paintObject(paintInfo, paintOffset);
429 if (!m_flowThread || !isValid() || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
432 paintColumnRules(paintInfo, paintOffset);
435 void RenderMultiColumnSet::paintColumnRules(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
437 if (paintInfo.context->paintingDisabled()
    [all...]
RenderView.cpp 352 void RenderView::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
359 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, this);
363 paintInfo.context->fillRect(paintInfo.rect, m_frameView->baseBackgroundColor());
365 paintObject(paintInfo, paintOffset);
398 void RenderView::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint&)
422 if (paintInfo.skipRootBackground())
443 CompositeOperator previousOperator = paintInfo.context->compositeOperation()
    [all...]
RenderTableSection.cpp 32 #include "core/rendering/PaintInfo.h"
    [all...]
InlineTextBox.cpp 40 #include "core/rendering/PaintInfo.h"
470 void InlineTextBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit /*lineTop*/, LayoutUnit /*lineBottom*/)
472 if (isLineBreak() || !paintInfo.shouldPaintWithinRoot(&renderer()) || renderer().style()->visibility() != VISIBLE
473 || m_truncation == cFullTruncation || paintInfo.phase == PaintPhaseOutline || !m_len)
476 ASSERT(paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines);
483 LayoutUnit paintEnd = isHorizontal() ? paintInfo.rect.maxX() : paintInfo.rect.maxY();
484 LayoutUnit paintStart = isHorizontal() ? paintInfo.rect.x() : paintInfo.rect.y()
    [all...]
RenderVideo.cpp 35 #include "core/rendering/PaintInfo.h"
149 void RenderVideo::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
163 GraphicsContext* context = paintInfo.context;
RenderBox.cpp 44 #include "core/rendering/PaintInfo.h"
    [all...]
RootInlineBox.cpp 27 #include "core/rendering/PaintInfo.h"
165 void RootInlineBox::paintEllipsisBox(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom) const
167 if (hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(&renderer()) && renderer().style()->visibility() == VISIBLE
168 && paintInfo.phase == PaintPhaseForeground)
169 ellipsisBox()->paint(paintInfo, paintOffset, lineTop, lineBottom);
172 void RootInlineBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom)
174 InlineFlowBox::paint(paintInfo, paintOffset, lineTop, lineBottom);
175 paintEllipsisBox(paintInfo, paintOffset, lineTop, lineBottom)
    [all...]
RenderTextControlSingleLine.cpp 70 void RenderTextControlSingleLine::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
72 RenderTextControl::paint(paintInfo, paintOffset);
74 if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) {
85 RenderTheme::theme().paintCapsLockIndicator(this, paintInfo, pixelSnappedIntRect(contentsRect));
RenderListItem.cpp 439 void RenderListItem::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
444 RenderBlockFlow::paint(paintInfo, paintOffset);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 490 LayoutRect result = PaintInfo::infiniteRect();
    [all...]

Completed in 1492 milliseconds

12 3