HomeSort by relevance Sort by last modified time
    Searched refs:IntSize (Results 326 - 350 of 678) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 87 m_size = IntSize(width, height);
116 IntSize selfSize = size();
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 64 IntSize PDFDocumentImage::size() const
73 return IntSize((int)(fabsf(rotWidth) + 0.5f), (int)(fabsf(rotHeight) + 0.5f));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
DrawingBufferChromium.cpp 56 static unsigned generateColorTexture(GraphicsContext3D* context, const IntSize& size)
75 const IntSize& size,
PlatformCanvas.cpp 51 void PlatformCanvas::resize(const IntSize& size)
  /external/webkit/Source/WebCore/platform/graphics/gpu/mac/
DrawingBufferMac.mm 40 const IntSize& size,
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 86 IntSize naturalSize() const;
125 void setSize(const IntSize&);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 29 #include "IntSize.h"
115 static void adjustSourceRectForDownSampling(FloatRect& srcRect, const IntSize& origSize, const IntSize& scaledSize)
TiledImageOpenVG.cpp 29 TiledImageOpenVG::TiledImageOpenVG(const IntSize& size, const IntSize& tileSize)
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 66 GraphicsContext::WindowsBitmap::WindowsBitmap(HDC hdc, IntSize size)
95 GraphicsContext::WindowsBitmap* GraphicsContext::createWindowsBitmap(IntSize size)
  /external/webkit/Source/WebCore/platform/gtk/
ScrollViewGtk.cpp 173 IntSize(max(0, m_boundsSize.width() - (verticalScrollbar() && !includeScrollbars ? verticalScrollbar()->width() : 0)),
190 IntSize(allocation.width, allocation.height));
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 118 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
122 virtual void contentsSizeChanged(Frame*, const IntSize&) const;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 101 virtual void scroll(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll, const WebCore::IntRect& clipRect);
106 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
DragClientGtk.cpp 120 IntSize imageSize(cairo_image_surface_get_width(image), cairo_image_surface_get_height(image));
137 IntSize origin = eventPos - dragImageOrigin;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 232 virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&,
238 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*,
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 119 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
127 virtual void contentsSizeChanged(Frame*, const IntSize&) const;
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 36 #include <WebCore/IntSize.h>
157 WebCore::IntSize m_fullscreenSize;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 40 PassRefPtr<EmbeddedWidget> EmbeddedWidget::create(IWebEmbeddedView* view, Element* element, HWND parentWindow, const IntSize& size)
54 bool EmbeddedWidget::createWindow(HWND parentWindow, const IntSize& size)
WebChromeClient.h 102 virtual void scroll(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll, const WebCore::IntRect& clipRect);
107 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 100 virtual void scroll(const WebCore::IntSize&, const WebCore::IntRect&, const WebCore::IntRect&);
104 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
  /external/webkit/Source/WebKit2/UIProcess/mac/
ChunkedUpdateDrawingAreaProxyMac.mm 51 const IntSize& viewSize = size();
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.h 107 virtual void setBoundsSize(const WebCore::IntSize&);
188 WebCore::IntSize m_boundsSize;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.cpp 123 void LayerTreeHostCA::scrollNonCompositedContents(const IntRect& scrollRect, const IntSize& scrollOffset)
128 void LayerTreeHostCA::sizeDidChange(const IntSize& newSize)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 234 IntSize offsetFromRenderer() const { return m_offsetFromRenderer; }
235 void setOffsetFromRenderer(const IntSize& offset) { m_offsetFromRenderer = offset; }
304 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*animationName*/, double /*timeOffset*/) { return false; }
389 IntSize m_offsetFromRenderer;
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 33 #include "IntSize.h"
287 IntSize ImageSource::size() const
294 return IntSize(m_decoder.m_image->origWidth(), m_decoder.m_image->origHeight());
296 return IntSize(0, 0);
426 IntSize ImageSource::frameSizeAtIndex(size_t index) const
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 105 virtual bool addAnimation(const KeyframeValueList&, const IntSize& boxSize, const Animation*, const String& animationName, double timeOffset);
162 bool createTransformAnimationsFromKeyframes(const KeyframeValueList&, const Animation*, const String& animationName, double timeOffset, const IntSize& boxSize);
174 bool setTransformAnimationEndpoints(const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);
175 bool setTransformAnimationKeyframes(const KeyframeValueList&, const Animation*, PlatformCAAnimation*, int functionIndex, TransformOperation::OperationType, bool isMatrixAnimation, const IntSize& boxSize);

Completed in 936 milliseconds

<<11121314151617181920>>