HomeSort by relevance Sort by last modified time
    Searched refs:IntSize (Results 76 - 100 of 328) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DisplayList.cpp 34 #include "platform/geometry/IntSize.h"
60 SkCanvas* DisplayList::beginRecording(const IntSize& size, uint32_t recordFlags)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageBufferSurface.cpp 43 WebGLImageBufferSurface::WebGLImageBufferSurface(const IntSize& size, OpacityMode opacityMode)
WebGLImageBufferSurface.h 48 WebGLImageBufferSurface(const IntSize&, OpacityMode = NonOpaque);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeNonMacCommon.h 52 virtual IntSize buttonSize(ScrollbarThemeClient*) = 0;
ScrollbarThemeAura.cpp 68 IntSize scrollbarSize = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarVerticalTrack);
152 IntSize ScrollbarThemeAura::buttonSize(ScrollbarThemeClient* scrollbar)
155 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarUpArrow);
156 return IntSize(size.width(), scrollbar->height() < 2 * size.height() ? scrollbar->height() / 2 : size.height());
160 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarLeftArrow);
161 return IntSize(scrollbar->width() < 2 * size.width() ? scrollbar->width() / 2 : size.width(), size.height());
167 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarVerticalThumb);
171 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartScrollbarHorizontalThumb);
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.h 35 #include "platform/geometry/IntSize.h"
69 WebCore::IntSize m_exitFullscreenScrollOffset;
PopupMenuChromium.h 52 virtual void show(const WebCore::FloatQuad& controlPosition, const WebCore::IntSize& controlSize, int index) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCanvasValue.h 46 PassRefPtr<Image> image(RenderObject*, const IntSize&);
48 IntSize fixedSize(const RenderObject*);
CSSCrossfadeValue.h 55 PassRefPtr<Image> image(RenderObject*, const IntSize&);
57 IntSize fixedSize(const RenderObject*);
DragUpdateTest.cpp 22 OwnPtr<DummyPageHolder> dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
48 OwnPtr<DummyPageHolder> dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObjectTest.cpp 66 : m_srcPageHolder(DummyPageHolder::create(IntSize(800, 600)))
67 , m_destPageHolder(DummyPageHolder::create(IntSize(800, 600)))
ElementRareData.h 104 IntSize savedLayerScrollOffset() const { return m_savedLayerScrollOffset; }
105 void setSavedLayerScrollOffset(IntSize size) { m_savedLayerScrollOffset = size; }
137 IntSize m_savedLayerScrollOffset;
158 inline IntSize defaultMinimumSizeForResizing()
160 return IntSize(LayoutUnit::max(), LayoutUnit::max());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMeter.cpp 58 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect()));
71 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frame));
RenderThemeChromiumMac.mm 556 IntSize size = popupButtonSizes()[[popupButton() controlSize]];
565 IntRect RenderThemeChromiumMac::inflateRect(const IntRect& r, const IntSize& size, const int* margins, float zoomLevel) const
686 void RenderThemeChromiumMac::setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minSize, float zoomLevel)
701 IntSize RenderThemeChromiumMac::sizeForFont(RenderStyle* style, const IntSize* sizes) const
704 IntSize result = sizes[controlSizeForFont(style)];
705 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
710 IntSize RenderThemeChromiumMac::sizeForSystemFont(RenderStyle* style, const IntSize* sizes) cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImage.cpp 90 void StyleFetchedImage::setContainerSizeForRenderer(const RenderObject* renderer, const IntSize& imageContainerSize, float imageContainerZoomFactor)
105 PassRefPtr<Image> StyleFetchedImage::image(RenderObject* renderer, const IntSize&) const
StyleFetchedImage.h 53 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE;
56 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE;
StyleFetchedImageSet.cpp 97 void StyleFetchedImageSet::setContainerSizeForRenderer(const RenderObject* renderer, const IntSize& imageContainerSize, float imageContainerZoomFactor)
112 PassRefPtr<Image> StyleFetchedImageSet::image(RenderObject* renderer, const IntSize&) const
StyleFetchedImageSet.h 67 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE;
70 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE;
StyleImage.h 28 #include "platform/geometry/IntSize.h"
62 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) = 0;
65 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const = 0;
StylePendingImage.h 59 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE { }
62 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h 46 virtual IntSize size() const OVERRIDE;
59 virtual void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.h 72 PaintingData(long paintingSeed, const IntSize& paintingSize)
81 IntSize filterSize;
FilterOperations.cpp 30 #include "platform/geometry/IntSize.h"
35 static inline IntSize outsetSizeForBlur(float stdDeviation)
37 IntSize kernelSize = FEGaussianBlur::calculateUnscaledKernelSize(FloatPoint(stdDeviation, stdDeviation));
39 IntSize outset;
119 IntSize outsetSize = outsetSizeForBlur(stdDeviation);
126 IntSize outsetSize = outsetSizeForBlur(dropShadowOperation->stdDeviation());
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutSize.h 36 #include "platform/geometry/IntSize.h"
50 LayoutSize(const IntSize& size) : m_width(size.width()), m_height(size.height()) { }
177 inline IntSize flooredIntSize(const LayoutSize& s)
179 return IntSize(s.width().floor(), s.height().floor());
182 inline IntSize roundedIntSize(const LayoutSize& s)
184 return IntSize(s.width().round(), s.height().round());
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 99 virtual IntSize size() const { return m_size; }
103 virtual IntSize decodedSize() const { return size(); }
110 virtual IntSize frameSizeAtIndex(size_t) const
121 m_size = IntSize(width, height);
299 IntSize m_size;

Completed in 340 milliseconds

1 2 34 5 6 7 8 91011>>