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

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.h 79 virtual WebCore::FloatRect convertToDeviceSpace(const WebCore::FloatRect&);
80 virtual WebCore::FloatRect convertToUserSpace(const WebCore::FloatRect&);
113 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
  /external/webkit/Source/WebKit2/UIProcess/
PageClient.h 114 virtual WebCore::FloatRect convertToDeviceSpace(const WebCore::FloatRect&) = 0;
115 virtual WebCore::FloatRect convertToUserSpace(const WebCore::FloatRect&) = 0;
140 virtual void showCorrectionPanel(WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings) = 0;
WebUIClient.h 37 class FloatRect;
83 void setWindowFrame(WebPageProxy*, const WebCore::FloatRect&);
84 WebCore::FloatRect windowFrame(WebPageProxy*);
100 void drawHeader(WebPageProxy*, WebFrameProxy*, const WebCore::FloatRect&);
101 void drawFooter(WebPageProxy*, WebFrameProxy*, const WebCore::FloatRect&);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.cpp 37 #include "FloatRect.h"
127 FloatRect TilingData::tileBoundsNormalized(int tile) const
130 FloatRect bounds(tileBounds(tile));
200 IntRect TilingData::overlappedTileIndices(const WebCore::FloatRect &srcRect) const
205 void TilingData::intersectDrawQuad(const FloatRect& srcRect, const FloatRect& dstRect, int tile,
206 FloatRect* newSrc, FloatRect* newDst) const
209 FloatRect tileBounds = this->tileBounds(tile);
210 FloatRect srcRectIntersected = srcRect
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 87 void setNeedsDisplay(const FloatRect* dirtyRect = 0);
119 FloatRect bounds() const;
120 void setBounds(const FloatRect&);
156 FloatRect contentsRect() const;
157 void setContentsRect(const FloatRect&);
177 FloatRect frame() const;
178 void setFrame(const FloatRect&);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilterPrimitive.cpp 65 FloatRect RenderSVGResourceFilterPrimitive::determineFilterPrimitiveSubregion(FilterEffect* effect)
67 FloatRect uniteRect;
68 FloatRect subregionBoundingBox = effect->effectBoundaries();
69 FloatRect subregion = subregionBoundingBox;
88 FloatRect targetBoundingBox = filter->targetBoundingBox();
117 FloatRect absoluteSubregion = filter->mapLocalRectToAbsoluteRect(subregion);
127 FloatRect absoluteScaledFilterRegion = filter->filterRegion();
RenderSVGContainer.cpp 103 FloatRect repaintRect = repaintRectInLocalCoordinates();
151 m_objectBoundingBox = FloatRect();
152 m_strokeBoundingBox = FloatRect();
153 m_repaintBoundingBox = FloatRect();
RenderSVGViewportContainer.h 50 FloatRect m_viewport;
  /external/webkit/Source/WebCore/page/
ChromeClient.h 49 class FloatRect;
79 virtual void setWindowRect(const FloatRect&) = 0;
80 virtual FloatRect windowRect() = 0;
82 virtual FloatRect pageRect() = 0;
204 virtual FloatRect customHighlightRect(Node*, const AtomicString& type, const FloatRect& lineRect);
205 virtual void paintCustomHighlight(Node*, const AtomicString& type, const FloatRect& boxRect, const FloatRect& lineRect,
211 virtual bool paintCustomScrollbar(GraphicsContext*, const FloatRect&, ScrollbarControlSize,
214 virtual bool paintCustomScrollCorner(GraphicsContext*, const FloatRect&)
    [all...]
Chrome.h 43 class FloatRect;
89 void setWindowRect(const FloatRect&) const;
90 FloatRect windowRect() const;
92 FloatRect pageRect() const;
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp 46 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
47 virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
48 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect);
53 void BufferedImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator compositeOp)
60 void BufferedImage::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRectIn, const AffineTransform& patternTransform,
61 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect)
111 void ImageBuffer::clip(GraphicsContext*, const FloatRect&) const
116 void ImageBuffer::draw(GraphicsContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 37 #include "FloatRect.h"
96 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
98 FloatRect srcRect(src);
99 FloatRect dstRect(dst);
166 void Image::drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform,
167 const FloatPoint& phase, ColorSpace colorSpace, CompositeOperator op, const FloatRect& destRect)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 25 #include "FloatRect.h"
115 static void adjustSourceRectForDownSampling(FloatRect& srcRect, const IntSize& origSize, const IntSize& scaledSize)
132 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op)
156 FloatRect srcRectLocal(src);
168 void Image::drawPattern(GraphicsContext* context, const FloatRect& src,
171 CompositeOperator op, const FloatRect& dst)
GraphicsContextOpenVG.cpp 155 void GraphicsContext::fillRect(const FloatRect& rect)
163 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
189 void GraphicsContext::clip(const FloatRect& rect)
228 strokeRect(FloatRect(finalFocusRect), 1.f);
260 FloatRect GraphicsContext::roundToDevicePixels(const FloatRect& rect, RoundingMode)
263 return FloatRect();
265 return FloatRect(enclosingIntRect(m_data->transformation().mapRect(rect)));
305 void GraphicsContext::clearRect(const FloatRect& rect)
316 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
PathWx.cpp 31 #include "FloatRect.h"
97 FloatRect Path::boundingRect() const
105 return FloatRect();
108 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const
111 return FloatRect();
196 void Path::addRect(const FloatRect& rect)
204 void Path::addEllipse(const FloatRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.h 33 #include "FloatRect.h"
113 PlatformContext beginShadowLayer(GraphicsContext*, const FloatRect& layerArea);
129 FloatRect m_sourceRect; // Sub-rect of m_layerImage that contains the shadow pixels.
136 IntRect calculateLayerBoundingRect(GraphicsContext*, const FloatRect& layerArea, const IntRect& clipRect);
GlyphMetricsMap.h 100 template<> inline FloatRect GlyphMetricsMap<FloatRect>::unknownMetrics()
102 return FloatRect(0, 0, cGlyphSizeUnknown, cGlyphSizeUnknown);
Image.cpp 79 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, ColorSpace styleColorSpace, CompositeOperator op)
90 static inline FloatSize calculatePatternScale(const FloatRect& dstRect, const FloatRect& srcRect, Image::TileRule hRule, Image::TileRule vRule)
108 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, ColorSpace styleColorSpace, CompositeOperator op)
124 FloatRect oneTileRect;
131 FloatRect visibleSrcRect;
141 FloatRect tileRect(FloatPoint(), intrinsicTileSize);
148 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRule, TileRule vRule, ColorSpace styleColorSpace, CompositeOperator op)
  /external/webkit/Source/WebCore/svg/
PatternAttributes.h 59 FloatRect viewBox() const { return m_viewBox; }
90 void setViewBox(const FloatRect& value)
143 FloatRect m_viewBox;
SVGStyledLocatableElement.cpp 47 FloatRect SVGStyledLocatableElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 55 virtual void setWindowRect(const WebCore::FloatRect&);
56 virtual WebCore::FloatRect windowRect();
58 virtual WebCore::FloatRect pageRect();
152 virtual WebCore::FloatRect customHighlightRect(WebCore::Node*, const WTF::AtomicString& type, const WebCore::FloatRect& lineRect);
153 virtual void paintCustomHighlight(WebCore::Node*, const WTF::AtomicString& type, const WebCore::FloatRect& boxRect, const WebCore::FloatRect& lineRect,
159 virtual bool paintCustomScrollbar(WebCore::GraphicsContext*, const WebCore::FloatRect&, WebCore::ScrollbarControlSize,
162 virtual bool paintCustomScrollCorner(WebCore::GraphicsContext*, const WebCore::FloatRect&);
  /external/webkit/Source/WebCore/css/
CSSCanvasValue.h 55 virtual void canvasChanged(HTMLCanvasElement*, const FloatRect& changedRect);
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.h 31 #include "FloatRect.h"
58 virtual void canvasChanged(HTMLCanvasElement*, const FloatRect& changedRect) = 0;
98 void didDraw(const FloatRect&);
113 IntRect convertLogicalToDevice(const FloatRect&) const;
169 FloatRect m_dirtyRect;
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp 37 #include "FloatRect.h"
309 FloatRect normalizeRect(const FloatRect& rect)
311 FloatRect norm = rect;
339 const FloatRect& floatSrcRect,
344 const FloatRect& destRect)
346 FloatRect normSrcRect = normalizeRect(floatSrcRect);
434 static void drawBitmapGLES2(GraphicsContext* ctxt, NativeImageSkia* bitmap, const FloatRect& srcRect, const FloatRect& dstRect, ColorSpace styleColorSpace, CompositeOperator compositeOp)
474 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 33 #include "FloatRect.h"
38 class FloatRect;
48 virtual void setWindowRect(const FloatRect&);
49 virtual FloatRect windowRect();
51 virtual FloatRect pageRect();

Completed in 407 milliseconds

1 2 3 45 6 7 8 91011>>