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

<<21222324252627282930>>

  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 105 void renderCompositedLayers(WebCore::GraphicsContext*, const WebCore::IntRect& clip);
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 43 #include <WebCore/IntRect.h>
58 template<> struct ArgumentCoder<WebCore::IntRect> : SimpleArgumentCoder<WebCore::IntRect> { };
237 if (!image->rect().contains(WebCore::IntRect(hotSpot, WebCore::IntSize())))
  /external/webkit/Source/WebKit2/Shared/cg/
ShareableBitmapCG.cpp 65 void ShareableBitmap::paint(WebCore::GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect)
  /external/webkit/Source/WebKit2/UIProcess/win/
ChunkedUpdateDrawingAreaProxyWin.cpp 68 bool ChunkedUpdateDrawingAreaProxy::platformPaint(const IntRect& rect, HDC hdc)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePageOverlay.cpp 75 virtual void drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect)
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 156 void GraphicsContext::drawRect(const IntRect& rect)
303 void GraphicsContext::drawEllipse(const IntRect& rect)
314 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan)
747 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
788 void GraphicsContext::fillRectWithRoundedHole(const IntRect& rect, const RoundedIntRect& roundedHoleRect, const Color& color, ColorSpace colorSpace)
840 void GraphicsContext::clipOut(const IntRect& rect)
870 IntRect GraphicsContext::clipBounds() const
875 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 115 PassRefPtr<ByteArray> ImageBuffer::getUnmultipliedImageData(const IntRect& rect) const
177 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 155 virtual void paintContentsIfDirty(const IntRect&) { }
161 virtual void draw(const IntRect&) { }
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEComposite.cpp 215 IntRect effectADrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect());
218 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect());
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 194 void markDirtyRect(const IntRect& rect);
230 mutable IntRect m_softwareDirtyRect;
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGText.cpp 85 IntRect RenderSVGText::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
90 void RenderSVGText::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 74 virtual void invalidateContentsAndWindow(const IntRect& r, bool)
206 view->paint(context, IntRect(0, 0, view->width(), view->height()));
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.h 32 #include "IntRect.h"
96 void inval(const WebCore::IntRect&, bool signalRedraw);
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
WebFullScreenManagerMac.mm 178 IntRect destinationFrame = getFullScreenRect();
227 IntRect destinationFrame = getFullScreenRect();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 280 bool NetscapePlugin::platformInvalidate(const IntRect&)
382 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool isSnapshot)
825 static Rect computeFakeWindowBoundsRect(const WebCore::IntRect& windowFrameInScreenCoordinates, const WebCore::IntRect& viewFrameInWindowCoordinates)
844 void NetscapePlugin::windowAndViewFramesChanged(const IntRect& windowFrameInScreenCoordinates, const IntRect& viewFrameInWindowCoordinates)
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 322 void GraphicsContext::drawRect(const IntRect& rect)
433 void GraphicsContext::drawEllipse(const IntRect& rect)
744 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
780 void GraphicsContext::clip(const IntRect& rect)
842 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
    [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 51 typedef WTF::HashMap<const InlineTextBox*, IntRect> InlineTextBoxOverflowMap;
61 IntRect InlineTextBox::logicalOverflowRect() const
68 void InlineTextBox::setLogicalOverflowRect(const IntRect& rect)
173 IntRect InlineTextBox::selectionRect(int tx, int ty, int startPos, int endPos)
179 return IntRect();
195 IntRect r = enclosingIntRect(f.selectionRectForText(TextRun(characters, len, textObj->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride),
208 return IntRect(topPoint, IntSize(width, height));
    [all...]
RenderTheme.cpp 249 bool RenderTheme::paint(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
387 bool RenderTheme::paintBorderOnly(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
438 bool RenderTheme::paintDecorations(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
679 void RenderTheme::adjustRepaintRect(const RenderObject* o, IntRect& r)
927 bool RenderTheme::paintInputFieldSpeechButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 297 m_frame->view()->setActualVisibleContentRect(IntRect(IntPoint::zero(), currentVisibleContentSize));
    [all...]
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp     [all...]
FindCanvas.cpp 31 #include "IntRect.h"
530 IntRect FindOnPage::currentMatchBounds() const {
531 IntRect noBounds = IntRect(0, 0, 0, 0);
563 void FindOnPage::draw(SkCanvas* canvas, LayerAndroid* layer, IntRect* inval) {
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 350 , m_cursorBounds(WebCore::IntRect(0, 0, 0, 0))
351 , m_cursorHitBounds(WebCore::IntRect(0, 0, 0, 0))
359 , m_lastFocusedBounds(WebCore::IntRect(0,0,0,0))
564 view->platformWidget()->draw(&gc, WebCore::IntRect(0, 0,
717 WebCore::IntRect oldBounds;
730 oldBounds = WebCore::IntRect(0,0,0,0);
795 WebCore::IntRect bounds = cachedNode->bounds(cachedFrame);
836 WebCore::IntRect drawArea(inval.fLeft + origin.x(), inval.fTop + origin.y(),
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 685 IntRect contentRect = m_renderer->absoluteClippedOverflowRect();
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 275 void HTMLCanvasElement::paint(GraphicsContext* context, const IntRect& r)
385 IntRect HTMLCanvasElement::convertLogicalToDevice(const FloatRect& logicalRect) const
393 return IntRect(IntPoint(left, top), convertToValidDeviceSize(right - left, bottom - top));

Completed in 648 milliseconds

<<21222324252627282930>>