/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | BlockPainter.cpp | 29 void BlockPainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 31 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_renderBlock); in paint() 35 PaintPhase phase = paintInfo.phase; in paint() 45 if (!overflowBox.intersects(paintInfo.rect)) in paint() 55 …bool pushedClip = m_renderBlock.pushContentsClip(paintInfo, adjustedPaintOffset, contentsClipBehav… in paint() 57 GraphicsContextCullSaver cullSaver(*paintInfo.context); in paint() 64 m_renderBlock.paintObject(paintInfo, adjustedPaintOffset); in paint() 68 m_renderBlock.popContentsClip(paintInfo, phase, adjustedPaintOffset); in paint() 73 …| phase == PaintPhaseChildBlockBackground) && paintInfo.shouldPaintWithinRoot(&m_renderBlock) && !… in paint() 74 …)->scrollableArea()->paintOverflowControls(paintInfo.context, roundedIntPoint(adjustedPaintOffset)… in paint() [all …]
|
D | TablePainter.cpp | 17 void TablePainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 19 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_renderTable); in paint() 23 PaintPhase paintPhase = paintInfo.phase; in paint() 29 if (!overflowBox.intersects(paintInfo.rect)) in paint() 33 …bool pushedClip = m_renderTable.pushContentsClip(paintInfo, adjustedPaintOffset, ForceContentsClip… in paint() 34 paintObject(paintInfo, adjustedPaintOffset); in paint() 36 m_renderTable.popContentsClip(paintInfo, paintPhase, adjustedPaintOffset); in paint() 39 void TablePainter::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintObject() argument 41 PaintPhase paintPhase = paintInfo.phase; in paintObject() 43 paintBoxDecorationBackground(paintInfo, paintOffset); in paintObject() [all …]
|
D | ViewPainter.cpp | 16 void ViewPainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 23 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_renderView); in paint() 27 … paintInfo.context->fillRect(paintInfo.rect, m_renderView.frameView()->baseBackgroundColor()); in paint() 29 m_renderView.paintObject(paintInfo, paintOffset); in paint() 52 void ViewPainter::paintBoxDecorationBackground(PaintInfo& paintInfo) in paintBoxDecorationBackground() argument 57 if (paintInfo.skipRootBackground()) in paintBoxDecorationBackground() 76 CompositeOperator previousOperator = paintInfo.context->compositeOperation(); in paintBoxDecorationBackground() 77 paintInfo.context->setCompositeOperation(CompositeCopy); in paintBoxDecorationBackground() 78 paintInfo.context->fillRect(paintInfo.rect, baseColor); in paintBoxDecorationBackground() 79 paintInfo.context->setCompositeOperation(previousOperator); in paintBoxDecorationBackground() [all …]
|
D | InlineFlowBoxPainter.cpp | 19 void InlineFlowBoxPainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, const Layout… in paint() argument 25 if (!paintInfo.rect.intersects(pixelSnappedIntRect(overflowRect))) in paint() 28 if (paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) { in paint() 59 paintInfo.outlineObjects()->add(&inlineFlow); in paint() 62 } else if (paintInfo.phase == PaintPhaseMask) { in paint() 63 paintMask(paintInfo, paintOffset); in paint() 65 } else if (paintInfo.phase == PaintPhaseForeground) { in paint() 67 paintBoxDecorationBackground(paintInfo, paintOffset); in paint() 71 if (paintInfo.phase != PaintPhaseSelfOutline) { in paint() 72 PaintInfo childInfo(paintInfo); in paint() [all …]
|
D | TableSectionPainter.cpp | 18 void TableSectionPainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 20 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_renderTableSection); in paint() 35 PaintPhase phase = paintInfo.phase; in paint() 36 …bool pushedClip = m_renderTableSection.pushContentsClip(paintInfo, adjustedPaintOffset, ForceConte… in paint() 37 paintObject(paintInfo, adjustedPaintOffset); in paint() 39 m_renderTableSection.popContentsClip(paintInfo, phase, adjustedPaintOffset); in paint() 42 …m_renderTableSection.paintOutline(paintInfo, LayoutRect(adjustedPaintOffset, m_renderTableSection.… in paint() 60 void TableSectionPainter::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintObject() argument 62 LayoutRect localPaintInvalidationRect = paintInfo.rect; in paintObject() 73 if (paintInfo.phase == PaintPhaseCollapsedTableBorders) { in paintObject() [all …]
|
D | TableRowPainter.cpp | 15 void TableRowPainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 18 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_renderTableRow); in paint() 20 paintOutlineForRowIfNeeded(paintInfo, paintOffset); in paint() 23 …if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackgro… in paint() 24 cell->paintBackgroundsBehindCell(paintInfo, paintOffset, &m_renderTableRow); in paint() 26 cell->paint(paintInfo, paintOffset); in paint() 30 void TableRowPainter::paintOutlineForRowIfNeeded(PaintInfo& paintInfo, const LayoutPoint& paintOffs… in paintOutlineForRowIfNeeded() argument 33 PaintPhase paintPhase = paintInfo.phase; in paintOutlineForRowIfNeeded() 35 …m_renderTableRow.paintOutline(paintInfo, LayoutRect(adjustedPaintOffset, m_renderTableRow.size())); in paintOutlineForRowIfNeeded()
|
D | ReplicaPainter.cpp | 15 void ReplicaPainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 17 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_renderReplica); in paint() 19 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask) in paint() 24 if (paintInfo.phase == PaintPhaseForeground) { in paint() 28 …LayerPaintingInfo paintingInfo(rootPaintingLayer, paintInfo.rect, PaintBehaviorNormal, LayoutSize(… in paint() 30 m_renderReplica.layer()->parent()->paintLayer(paintInfo.context, paintingInfo, flags); in paint() 31 } else if (paintInfo.phase == PaintPhaseMask) { in paint() 32 m_renderReplica.paintMask(paintInfo, adjustedPaintOffset); in paint()
|
D | SVGImagePainter.cpp | 21 void SVGImagePainter::paint(PaintInfo& paintInfo) in paint() argument 23 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_renderSVGImage); in paint() 25 if (paintInfo.phase != PaintPhaseForeground in paint() 31 …IntersectsPaintInvalidationRect(boundingBox, m_renderSVGImage.localToParentTransform(), paintInfo)) in paint() 34 PaintInfo childPaintInfo(paintInfo); in paint() 56 void SVGImagePainter::paintForeground(RenderSVGImage& renderer, PaintInfo& paintInfo) in paintForeground() argument 67 …QualityController::imageQualityController()->chooseInterpolationQuality(paintInfo.context, &render… in paintForeground() 69 …InterpolationQuality previousInterpolationQuality = paintInfo.context->imageInterpolationQuality(); in paintForeground() 70 paintInfo.context->setImageInterpolationQuality(interpolationQuality); in paintForeground() 71 paintInfo.context->drawImage(image.get(), destRect, srcRect, CompositeSourceOver); in paintForeground() [all …]
|
D | LineBoxListPainter.cpp | 17 void LineBoxListPainter::paint(RenderBoxModelObject* renderer, PaintInfo& paintInfo, const LayoutPo… in paint() argument 20 …if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo… in paint() 21 …&& paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paint… in paint() 22 && paintInfo.phase != PaintPhaseMask) in paint() 31 if (!m_renderLineBoxList.anyLineIntersectsRect(renderer, paintInfo.rect, paintOffset)) in paint() 34 PaintInfo info(paintInfo); in paint()
|
D | SVGForeignObjectPainter.cpp | 17 void SVGForeignObjectPainter::paint(PaintInfo& paintInfo) in paint() argument 19 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection) in paint() 22 PaintInfo childPaintInfo(paintInfo); in paint() 31 if (paintInfo.phase == PaintPhaseForeground) { in paint() 38 …bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextCl… in paint() 40 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground; in paint()
|
D | DetailsMarkerPainter.cpp | 16 void DetailsMarkerPainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 18 …if (paintInfo.phase != PaintPhaseForeground || m_renderDetailsMarker.style()->visibility() != VISI… in paint() 19 BlockPainter(m_renderDetailsMarker).paint(paintInfo, paintOffset); in paint() 27 if (!paintInfo.rect.intersects(pixelSnappedIntRect(overflowRect))) in paint() 31 paintInfo.context->setStrokeColor(color); in paint() 32 paintInfo.context->setStrokeStyle(SolidStroke); in paint() 33 paintInfo.context->setStrokeThickness(1.0f); in paint() 34 paintInfo.context->setFillColor(color); in paint() 37 paintInfo.context->fillPath(getPath(boxOrigin)); in paint()
|
D | SVGTextPainter.cpp | 15 void SVGTextPainter::paint(PaintInfo& paintInfo) in paint() argument 17 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection) in paint() 20 PaintInfo blockInfo(paintInfo); in paint() 28 if (paintInfo.phase == PaintPhaseForeground) { in paint()
|
D | MultiColumnSetPainter.cpp | 16 void MultiColumnSetPainter::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintObject() argument 21 BlockPainter(m_renderMultiColumnSet).paintObject(paintInfo, paintOffset); in paintObject() 28 …Thread() || !m_renderMultiColumnSet.isValid() || (paintInfo.phase != PaintPhaseForeground && paint… in paintObject() 31 paintColumnRules(paintInfo, paintOffset); in paintObject() 34 void MultiColumnSetPainter::paintColumnRules(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintColumnRules() argument 53 bool antialias = BoxPainter::shouldAntialiasLines(paintInfo.context); in paintColumnRules() 81 …ObjectPainter::drawLineForBoxSide(paintInfo.context, pixelSnappedRuleRect.x(), pixelSnappedRuleRec… in paintColumnRules()
|
D | ImagePainter.cpp | 27 void ImagePainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 29 m_renderImage.RenderReplaced::paint(paintInfo, paintOffset); in paint() 31 if (paintInfo.phase == PaintPhaseOutline) in paint() 32 paintAreaElementFocusRing(paintInfo); in paint() 35 void ImagePainter::paintAreaElementFocusRing(PaintInfo& paintInfo) in paintAreaElementFocusRing() argument 64 GraphicsContextStateSaver savedContext(*paintInfo.context); in paintAreaElementFocusRing() 65 paintInfo.context->clip(m_renderImage.absoluteContentBox()); in paintAreaElementFocusRing() 66 paintInfo.context->drawFocusRing(path, outlineWidth, in paintAreaElementFocusRing() 71 void ImagePainter::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintReplaced() argument 76 GraphicsContext* context = paintInfo.context; in paintReplaced() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMediaControls.cpp | 69 static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& r… in paintMediaMuteButton() argument 82 return paintMediaButton(paintInfo.context, rect, soundDisabled); in paintMediaMuteButton() 85 return paintMediaButton(paintInfo.context, rect, soundLevel0); in paintMediaMuteButton() 88 return paintMediaButton(paintInfo.context, rect, soundLevel1); in paintMediaMuteButton() 91 return paintMediaButton(paintInfo.context, rect, soundLevel2); in paintMediaMuteButton() 93 return paintMediaButton(paintInfo.context, rect, soundLevel3); in paintMediaMuteButton() 96 static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& r… in paintMediaPlayButton() argument 107 return paintMediaButton(paintInfo.context, rect, mediaPlayDisabled); in paintMediaPlayButton() 109 …return paintMediaButton(paintInfo.context, rect, mediaControlElementType(object->node()) == MediaP… in paintMediaPlayButton() 112 static bool paintMediaOverlayPlayButton(RenderObject* object, const PaintInfo& paintInfo, const Int… in paintMediaOverlayPlayButton() argument [all …]
|
D | RenderWidget.cpp | 169 void RenderWidget::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintContents() argument 181 IntRect paintRect = paintInfo.rect; in paintContents() 187 paintInfo.context->translate(widgetPaintOffset.width(), widgetPaintOffset.height()); in paintContents() 190 widget->paint(paintInfo.context, paintRect); in paintContents() 193 paintInfo.context->translate(-widgetPaintOffset.width(), -widgetPaintOffset.height()); in paintContents() 196 void RenderWidget::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 198 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, this); in paint() 200 if (!shouldPaint(paintInfo, paintOffset)) in paint() 205 …if (hasBoxDecorationBackground() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase ==… in paint() 206 paintBoxDecorationBackground(paintInfo, adjustedPaintOffset); in paint() [all …]
|
D | RenderReplaced.cpp | 108 void RenderReplaced::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 110 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, this); in paint() 112 if (!shouldPaint(paintInfo, paintOffset)) in paint() 117 …if (hasBoxDecorationBackground() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase ==… in paint() 118 paintBoxDecorationBackground(paintInfo, adjustedPaintOffset); in paint() 120 if (paintInfo.phase == PaintPhaseMask) { in paint() 121 paintMask(paintInfo, adjustedPaintOffset); in paint() 125 …if (paintInfo.phase == PaintPhaseClippingMask && (!hasLayer() || !layer()->hasCompositedClippingMa… in paint() 129 …if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()-… in paint() 130 paintOutline(paintInfo, paintRect); in paint() [all …]
|
D | RenderThemeChromiumSkia.cpp | 222 …rchFieldCancelButton(RenderObject* cancelButtonObject, const PaintInfo& paintInfo, const IntRect& … in paintSearchFieldCancelButton() argument 246 …paintInfo.context->drawImage(isPressed(cancelButtonObject) ? cancelPressedImage : cancelImage, pai… in paintSearchFieldCancelButton() 267 …hFieldResultsDecoration(RenderObject* magnifierObject, const PaintInfo& paintInfo, const IntRect& … in paintSearchFieldResultsDecoration() argument 290 paintInfo.context->drawImage(magnifierImage, paintingRect); in paintSearchFieldResultsDecoration() 294 …omiumSkia::paintMediaSliderTrack(RenderObject* object, const PaintInfo& paintInfo, const IntRect& … in paintMediaSliderTrack() argument 296 return RenderMediaControls::paintMediaControlsPart(MediaSlider, object, paintInfo, rect); in paintMediaSliderTrack() 299 …kia::paintMediaVolumeSliderTrack(RenderObject* object, const PaintInfo& paintInfo, const IntRect& … in paintMediaVolumeSliderTrack() argument 301 return RenderMediaControls::paintMediaControlsPart(MediaVolumeSlider, object, paintInfo, rect); in paintMediaVolumeSliderTrack() 309 …omiumSkia::paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& … in paintMediaSliderThumb() argument 311 return RenderMediaControls::paintMediaControlsPart(MediaSliderThumb, object, paintInfo, rect); in paintMediaSliderThumb() [all …]
|
D | RenderFieldset.cpp | 141 void RenderFieldset::paintBoxDecorationBackground(PaintInfo& paintInfo, const LayoutPoint& paintOff… in paintBoxDecorationBackground() argument 143 if (!paintInfo.shouldPaintWithinRoot(this)) in paintBoxDecorationBackground() 149 return RenderBlockFlow::paintBoxDecorationBackground(paintInfo, paintOffset); in paintBoxDecorationBackground() 164 …DecorationData(*style(), canRenderBorderImage(), backgroundHasOpaqueTopLayer(), paintInfo.context); in paintBoxDecorationBackground() 167 BoxPainter::paintBoxShadow(paintInfo, paintRect, style(), Normal); in paintBoxDecorationBackground() 168 …BoxPainter(*this).paintFillLayers(paintInfo, boxDecorationData.backgroundColor, style()->backgroun… in paintBoxDecorationBackground() 169 BoxPainter::paintBoxShadow(paintInfo, paintRect, style(), Inset); in paintBoxDecorationBackground() 175 GraphicsContext* graphicsContext = paintInfo.context; in paintBoxDecorationBackground() 191 BoxPainter::paintBorder(*this, paintInfo, paintRect, style()); in paintBoxDecorationBackground() 194 void RenderFieldset::paintMask(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintMask() argument [all …]
|
D | RenderTheme.cpp | 231 bool RenderTheme::paint(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) in paint() argument 236 return paintUsingFallbackTheme(o, paintInfo, r); in paint() 246 …->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->… in paint() 257 return paintCheckbox(o, paintInfo, r); in paint() 259 return paintRadio(o, paintInfo, r); in paint() 263 return paintButton(o, paintInfo, r); in paint() 265 return paintInnerSpinButton(o, paintInfo, r); in paint() 268 return paintMenuList(o, paintInfo, r); in paint() 274 return paintMeter(o, paintInfo, r); in paint() 276 return paintProgressBar(o, paintInfo, r); in paint() [all …]
|
D | RenderScrollbarPart.cpp | 180 …PaintInfo paintInfo(graphicsContext, pixelSnappedIntRect(rect), PaintPhaseBlockBackground, PaintBe… in paintIntoRect() local 181 paint(paintInfo, paintOffset); in paintIntoRect() 182 paintInfo.phase = PaintPhaseChildBlockBackgrounds; in paintIntoRect() 183 paint(paintInfo, paintOffset); in paintIntoRect() 184 paintInfo.phase = PaintPhaseFloat; in paintIntoRect() 185 paint(paintInfo, paintOffset); in paintIntoRect() 186 paintInfo.phase = PaintPhaseForeground; in paintIntoRect() 187 paint(paintInfo, paintOffset); in paintIntoRect() 188 paintInfo.phase = PaintPhaseOutline; in paintIntoRect() 189 paint(paintInfo, paintOffset); in paintIntoRect()
|
D | RenderThemeChromiumMac.mm | 715 bool RenderThemeChromiumMac::paintTextField(RenderObject* o, const PaintInfo& paintInfo, const IntR… 717 LocalCurrentGraphicsContext localContext(paintInfo.context, r); 737 GraphicsContextStateSaver stateSaver(*paintInfo.context); 747 bool RenderThemeChromiumMac::paintCapsLockIndicator(RenderObject*, const PaintInfo& paintInfo, cons… 751 LocalCurrentGraphicsContext localContext(paintInfo.context, r); 808 bool RenderThemeChromiumMac::paintTextArea(RenderObject* o, const PaintInfo& paintInfo, const IntRe… 810 LocalCurrentGraphicsContext localContext(paintInfo.context, r); 843 bool RenderThemeChromiumMac::paintMenuList(RenderObject* o, const PaintInfo& paintInfo, const IntRe… 859 …LocalCurrentGraphicsContext localContext(paintInfo.context, ThemeMac::inflateRectForFocusRing(infl… 860 GraphicsContextStateSaver stateSaver(*paintInfo.context); [all …]
|
D | RenderEmbeddedObject.cpp | 106 void RenderEmbeddedObject::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintContents() argument 112 RenderPart::paintContents(paintInfo, paintOffset); in paintContents() 115 void RenderEmbeddedObject::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint() argument 118 RenderReplaced::paint(paintInfo, paintOffset); in paint() 122 RenderPart::paint(paintInfo, paintOffset); in paint() 125 void RenderEmbeddedObject::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintReplaced() argument 130 if (paintInfo.phase == PaintPhaseSelection) in paintReplaced() 142 GraphicsContext* context = paintInfo.context; in paintReplaced()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGInlineFlowBox.cpp | 32 void SVGInlineFlowBox::paintSelectionBackground(PaintInfo& paintInfo) in paintSelectionBackground() argument 34 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paintSelectionBackground() 36 PaintInfo childPaintInfo(paintInfo); in paintSelectionBackground() 45 void SVGInlineFlowBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, Layo… in paint() argument 47 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paint() 49 GraphicsContextStateSaver stateSaver(*paintInfo.context); in paint() 50 SVGRenderingContext renderingContext(&renderer(), paintInfo); in paint() 53 child->paint(paintInfo, paintOffset, 0, 0); in paint()
|
D | SVGInlineTextBox.cpp | 186 void SVGInlineTextBox::paintSelectionBackground(PaintInfo& paintInfo) in paintSelectionBackground() argument 188 ASSERT(paintInfo.shouldPaintWithinRoot(&renderer())); in paintSelectionBackground() 189 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); in paintSelectionBackground() 199 bool paintSelectedTextOnly = paintInfo.phase == PaintPhaseSelection; in paintSelectionBackground() 230 GraphicsContextStateSaver stateSaver(*paintInfo.context); in paintSelectionBackground() 233 paintInfo.context->concatCTM(fragmentTransform); in paintSelectionBackground() 235 paintInfo.context->setFillColor(backgroundColor); in paintSelectionBackground() 236 …paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragment… in paintSelectionBackground() 240 void SVGInlineTextBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, Layo… in paint() argument 242 ASSERT(paintInfo.shouldPaintWithinRoot(&renderer())); in paint() [all …]
|