HomeSort by relevance Sort by last modified time
    Searched full:intrect (Results 526 - 550 of 887) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 325 IntRect rect = IntRect(m_npWindow.x, m_npWindow.y,
461 void PluginView::setNPWindowRect(const IntRect&)
612 void PluginView::invalidateRect(const IntRect& r)
619 IntRect r;
622 r = IntRect(rect->left, rect->top,
625 r = IntRect(0, 0, m_npWindow.width, m_npWindow.height);
678 void PluginView::paint(GraphicsContext* context, const IntRect& rect)
686 IntRect frame = frameRect();
719 IntRect oldPageRect = m_pageRect
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 66 #import <WebCore/IntRect.h>
560 IntRect WebChromeClient::windowResizerRect() const
568 void WebChromeClient::invalidateWindow(const IntRect&, bool immediate)
576 void WebChromeClient::invalidateContentsAndWindow(const IntRect& rect, bool immediate)
589 void WebChromeClient::invalidateContentsForSlowScroll(const IntRect& rect, bool immediate)
594 void WebChromeClient::scroll(const IntSize&, const IntRect&, const IntRect&)
606 IntRect WebChromeClient::windowToScreen(const IntRect& r) const
627 void WebChromeClient::scrollRectIntoView(const IntRect& r, const ScrollView*) cons
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 393 void PluginView::windowAndViewFramesChanged(const IntRect& windowFrameInScreenCoordinates, const IntRect& viewFrameInWindowCoordinates)
503 void PluginView::setFrameRect(const WebCore::IntRect& rect)
516 void PluginView::paint(GraphicsContext* context, const IntRect& dirtyRect)
521 IntRect dirtyRectInWindowCoordinates = parent()->contentsToWindow(dirtyRect);
522 IntRect paintRectInWindowCoordinates = intersection(dirtyRectInWindowCoordinates, clipRectInWindowCoordinates());
612 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect());
617 IntRect PluginView::clipRectInWindowCoordinates() const
622 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect());
628 IntRect windowClipRect = parentView->windowClipRectForLayer(layer, true)
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 849 IntRect rect = c.absoluteCaretBounds();
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp 473 void RenderBox::absoluteRects(Vector<IntRect>& rects, int tx, int ty)
475 rects.append(IntRect(tx, ty, width(), height()));
490 IntRect RenderBox::absoluteContentBox() const
492 IntRect rect = contentBoxRect();
500 IntRect rect = contentBoxRect();
504 IntRect RenderBox::outlineBoundsForRepaint(RenderBoxModelObject* repaintContainer, IntPoint* cachedOffsetToRepaintContainer) const
506 IntRect box = borderBoundingBox();
524 void RenderBox::addFocusRingRects(Vector<IntRect>& rects, int tx, int ty)
527 rects.append(IntRect(tx, ty, width(), height()));
530 IntRect RenderBox::reflectionBox() cons
    [all...]
InlineBox.cpp 275 IntRect boxRect(m_x, 0, m_logicalWidth, 10);
276 IntRect ellipsisRect(ltr ? blockEdge - ellipsisWidth : blockEdge, 0, ellipsisWidth, 10);
318 void InlineBox::flipForWritingMode(IntRect& rect)
RenderTable.cpp 274 IntRect captionRect(m_caption->x(), m_caption->y(), m_caption->width(), m_caption->height());
467 repaintRectangle(IntRect(minXVisualOverflow(), movedSectionLogicalTop, maxXVisualOverflow() - minXVisualOverflow(), maxYVisualOverflow() - movedSectionLogicalTop));
469 repaintRectangle(IntRect(movedSectionLogicalTop, minYVisualOverflow(), maxXVisualOverflow() - movedSectionLogicalTop, maxYVisualOverflow() - minYVisualOverflow()));
485 IntRect borderOverflowRect(leftBorderOverflow, topBorderOverflow, rightBorderOverflow - leftBorderOverflow, bottomBorderOverflow - topBorderOverflow);
521 IntRect overflowBox = visualOverflowRect();
594 void RenderTable::subtractCaptionRect(IntRect& rect) const
617 IntRect rect(tx, ty, width(), height());
640 IntRect rect(tx, ty, width(), height());
    [all...]
RenderTableRow.cpp 172 IntRect RenderTableRow::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
186 return IntRect();
229 void RenderTableRow::imageChanged(WrappedImagePtr, const IntRect*)
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 707 const IntRect& rect)
715 const IntRect& rect)
723 const IntRect& rect)
731 const IntRect& rect)
739 const IntRect& rect, const IntRect& alignRect)
748 const IntRect& rect)
756 const IntRect& rect, const Color& color, bool fillContentArea,
769 const IntRect& rect)
776 GraphicsContext* gc, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 190 const IntRect& region)
278 m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white, ColorSpaceDeviceRGB);
282 void TransparencyWin::setupTransform(const IntRect& region)
297 void TransparencyWin::setupTransformForKeepTransform(const IntRect& region)
327 m_drawRect = IntRect(IntPoint(0, 0), m_layerSize);
349 m_drawRect = IntRect(IntPoint(0, 0), m_layerSize);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp 215 static PassRefPtr<ImageData> getImageData(const IntRect& rect, const ImageBufferData& imageData, const IntSize& size, bool premultiplied)
258 PassRefPtr<ImageData> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
265 PassRefPtr<ImageData> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
272 static void putImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& imageData, const IntSize& size, bool premultiplied)
305 void ImageBuffer::putUnmultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
312 void ImageBuffer::putPremultipliedImageData(ImageData* source, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 168 PassRefPtr<ByteArray> getImageData(const IntRect& rect, SkDevice& srcDevice,
257 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
263 PassRefPtr<ByteArray> ImageBuffer::getPremultipliedImageData(const IntRect& rect) const
270 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint,
339 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
345 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 144 IntRect dirtyRect = m_dirtyRect;
145 m_dirtyRect = IntRect();
183 void PluginControllerProxy::invalidate(const IntRect& rect)
186 IntRect dirtyRect = rect;
365 void PluginControllerProxy::geometryDidChange(const IntRect& frameRect, const IntRect& clipRect, const ShareableBitmap::Handle& backingStoreHandle)
  /external/webkit/Source/WebCore/platform/graphics/android/
GLExtras.cpp 31 #include "IntRect.h"
164 IntRect rect = m_ring->rings().at(i);
202 void GLExtras::drawGL(IntRect& webViewRect, SkRect& viewport, int titleBarHeight)
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 47 m_pendingContent.needsDisplayRect = IntRect();
73 m_pendingContent.needsDisplayRect.unite(IntRect(rect));
304 void GraphicsLayerTextureMapper::setContentsRect(const IntRect& value)
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 143 IntRect srcIntRect(src);
144 IntRect dstIntRect(dst);
196 ctxt->clip(IntRect(dstRect.x(), dstRect.y(), dstRect.width(), dstRect.height()));
  /external/webkit/Source/WebKit/android/nav/
FindCanvas.h 30 #include "IntRect.h"
227 IntRect currentMatchBounds() const;
233 virtual void draw(SkCanvas* , LayerAndroid* , IntRect* );
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.cpp 69 void DrawingAreaProxyImpl::paint(BackingStore::PlatformGraphicsContext context, const IntRect& rect, Region& unpaintedRegion)
103 unpaintedRegion.subtract(IntRect(IntPoint(), m_backingStore->size()));
118 bool DrawingAreaProxyImpl::paint(const WebCore::IntRect&, PlatformDrawingContext)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp 100 bool NetscapePlugin::platformInvalidate(const IntRect& invalidRect)
127 IntRect clipRectInPluginWindowCoordinates = m_clipRect;
138 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool)
  /external/webkit/Source/WebCore/accessibility/
AccessibilityImageMapLink.h 71 virtual IntRect elementRect() const;
AccessibilityMenuListOption.cpp 102 IntRect AccessibilityMenuListOption::elementRect() const
AccessibilityScrollView.h 59 virtual IntRect elementRect() const;
AccessibilityScrollbar.h 54 virtual IntRect elementRect() const;
AccessibilitySlider.h 81 virtual IntRect elementRect() const;
AccessibilityTableHeaderContainer.cpp 60 IntRect AccessibilityTableHeaderContainer::elementRect() const

Completed in 958 milliseconds

<<21222324252627282930>>