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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 137 virtual void adjustParametersForTiledDrawing(IntSize& size, FloatRect& srcRect);
IntRect.cpp 39 , m_size(IntSize(static_cast<int>(r.width()), static_cast<int>(r.height())))
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 544 const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
545 const IntSize& bottomLeft, const IntSize& bottomRight,
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 82 void CanvasTexture::setSize(const IntSize& size)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
CairoUtilities.cpp 124 void drawPatternToCairoContext(cairo_t* cr, cairo_surface_t* image, const IntSize& imageSize, const FloatRect& tileRect,
  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp 83 IntSize requiredSize(m_contentRect.size());
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEDisplacementMap.cpp 118 IntSize paintSize = absolutePaintRect().size();
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 364 IntSize MediaPlayerPrivate::naturalSize() const
367 return IntSize();
371 return IntSize(width, height);
573 void MediaPlayerPrivate::setSize(const IntSize& size)
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 278 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
  /external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 361 String imageTitle(const String& filename, const IntSize& size)
  /external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp 336 String imageTitle(const String& filename, const IntSize& size)
ScrollViewWx.cpp 168 IntSize ScrollView::platformContentsSize() const
176 return IntSize(width, height);
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 166 IntSize contentOffsetInCompostingLayer() const;
RenderTableCell.h 148 virtual IntSize offsetFromContainer(RenderObject*, const IntPoint&) const;
RenderThemeChromiumSkia.cpp 219 const IntSize size(widgetStandardWidth, widgetStandardHeight);
265 IntSize offsetFromInputRenderer = -(partRenderer->offsetFromAncestorContainer(inputRenderer));
302 IntSize emptySize(1, 11);
516 void RenderThemeChromiumSkia::setSizeIfAuto(RenderStyle* style, const IntSize& size)
RenderThemeWin.h 141 virtual IntPoint volumeSliderOffsetFromMuteButton(RenderBox*, const IntSize&) const;
RootInlineBox.h 108 GapRects lineSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock, int selTop, int selHeight, const PaintInfo*);
  /external/webkit/Source/WebKit/gtk/webkit/
webkiticondatabase.cpp 28 #include "IntSize.h"
294 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(pageURL, WebCore::IntSize(16, 16));
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 123 virtual PassRefPtr<WebCore::Widget> createPlugin(const WebCore::IntSize&, WebCore::HTMLPlugInElement*, const WebCore::KURL&, const Vector<WTF::String>&, const Vector<WTF::String>&, const WTF::String&, bool loadManually);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 881 PassRefPtr<Widget> FrameLoaderClientWx::createPlugin(const IntSize& size, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually)
904 PassRefPtr<Widget> FrameLoaderClientWx::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL,
963 IntSize size = IntRect(m_webView->GetRect()).size();
971 m_frame->createView(size, backgroundColor, transparent, IntSize(), false);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 66 IntSize size = frame->visibleContentBoundsExcludingScrollbars().size();
369 void WebChromeClient::scroll(const IntSize& scrollOffset, const IntRect& scrollRect, const IntRect& clipRect)
399 void WebChromeClient::contentsSizeChanged(Frame* frame, const IntSize& size) const
742 void WebChromeClient::didCompleteRubberBandForMainFrame(const IntSize& initialOverhang) const
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 54 class IntSize;
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 119 inline IntSize frameToMainFrameOffset(Frame* frame)
223 IntSize mainFrameOffset = frameToMainFrameOffset(containingFrame);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 41 PassRefPtr<DrawingBuffer> DrawingBuffer::create(GraphicsContext3D* context, const IntSize& size)
194 bool DrawingBuffer::reset(const IntSize& newSize)
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 66 if (ImageDecoder::isSizeAvailable() && size() == IntSize(width, height))
371 const IntSize& bufferSize = scaledSize();

Completed in 988 milliseconds

<<11121314151617181920>>