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

12 3

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGViewportContainer.cpp 40 void RenderSVGViewportContainer::applyViewportClip(PaintInfo& paintInfo)
43 paintInfo.context->clip(m_viewport);
RenderSVGForeignObject.cpp 47 void RenderSVGForeignObject::paint(PaintInfo& paintInfo, int, int)
49 if (paintInfo.context->paintingDisabled())
52 PaintInfo childPaintInfo(paintInfo);
RenderSVGImage.cpp 106 void RenderSVGImage::paint(PaintInfo& paintInfo, int, int)
108 if (paintInfo.context->paintingDisabled() || style()->visibility() == HIDDEN || !m_imageResource->hasImage())
112 if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo))
115 PaintInfo childPaintInfo(paintInfo);
122 PaintInfo savedInfo(childPaintInfo);
RenderSVGResourceMarker.cpp 71 void RenderSVGResourceMarker::applyViewportClip(PaintInfo& paintInfo)
74 paintInfo.context->clip(m_viewport);
130 void RenderSVGResourceMarker::draw(PaintInfo& paintInfo, const AffineTransform& transform)
132 PaintInfo info(paintInfo);
RenderSVGText.cpp 232 void RenderSVGText::paint(PaintInfo& paintInfo, int, int)
234 if (paintInfo.context->paintingDisabled())
237 if (paintInfo.phase != PaintPhaseForeground
238 && paintInfo.phase != PaintPhaseSelfOutline
239 && paintInfo.phase != PaintPhaseSelection)
242 PaintInfo blockInfo(paintInfo);
SVGInlineTextBox.cpp 161 void SVGInlineTextBox::paintSelectionBackground(PaintInfo& paintInfo)
163 ASSERT(paintInfo.shouldPaintWithinRoot(renderer()));
164 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
175 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection;
229 paintInfo.context->save();
232 paintInfo.context->concatCTM(fragmentTransform);
234 paintInfo.context->setFillColor(backgroundColor, style->colorSpace());
235 paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPositio (…)
    [all...]
SVGRootInlineBox.cpp 38 void SVGRootInlineBox::paint(PaintInfo& paintInfo, int, int, int, int)
40 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
41 ASSERT(!paintInfo.context->paintingDisabled());
49 PaintInfo childPaintInfo(paintInfo);
70 SVGRenderSupport::finishRenderSVGContent(boxRenderer, childPaintInfo, paintInfo.context);
SVGMarkerLayoutInfo.cpp 110 void SVGMarkerLayoutInfo::drawMarkers(PaintInfo& paintInfo)
120 layout.marker->draw(paintInfo, layout.matrix);
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 36 #include "PaintInfo.h"
198 static void paintToggle(const RenderThemeGtk* theme, GType widgetType, RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect)
220 gtk_render_check(context, paintInfo.context->platformContext()->cr(), rect.x(), rect.y(), rect.width(), rect.height());
222 gtk_render_option(context, paintInfo.context->platformContext()->cr(), rect.x(), rect.y(), rect.width(), rect.height());
229 gtk_render_focus(context, paintInfo.context->platformContext()->cr(), indicatorRect.x(), indicatorRect.y(),
241 bool RenderThemeGtk::paintCheckbox(RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect)
243 paintToggle(this, GTK_TYPE_CHECK_BUTTON, renderObject, paintInfo, rect);
252 bool RenderThemeGtk::paintRadio(RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.cpp 138 void RenderDataGrid::paintObject(PaintInfo& paintInfo, int tx, int ty)
144 RenderBlock::paintObject(paintInfo, tx, ty);
146 if (paintInfo.phase != PaintPhaseForeground)
150 paintColumnHeaders(paintInfo, tx, ty);
153 void RenderDataGrid::paintColumnHeaders(PaintInfo& paintInfo, int tx, int ty)
168 if (columnRect.intersects(paintInfo.rect))
169 paintColumnHeader(column, paintInfo, tx, ty);
173 void RenderDataGrid::paintColumnHeader(DataGridColumn*, PaintInfo&, int, int
    [all...]
RenderEmbeddedObject.h 59 virtual void paintReplaced(PaintInfo&, int, int);
60 virtual void paint(PaintInfo& paintInfo, int, int);
RenderInputSpeech.cpp 38 #include "PaintInfo.h"
58 bool RenderInputSpeech::paintInputFieldSpeechButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
97 paintInfo.context->drawImage(image, object->style()->colorSpace(), buttonRect);
RenderThemeWin.cpp 30 #include "PaintInfo.h"
676 bool RenderThemeWin::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
691 bool RenderThemeWin::paintInnerSpinButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
723 bool RenderThemeWin::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r)
729 bool RenderThemeWin::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r)
784 bool RenderThemeWin::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
811 bool RenderThemeWin::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r)
827 bool RenderThemeWin::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& r)
852 bool RenderThemeWin::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& r)
869 bool RenderThemeWin::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r
    [all...]
RenderEmbeddedObject.cpp 44 #include "PaintInfo.h"
138 void RenderEmbeddedObject::paint(PaintInfo& paintInfo, int tx, int ty)
141 RenderReplaced::paint(paintInfo, tx, ty);
145 RenderPart::paint(paintInfo, tx, ty);
148 void RenderEmbeddedObject::paintReplaced(PaintInfo& paintInfo, int tx, int ty)
153 if (paintInfo.phase == PaintPhaseSelection)
156 GraphicsContext* context = paintInfo.context;
InlineFlowBox.cpp     [all...]
RenderTableRow.cpp 31 #include "PaintInfo.h"
211 void RenderTableRow::paint(PaintInfo& paintInfo, int tx, int ty)
219 if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackground) {
221 cell->paintBackgroundsBehindCell(paintInfo, tx, ty, this);
224 child->paint(paintInfo, tx, ty);
RenderImage.cpp 241 void RenderImage::paintReplaced(PaintInfo& paintInfo, int tx, int ty)
250 GraphicsContext* context = paintInfo.context;
253 if (paintInfo.phase == PaintPhaseSelection)
319 if (style()->highlight() != nullAtom && !paintInfo.context->paintingDisabled())
329 void RenderImage::paint(PaintInfo& paintInfo, int tx, int ty)
331 RenderReplaced::paint(paintInfo, tx, ty);
333 if (paintInfo.phase == PaintPhaseOutline)
334 paintAreaElementFocusRing(paintInfo);
    [all...]
RootInlineBox.cpp 33 #include "PaintInfo.h"
136 void RootInlineBox::paintEllipsisBox(PaintInfo& paintInfo, int tx, int ty, int lineTop, int lineBottom) const
138 if (hasEllipsisBox() && paintInfo.shouldPaintWithinRoot(renderer()) && renderer()->style()->visibility() == VISIBLE
139 && paintInfo.phase == PaintPhaseForeground)
140 ellipsisBox()->paint(paintInfo, tx, ty, lineTop, lineBottom);
160 void RootInlineBox::paintCustomHighlight(PaintInfo& paintInfo, int tx, int ty, const AtomicString& highlightType)
162 if (!paintInfo.shouldPaintWithinRoot(renderer()) || renderer()->style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseForeground
    [all...]
RenderTable.cpp 513 void RenderTable::paint(PaintInfo& paintInfo, int tx, int ty)
518 PaintPhase paintPhase = paintInfo.phase;
523 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
525 if (!overflowBox.intersects(paintInfo.rect))
529 bool pushedClip = pushContentsClip(paintInfo, tx, ty);
530 paintObject(paintInfo, tx, ty);
532 popContentsClip(paintInfo, paintPhase, tx, ty);
535 void RenderTable::paintObject(PaintInfo& paintInfo, int tx, int ty
    [all...]
RenderTableCell.cpp 33 #include "PaintInfo.h"
    [all...]
EllipsisBox.cpp 26 #include "PaintInfo.h"
32 void EllipsisBox::paint(PaintInfo& paintInfo, int tx, int ty, int lineTop, int lineBottom)
34 GraphicsContext* context = paintInfo.context;
50 Color foreground = paintInfo.forceBlackText ? Color::black : renderer()->selectionForegroundColor();
69 m_markupBox->paint(paintInfo, tx, ty, lineTop, lineBottom);
RenderListBox.cpp 48 #include "PaintInfo.h"
258 void RenderListBox::paintObject(PaintInfo& paintInfo, int tx, int ty)
265 if (paintInfo.phase == PaintPhaseForeground) {
268 paintItemForeground(paintInfo, tx, ty, index);
274 RenderBlock::paintObject(paintInfo, tx, ty);
276 switch (paintInfo.phase) {
281 paintScrollbar(paintInfo, tx, ty);
285 paintScrollbar(paintInfo, tx, ty);
291 paintItemBackground(paintInfo, tx, ty, index)
    [all...]
RenderVideo.cpp 37 #include "PaintInfo.h"
187 void RenderVideo::paintReplaced(PaintInfo& paintInfo, int tx, int ty)
204 paintIntoRect(paintInfo.context, rect);
206 mediaPlayer->paintCurrentFrameInContext(paintInfo.context, rect);
208 mediaPlayer->paint(paintInfo.context, rect);
RenderTextControl.cpp 630 void RenderTextControl::paintPlaceholder(PaintInfo& paintInfo, int tx, int ty)
639 paintInfo.context->save();
641 paintInfo.context->clip(clipRect);
647 paintInfo.context->setFillColor(placeholderStyle->visitedDependentColor(CSSPropertyColor), placeholderStyle->colorSpace());
661 paintInfo.context->drawBidiText(placeholderStyle->font(), textRun, textPoint);
663 paintInfo.context->restore();
666 void RenderTextControl::paintObject(PaintInfo& paintInfo, int tx, int ty)
668 if (m_placeholderVisible && paintInfo.phase == PaintPhaseForeground
    [all...]
RenderTableSection.cpp 32 #include "PaintInfo.h"
    [all...]

Completed in 2344 milliseconds

12 3