/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerRepainter.cpp | 80 … m_renderer->repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldRepaintRect)); in repaintAfterLayout() 82 … m_renderer->repaintUsingContainer(repaintContainer, pixelSnappedIntRect(m_repaintRect)); in repaintAfterLayout() 135 …m_renderer->repaintUsingContainer(repaintContainer, pixelSnappedIntRect(m_renderer->clippedOverflo… in repaintIncludingNonCompositingDescendants() 187 IntRect offsetRect = pixelSnappedIntRect(r); in setBackingNeedsRepaintInRect() 189 offsetRect = m_renderer->layer()->transform()->mapRect(pixelSnappedIntRect(r)); in setBackingNeedsRepaintInRect() 194 … m_renderer->compositedLayerMapping()->setContentsNeedDisplayInRect(pixelSnappedIntRect(r)); in setBackingNeedsRepaintInRect()
|
D | RenderMeter.cpp | 58 …IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect())… in updateLogicalWidth() 71 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frame)); in computeLogicalHeight()
|
D | RenderVideo.cpp | 143 return pixelSnappedIntRect(replacedContentRect(overriddenIntrinsicSize)); in videoBox() 175 mediaPlayer->paint(context, pixelSnappedIntRect(rect)); in paintReplaced()
|
D | RenderFieldset.cpp | 179 …graphicsContext->clipOut(pixelSnappedIntRect(paintRect.x() + legend->x(), clipTop, legend->width()… in paintBoxDecorations() 183 …graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, leg… in paintBoxDecorations()
|
D | RenderObject.cpp | 1180 context->setURLFragmentForRect(name, pixelSnappedIntRect(rect)); in addPDFURLRect() 1183 context->setURLForRect(url, pixelSnappedIntRect(rect)); in addPDFURLRect() 1206 IntRect inner = pixelSnappedIntRect(paintRect); in paintOutline() 1209 IntRect outer = pixelSnappedIntRect(inner); in paintOutline() 1280 return pixelSnappedIntRect(result); in absoluteBoundingBoxRect() 1455 …repaintUsingContainer(repaintContainer ? repaintContainer : view, pixelSnappedIntRect(clippedOverf… in repaint() 1476 … repaintUsingContainer(repaintContainer ? repaintContainer : view, pixelSnappedIntRect(dirtyRect)); in repaintRectangle() 1481 return pixelSnappedIntRect(absoluteClippedOverflowRect()); in pixelSnappedAbsoluteClippedOverflowRect() 1520 repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds)); in repaintAfterLayoutIfNeeded() 1522 repaintUsingContainer(repaintContainer, pixelSnappedIntRect(newBounds)); in repaintAfterLayoutIfNeeded() [all …]
|
D | RenderHTMLCanvas.cpp | 69 paintInfo.context->clip(pixelSnappedIntRect(contentRect)); in paintReplaced()
|
D | RenderFrameSet.cpp | 143 …paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjust… in paint() 152 …paintRowBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x(), adjustedPaintOff… in paint() 479 repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds)); in layout() 482 repaintUsingContainer(repaintContainer, pixelSnappedIntRect(newBounds)); in layout()
|
D | RenderInputSpeech.cpp | 95 paintInfo.context->drawImage(image, pixelSnappedIntRect(buttonRect)); in paintInputFieldSpeechButton()
|
D | RenderListBox.cpp | 334 rects.append(pixelSnappedIntRect(itemBoundingBoxRect(additionalOffset, selectedItem))); in addFocusRingRects() 344 rects.append(pixelSnappedIntRect(itemBoundingBoxRect(additionalOffset, i))); in addFocusRingRects() 363 IntRect scrollRect = pixelSnappedIntRect(paintOffset.x() + scrollbarLeft(), in paintScrollbar() 464 paintInfo.context->fillRect(pixelSnappedIntRect(itemRect), backColor); in paintItemBackground()
|
D | RenderImage.cpp | 323 …context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffs… in paintReplaced() 349 …context->drawImage(image.get(), pixelSnappedIntRect(LayoutRect(paintOffset + imageOffset, imageSiz… in paintReplaced() 464 IntRect alignedRect = pixelSnappedIntRect(rect); in paintIntoRect()
|
D | RenderDetailsMarker.cpp | 126 if (!paintInfo.rect.intersects(pixelSnappedIntRect(overflowRect))) in paint()
|
D | RenderTreeAsText.cpp | 509 IntRect adjustedLayoutBounds = pixelSnappedIntRect(layerBounds); in write() 510 IntRect adjustedBackgroundClipRect = pixelSnappedIntRect(backgroundClipRect); in write() 511 IntRect adjustedClipRect = pixelSnappedIntRect(clipRect); in write() 512 IntRect adjustedOutlineClipRect = pixelSnappedIntRect(outlineClipRect); in write()
|
D | RenderView.cpp | 589 m_frameView->repaintContentRectangle(pixelSnappedIntRect(ur)); in repaintViewRectangle() 612 IntRect repaintRect = pixelSnappedIntRect(ur); in repaintRectangleInViewAndCompositedLayers() 653 rects.append(pixelSnappedIntRect(accumulatedOffset, layer()->size())); in absoluteRects() 709 return pixelSnappedIntRect(selRect); in selectionBounds() 1017 return pixelSnappedIntRect(overflowRect); in unscaledDocumentRect()
|
D | CompositedLayerMapping.cpp | 79 pixelSnappedIntRect(toRenderBox(renderer)->contentBoxRect()); in contentsRect() 104 return pixelSnappedIntRect(rect); in backgroundRect() 372 layerBounds.intersect(pixelSnappedIntRect(clippingBounds)); in updateCompositedBounds() 545 return pixelSnappedIntRect(result); in clipBox() 594 …ancestorCompositingBounds = pixelSnappedIntRect(compAncestor->compositedLayerMapping()->composited… in updateGraphicsLayerGeometry() 597 IntRect localCompositingBounds = pixelSnappedIntRect(compositedBounds()); in updateGraphicsLayerGeometry() 628 …IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer->backgroundClipRect(clipRectsContext).r… in updateGraphicsLayerGeometry() 1846 IntRect dirtyRect = pixelSnappedIntRect(relativeClip); in doPaintTask()
|
D | RenderScrollbarPart.cpp | 188 …PaintInfo paintInfo(graphicsContext, pixelSnappedIntRect(rect), PaintPhaseBlockBackground, PaintBe… in paintIntoRect()
|
D | RenderLayer.cpp | 1543 roundedRect = pixelSnappedIntRect(rect); in convertToPixelSnappedLayerCoords() 1822 context->clip(pixelSnappedIntRect(clipRect.rect())); in clipToRect() 2381 …PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseBlockB… in paintBackgroundForFragments() 2439 …PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.foregroundRect.rect()), phase, paintBeha… in paintForegroundForFragmentsWithPhase() 2458 …PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.outlineRect.rect()), PaintPhaseSelfOutli… in paintOutlineForFragments() 2478 …PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseMask, … in paintMaskForFragments() 2498 …PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.backgroundRect.rect()), PaintPhaseClippi… in paintChildClippingMaskForFragments() 2512 … - renderBoxLocation() + localPaintingInfo.subPixelAccumulation)), pixelSnappedIntRect(fragment.ba… in paintOverflowControlsForFragments() 2585 context->clip(pixelSnappedIntRect(colRect)); in paintChildLayerIntoColumns() 3525 return pixelSnappedIntRect(boundingBox(root())); in absoluteBoundingBox() [all …]
|
D | RenderTextControl.cpp | 284 rects.append(pixelSnappedIntRect(additionalOffset, size())); in addFocusRingRects()
|
D | RenderWidget.cpp | 306 … paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor()); in paint()
|
D | RenderBoxModelObject.cpp | 585 context->fillRect(pixelSnappedIntRect(rect), bgColor); in paintFillLayerExtended() 649 maskRect = pixelSnappedIntRect(rect); in paintFillLayerExtended() 699 IntRect backgroundRect(pixelSnappedIntRect(scrolledPaintRect)); in paintFillLayerExtended() 1005 IntRect snappedPaintRect = pixelSnappedIntRect(paintRect); in calculateBackgroundImageGeometry() 1050 IntRect viewportRect = pixelSnappedIntRect(viewRect()); in calculateBackgroundImageGeometry() 1056 geometry.setDestRect(pixelSnappedIntRect(viewportRect)); in calculateBackgroundImageGeometry() 1174 IntRect borderImageRect = pixelSnappedIntRect(rectWithOutsets); in paintNinePieceImage() 2046 graphicsContext->drawRect(pixelSnappedIntRect(borderRect)); in drawBoxSideFromPath()
|
D | RenderListMarker.cpp | 1141 if (!paintInfo.rect.intersects(pixelSnappedIntRect(overflowRect))) in paint() 1156 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint() 1164 context->fillRect(pixelSnappedIntRect(selRect), selectionBackgroundColor()); in paint()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | LayoutRect.h | 203 inline IntRect pixelSnappedIntRect(const LayoutRect& rect) in pixelSnappedIntRect() function 213 inline IntRect pixelSnappedIntRect(LayoutUnit left, LayoutUnit top, LayoutUnit width, LayoutUnit he… in pixelSnappedIntRect() function 223 inline IntRect pixelSnappedIntRect(LayoutPoint location, LayoutSize size) in pixelSnappedIntRect() function
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLCanvasElement.cpp | 321 …context->drawImage(m_presentedImage.get(), pixelSnappedIntRect(r), compositeOperator, DoNotRespect… in paint() 323 …context->drawImageBuffer(imageBuffer, pixelSnappedIntRect(r), compositeOperator, blink::WebBlendMo… in paint()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | RenderedPosition.cpp | 230 …IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWid… in absoluteRect()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 1474 …IntRect updateRect = pixelSnappedIntRect(layer->repainter().repaintRectIncludingNonCompositingDesc… in scrollContentsFastPath() 1800 unionedRect.unite(pixelSnappedIntRect(m_repaintRects[i])); in repaintContentRectangle() 1931 ScrollView::repaintContentRectangle(pixelSnappedIntRect(m_repaintRects[i])); in doDeferredRepaints() 2537 clipRect = pixelSnappedIntRect(enclosingLayer->childrenClipRect()); in windowClipRectForFrameOwner() 2539 clipRect = pixelSnappedIntRect(enclosingLayer->selfClipRect()); in windowClipRectForFrameOwner() 3179 …IntRect rect = pixelSnappedIntRect(enclosingLayoutRect(renderer->localToAbsoluteQuad(FloatRect(ren… in convertFromRenderer()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 153 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in buildNodeQuads() 553 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in drawNodeHighlight()
|