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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/rendering/
RenderWidget.cpp 165 bool RenderWidget::setWidgetGeometry(const IntRect& frame, const IntSize& boundsSize)
298 IntSize paintOffset = paintLocation - widgetLocation;
RenderBlock.cpp     [all...]
RenderListBox.cpp 339 static IntSize itemOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, IntRect itemBoudingBox)
346 IntSize offset = IntSize(0, itemFont.fontMetrics().ascent());
767 IntSize RenderListBox::contentsSize() const
769 return IntSize(scrollWidth(), scrollHeight());
RenderObject.h 442 void drawArcForBoxSide(GraphicsContext*, int x, int y, float thickness, const IntSize& radius, int angleStart,
576 virtual IntSize offsetFromContainer(RenderObject*, const IntPoint&) const;
578 IntSize offsetFromAncestorContainer(RenderObject*) const;
657 virtual void adjustForColumns(IntSize&, const IntPoint&) const { }
    [all...]
RenderBox.cpp 409 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWritingMode());
    [all...]
HitTestResult.cpp 619 actualPoint -= IntSize(leftPadding, topPadding);
621 IntSize actualPadding(leftPadding + rightPadding, topPadding + bottomPadding);
623 actualPadding += IntSize(1, 1);
RenderTableSection.cpp 315 statePusher.push(this, IntSize(x(), y()));
385 statePusher.push(this, IntSize(x(), y()));
443 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWritingMode());
584 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWritingMode());
707 view()->addLayoutDelta(IntSize(oldCellRect.x() - cell->x(), oldCellRect.y() - cell->y()));
721 IntSize childOffset(cell->x() - oldCellRect.x(), cell->y() - oldCellRect.y());
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_history.cpp 29 #include "IntSize.h"
584 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(core->url(), WebCore::IntSize(16, 16));
612 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(core->url(), WebCore::IntSize(16, 16));
ewk_private.h 107 WTF::PassRefPtr<WebCore::Widget> ewk_view_plugin_create(Evas_Object* o, Evas_Object* frame, const WebCore::IntSize& pluginSize, WebCore::HTMLPlugInElement* element, const WebCore::KURL& url, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues, const WTF::String& mimeType, bool loadManually);
165 WTF::PassRefPtr<WebCore::Widget> ewk_frame_plugin_create(Evas_Object* o, const WebCore::IntSize& pluginSize, WebCore::HTMLPlugInElement* element, const WebCore::KURL& url, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues, const WTF::String& mimeType, bool loadManually);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 388 void ChromeClientWx::contentsSizeChanged(Frame*, const IntSize&) const
447 void ChromeClientWx::scroll(const IntSize&, const IntRect&, const IntRect&)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
AccessibilityWebPageObject.mm 148 const IntSize& s = m_page->size();
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 34 #include "IntSize.h"
44 PassRefPtr<Image> CSSGradientValue::image(RenderObject* renderer, const IntSize& size)
365 static float positionFromValue(CSSPrimitiveValue* value, RenderStyle* style, RenderStyle* rootStyle, const IntSize& size, bool isHorizontal)
397 FloatPoint CSSGradientValue::computeEndPoint(CSSPrimitiveValue* first, CSSPrimitiveValue* second, RenderStyle* style, RenderStyle* rootStyle, const IntSize& size)
475 static void endPointsFromAngle(float angleDeg, const IntSize& size, FloatPoint& firstPoint, FloatPoint& secondPoint)
529 PassRefPtr<Gradient> CSSLinearGradientValue::createGradient(RenderObject* renderer, const IntSize& size)
722 PassRefPtr<Gradient> CSSRadialGradientValue::createGradient(RenderObject* renderer, const IntSize& size)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 190 void addCornerArc(SkPath* path, const SkRect& rect, const IntSize& size, int startAngle)
822 const IntSize& topLeft,
823 const IntSize& topRight,
824 const IntSize& bottomLeft,
825 const IntSize& bottomRight,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 39 const IntSize textureSize = texture->size();
340 IntSize TextureMapperNode::nearestSurfaceSize() const
780 IntSize wantedSize = IntSize(graphicsLayer->size().width(), graphicsLayer->size().height());
782 wantedSize = IntSize(graphicsLayer->contentsRect().width(), graphicsLayer->contentsRect().height());
785 m_size = IntSize(wantedSize.width(), wantedSize.height());
  /external/webkit/Source/WebKit/wx/
WebView.cpp 941 frame->view()->scrollBy(WebCore::IntSize(-WebCore::Scrollbar::pixelsPerLineStep(), 0));
945 frame->view()->scrollBy(WebCore::IntSize(0, -WebCore::Scrollbar::pixelsPerLineStep()));
949 frame->view()->scrollBy(WebCore::IntSize(WebCore::Scrollbar::pixelsPerLineStep(), 0));
953 frame->view()->scrollBy(WebCore::IntSize(0, WebCore::Scrollbar::pixelsPerLineStep()));
965 frame->view()->scrollBy(WebCore::IntSize(0, -frame->view()->visibleHeight() * WebCore::Scrollbar::minFractionToStepWhenPaging()));
969 frame->view()->scrollBy(WebCore::IntSize(0, frame->view()->visibleHeight() * WebCore::Scrollbar::minFractionToStepWhenPaging()));
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 142 void PageClientImpl::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset)
150 IntSize PageClientImpl::viewSize()
152 return IntSize([m_wkView bounds].size);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 208 , m_size(IntSize())
466 IntSize MediaPlayerPrivateGStreamer::naturalSize() const
469 return IntSize();
473 return IntSize();
493 return IntSize();
526 return IntSize(static_cast<int>(width), static_cast<int>(height));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 665 IntSize scroll = layer->scrolledContentOffset();
723 IntSize scroll = layer->scrolledContentOffset();
847 picture.setSize(IntSize(layer->getWidth(), layer->getHeight()));
886 const IntSize& boxSize,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 30 #include "IntSize.h"
854 void PainterOpenVG::drawRoundedRect(const FloatRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, VGbitfield specifiedPaintModes)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 499 IntSize MediaPlayerPrivateQuickTimeVisualContext::naturalSize() const
502 return IntSize();
509 return IntSize(abs(transformedSize.width), abs(transformedSize.height));
511 return IntSize(width, height);
717 void MediaPlayerPrivateQuickTimeVisualContext::setSize(const IntSize& size)
    [all...]
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 197 inline WebCore::IntSize toIntSize(const WKSize& wkSize)
199 return WebCore::IntSize(static_cast<int>(wkSize.width), static_cast<int>(wkSize.height));
233 inline WKSize toAPI(const WebCore::IntSize& size)
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 57 template<> struct ArgumentCoder<WebCore::IntSize> : SimpleArgumentCoder<WebCore::IntSize> { };
237 if (!image->rect().contains(WebCore::IntRect(hotSpot, WebCore::IntSize())))
  /external/v8/tools/
grokdump.py 666 return self.heap.PointerSize() + self.heap.IntSize()
851 return 12 * self.heap.PointerSize() + 4 * self.heap.IntSize()
854 return 12 * self.heap.PointerSize() + 5 * self.heap.IntSize()
897 return (heap.PointerSize() + heap.IntSize() + \
898 4 * heap.PointerSize() + 3 * heap.IntSize() + \
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 572 IntRect paintRect(IntPoint(0, 0), IntSize(rect.width(), rect.height()));
672 setNaturalSize(IntSize([m_avPlayerItem.get() presentationSize]));
692 setNaturalSize(IntSize(naturalSize));
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 256 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(url, WebCore::IntSize(16, 16));
263 icon = WebCore::iconDatabase().synchronousIconForPageURL(originalURL, WebCore::IntSize(16, 16));
    [all...]

Completed in 1074 milliseconds

<<11121314151617181920>>