/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMeter.cpp | 58 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect())); 71 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frame));
|
RenderLayerRepainter.cpp | 80 m_renderer->repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldRepaintRect)); 82 m_renderer->repaintUsingContainer(repaintContainer, pixelSnappedIntRect(m_repaintRect)); 135 m_renderer->repaintUsingContainer(repaintContainer, pixelSnappedIntRect(m_renderer->clippedOverflowRectForRepaint(repaintContainer))); 187 IntRect offsetRect = pixelSnappedIntRect(r); 189 offsetRect = m_renderer->layer()->transform()->mapRect(pixelSnappedIntRect(r)); 194 m_renderer->compositedLayerMapping()->setContentsNeedDisplayInRect(pixelSnappedIntRect(r));
|
RenderHTMLCanvas.cpp | 69 paintInfo.context->clip(pixelSnappedIntRect(contentRect));
|
RenderVideo.cpp | 143 return pixelSnappedIntRect(replacedContentRect(overriddenIntrinsicSize)); 175 mediaPlayer->paint(context, pixelSnappedIntRect(rect));
|
RenderInputSpeech.cpp | 95 paintInfo.context->drawImage(image, pixelSnappedIntRect(buttonRect));
|
RenderFieldset.cpp | 179 graphicsContext->clipOut(pixelSnappedIntRect(paintRect.x() + legend->x(), clipTop, legend->width(), clipHeight)); 183 graphicsContext->clipOut(pixelSnappedIntRect(clipLeft, paintRect.y() + legend->y(), clipWidth, legend->height()));
|
RenderDetailsMarker.cpp | 126 if (!paintInfo.rect.intersects(pixelSnappedIntRect(overflowRect)))
|
RenderFrameSet.cpp | 143 paintColumnBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x() + xPos, adjustedPaintOffset.y() + yPos, borderThickness, height()))); 152 paintRowBorder(paintInfo, pixelSnappedIntRect(LayoutRect(adjustedPaintOffset.x(), adjustedPaintOffset.y() + yPos, width(), borderThickness))); 479 repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldBounds)); 482 repaintUsingContainer(repaintContainer, pixelSnappedIntRect(newBounds));
|
RenderObject.cpp | [all...] |
RenderImage.cpp | 323 context->drawRect(pixelSnappedIntRect(LayoutRect(paintOffset.x() + leftBorder + leftPad, paintOffset.y() + topBorder + topPad, cWidth, cHeight))); 349 context->drawImage(image.get(), pixelSnappedIntRect(LayoutRect(paintOffset + imageOffset, imageSize)), CompositeSourceOver, shouldRespectImageOrientation()); 464 IntRect alignedRect = pixelSnappedIntRect(rect);
|
RenderListBox.cpp | 334 rects.append(pixelSnappedIntRect(itemBoundingBoxRect(additionalOffset, selectedItem))); 344 rects.append(pixelSnappedIntRect(itemBoundingBoxRect(additionalOffset, i))); 363 IntRect scrollRect = pixelSnappedIntRect(paintOffset.x() + scrollbarLeft(), 464 paintInfo.context->fillRect(pixelSnappedIntRect(itemRect), backColor);
|
RenderScrollbarPart.cpp | 188 PaintInfo paintInfo(graphicsContext, pixelSnappedIntRect(rect), PaintPhaseBlockBackground, PaintBehaviorNormal);
|
RenderTextControl.cpp | 284 rects.append(pixelSnappedIntRect(additionalOffset, size()));
|
RenderTreeAsText.cpp | 509 IntRect adjustedLayoutBounds = pixelSnappedIntRect(layerBounds); 510 IntRect adjustedBackgroundClipRect = pixelSnappedIntRect(backgroundClipRect); 511 IntRect adjustedClipRect = pixelSnappedIntRect(clipRect); 512 IntRect adjustedOutlineClipRect = pixelSnappedIntRect(outlineClipRect); [all...] |
RenderView.cpp | 589 m_frameView->repaintContentRectangle(pixelSnappedIntRect(ur)); 612 IntRect repaintRect = pixelSnappedIntRect(ur); 653 rects.append(pixelSnappedIntRect(accumulatedOffset, layer()->size())); 709 return pixelSnappedIntRect(selRect); [all...] |
CompositedLayerMapping.cpp | 79 pixelSnappedIntRect(toRenderBox(renderer)->contentBoxRect()); 104 return pixelSnappedIntRect(rect); 372 layerBounds.intersect(pixelSnappedIntRect(clippingBounds)); 545 return pixelSnappedIntRect(result); 594 ancestorCompositingBounds = pixelSnappedIntRect(compAncestor->compositedLayerMapping()->compositedBounds()); 597 IntRect localCompositingBounds = pixelSnappedIntRect(compositedBounds()); 628 IntRect parentClipRect = pixelSnappedIntRect(m_owningLayer->backgroundClipRect(clipRectsContext).rect()); // FIXME: Incorrect for CSS regions. [all...] |
RenderWidget.cpp | 306 paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor());
|
RenderLayer.cpp | [all...] |
RenderTextControlSingleLine.cpp | 87 RenderTheme::theme().paintCapsLockIndicator(this, paintInfo, pixelSnappedIntRect(contentsRect));
|
RenderThemeChromiumSkia.cpp | 224 return pixelSnappedIntRect(partRect);
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
LayoutRect.h | 203 inline IntRect pixelSnappedIntRect(const LayoutRect& rect) 213 inline IntRect pixelSnappedIntRect(LayoutUnit left, LayoutUnit top, LayoutUnit width, LayoutUnit height) 223 inline IntRect pixelSnappedIntRect(LayoutPoint location, LayoutSize size)
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLCanvasElement.cpp | 321 context->drawImage(m_presentedImage.get(), pixelSnappedIntRect(r), compositeOperator, DoNotRespectImageOrientation, useLowQualityScale); 323 context->drawImageBuffer(imageBuffer, pixelSnappedIntRect(r), compositeOperator, blink::WebBlendModeNormal, useLowQualityScale);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
RenderedPosition.cpp | 230 IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWidthToEndOfLine));
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameView.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGRoot.cpp | 261 childPaintInfo.context->clip(pixelSnappedIntRect(overflowClipRect(paintOffset, paintInfo.renderRegion)));
|