HomeSort by relevance Sort by last modified time
    Searched refs:FloatRect (Results 276 - 300 of 452) sorted by null

<<111213141516171819

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 175 Vector<FloatRect> textRects;
201 Vector<FloatRect> textRectsInSelectionRectCoordinates;
222 m_webPage->send(Messages::WebPageProxy::SetFindIndicator(FloatRect(), Vector<FloatRect>(), handle, false));
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 153 path.addEllipse(FloatRect(m_coords[0].calcMinValue(width) - r, m_coords[1].calcMinValue(height) - r, 2 * r, 2 * r));
162 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
166 path.addRect(FloatRect(0, 0, width, height));
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 209 IntRect ContextShadow::calculateLayerBoundingRect(GraphicsContext* context, const FloatRect& layerArea, const IntRect& clipRect)
212 FloatRect layerFloatRect;
231 FloatRect unclippedLayerRect = layerFloatRect;
TiledBackingStore.cpp 149 Tile::paintCheckerPattern(context, FloatRect(target));
289 FloatRect keepRectF = keepRect;
295 FloatRect tileRect = it->second->rect();
321 return enclosingIntRect(FloatRect(rect.x() / m_contentsScale,
329 return enclosingIntRect(FloatRect(rect.x() * m_contentsScale,
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 28 #include "FloatRect.h"
110 FloatRect scissorRect;
739 void PainterOpenVG::intersectScissorRect(const FloatRect& rect)
750 m_state->scissorRect.intersect(FloatRect(enclosingIntRect(rect)));
753 m_state->scissorRect = FloatRect(enclosingIntRect(rect));
759 void PainterOpenVG::intersectClipRect(const FloatRect& rect)
771 // represented as FloatRect) so we could apply scissoring instead of
780 // The transformed scissorRect cannot be represented as FloatRect
820 void PainterOpenVG::drawRect(const FloatRect& rect, VGbitfield specifiedPaintModes)
854 void PainterOpenVG::drawRoundedRect(const FloatRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& (…)
    [all...]
PathOpenVG.cpp 24 #include "FloatRect.h"
158 FloatRect Path::boundingRect() const
169 return FloatRect(FloatPoint(minX, minY), FloatSize(width, height));
172 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const
380 void Path::addRect(const FloatRect& rect)
403 void Path::addEllipse(const FloatRect& rect)
  /external/webkit/Source/WebCore/rendering/
RenderMediaControls.cpp 74 static FloatRect getUnzoomedRectAndAdjustCurrentContext(RenderObject* o, const PaintInfo& paintInfo, const IntRect &originalRect)
77 FloatRect unzoomedRect(originalRect);
146 FloatRect unzoomedRect = getUnzoomedRectAndAdjustCurrentContext(o, paintInfo, r);
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 65 virtual void setWindowRect(const WebCore::FloatRect&);
66 virtual WebCore::FloatRect windowRect();
67 virtual WebCore::FloatRect pageRect();
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 40 #import <WebCore/FloatRect.h>
260 FloatRect PageClientImpl::convertToDeviceSpace(const FloatRect& rect)
265 FloatRect PageClientImpl::convertToUserSpace(const FloatRect& rect)
409 void PageClientImpl::showCorrectionPanel(CorrectionPanelInfo::PanelType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling)
255 FloatRect pageRect(FloatPoint(0, 0), pageSizeInPixels);
318 FloatRect pageRect(FloatPoint(0, 0), pageSizeInPixels);
339 printContext.computePageRects(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
347 graphicsContext.fillRect(FloatRect(0, 0, pageWidth, totalHeight));
DOMWindow.h 53 class FloatRect;
107 static void adjustWindowRect(const FloatRect& screen, FloatRect& window, const FloatRect& pendingChanges);
EditorClient.h 32 #include "FloatRect.h"
167 virtual void showCorrectionPanel(CorrectionPanelInfo::PanelType, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacmentString, const Vector<String>& alternativeReplacementStrings) = 0;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 117 void ImageBuffer::clip(GraphicsContext* context, const FloatRect& maskRect) const
122 void ImageBuffer::draw(GraphicsContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect,
130 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform,
131 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 135 void ImageBuffer::draw(GraphicsContext* destContext, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect,
146 void ImageBuffer::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const AffineTransform& patternTransform,
147 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
157 void ImageBuffer::clip(GraphicsContext* context, const FloatRect& floatRect) const
163 IntRect rect = enclosingIntRect(floatRect);
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 64 class FloatRect;
140 FloatRect mapRect(const FloatRect&) const;
242 static TransformationMatrix rectToRect(const FloatRect&, const FloatRect&);
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextQuery.cpp 465 FloatRect extent;
468 static inline void calculateGlyphBoundaries(SVGTextQuery::Data* queryData, const SVGTextFragment& fragment, int startPosition, FloatRect& extent)
507 FloatRect SVGTextQuery::extentOfCharacter(unsigned position) const
510 return FloatRect();
531 FloatRect extent;
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 142 void PlatformCALayerWinInternal::internalSetNeedsDisplay(const FloatRect* dirtyRect)
151 void PlatformCALayerWinInternal::setNeedsDisplay(const FloatRect* dirtyRect)
170 FloatRect layerBounds = owner()->bounds();
171 FloatRect repaintCounterRect = layerBounds;
181 FloatRect flippedDirtyRect = *dirtyRect;
314 void PlatformCALayerWinInternal::setBounds(const FloatRect& rect)
328 void PlatformCALayerWinInternal::setFrame(const FloatRect& rect)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 35 #include "FloatRect.h"
113 void ChromeClientAndroid::setWindowRect(const FloatRect&) { notImplemented(); }
115 FloatRect ChromeClientAndroid::windowRect() {
118 return FloatRect();
121 return FloatRect();
124 FloatRect fRect(rect.x(), rect.y(), rect.width(), rect.height());
128 FloatRect ChromeClientAndroid::pageRect() { notImplemented(); return FloatRect(); }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 112 void ChromeClientQt::setWindowRect(const FloatRect& rect)
125 FloatRect ChromeClientQt::windowRect()
128 return FloatRect();
132 FloatRect ChromeClientQt::pageRect()
135 return FloatRect();
136 return FloatRect(QRectF(QPointF(0, 0), m_webPage->viewportSize()));
660 return enclosingIntRect(FloatRect(platformPageClient()->graphicsItemVisibleRect()));
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 239 void PlatformCALayer::setNeedsDisplay(const FloatRect* dirtyRect)
400 FloatRect PlatformCALayer::bounds() const
405 void PlatformCALayer::setBounds(const FloatRect& value)
584 FloatRect PlatformCALayer::contentsRect() const
589 void PlatformCALayer::setContentsRect(const FloatRect& value)
690 FloatRect PlatformCALayer::frame() const
695 void PlatformCALayer::setFrame(const FloatRect& value)
  /external/webkit/Source/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 28 #include "FloatRect.h"
219 context->drawImage(imgElt, FloatRect(exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec),
221 FloatRect(exec->argument(5).toFloat(exec), exec->argument(6).toFloat(exec),
241 context->drawImage(canvas, FloatRect(exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec),
243 FloatRect(exec->argument(5).toFloat(exec), exec->argument(6).toFloat(exec),
263 context->drawImage(video, FloatRect(exec->argument(1).toFloat(exec), exec->argument(2).toFloat(exec),
265 FloatRect(exec->argument(5).toFloat(exec), exec->argument(6).toFloat(exec),
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 31 #include "FloatRect.h"
69 String valueToString(const FloatRect& arg)
72 builder.append("[FloatRect x=");
237 const FloatRect& boundingBox() const { return m_boundingBox; }
350 FloatRect m_boundingBox;
436 const FloatRect& boundingBox()
476 FloatRect m_boundingBox;
719 const FloatRect& boundingBox = seg->boundingBox();
749 const FloatRect& boundingBox = seg->boundingBox();
805 const FloatRect& boundingBox = querySegment->contour()->boundingBox()
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilitySlider.cpp 182 FloatQuad floatQuad = m_parentSlider->renderer()->localToAbsoluteQuad(FloatRect(intRect));
  /external/webkit/Source/WebCore/inspector/
InspectorFrontendClientLocal.cpp 37 #include "FloatRect.h"
129 FloatRect frameRect = m_frontendPage->chrome()->windowRect();
  /external/webkit/Source/WebCore/page/win/
FrameCGWin.cpp 88 FloatRect fr = frame->selection()->bounds();

Completed in 2253 milliseconds

<<111213141516171819