HomeSort by relevance Sort by last modified time
    Searched refs:IntSize (Results 26 - 50 of 315) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ImageLayerChromiumTest.cpp 47 static PassRefPtr<TestImage> create(const IntSize& size, bool opaque)
52 explicit TestImage(const IntSize& size, bool opaque)
73 virtual IntSize size() const OVERRIDE
102 IntSize m_size;
119 RefPtr<Image> opaqueImage = TestImage::create(IntSize(100, 100), true);
121 RefPtr<Image> nonOpaqueImage = TestImage::create(IntSize(100, 100), false);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.h 25 #include "core/platform/graphics/IntSize.h"
51 void setContainerSizeForRenderer(const ImageResourceClient*, const IntSize&, float);
52 IntSize imageSizeForRenderer(const RenderObject*) const;
SVGImage.h 52 virtual IntSize size() const OVERRIDE { return m_intrinsicSize; }
71 virtual void setContainerSize(const IntSize&) OVERRIDE;
72 IntSize containerSize() const;
94 IntSize m_intrinsicSize;
  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.h 42 class IntSize;
62 WebCore::IntPoint computeOrigin(const WebCore::IntSize& currentViewSize) const;
ExternalPopupMenu.h 44 class IntSize;
65 virtual void show(const WebCore::FloatQuad& controlPosition, const WebCore::IntSize&, int index) OVERRIDE;
PinchViewports.h 35 #include "core/platform/graphics/IntSize.h"
45 class IntSize;
64 void setViewportSize(const WebCore::IntSize&);
FullscreenController.h 34 #include "core/platform/graphics/IntSize.h"
65 WebCore::IntSize m_exitFullscreenScrollOffset;
PopupContainer.h 78 void showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, FrameView*, int index);
115 static IntRect layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent*, bool& needToResizeView);
127 IntRect layoutAndCalculateWidgetRect(int targetControlHeight, const IntSize& transformOffset, const IntPoint& popupInitialCoordinate);
153 IntSize m_controlSize;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.h 57 virtual void scrollTo(const IntSize& newOffset);
123 IntSize visibleSize() const { return visibleContentRect().size(); }
129 IntSize unscaledVisibleContentSize(VisibleContentRectIncludesScrollbars = ExcludeScrollbars) const;
134 IntSize layoutSize(VisibleContentRectIncludesScrollbars = ExcludeScrollbars) const;
137 IntSize fixedLayoutSize() const;
138 void setFixedLayoutSize(const IntSize&);
142 // Functions for getting/setting the size of the document contained inside the ScrollView (as an IntSize or as individual width and height
144 virtual IntSize contentsSize() const OVERRIDE; // Always at least as big as the visibleWidth()/visibleHeight().
147 virtual void setContentsSize(const IntSize&);
151 IntSize scrollOffset() const { return toIntSize(visibleContentRect().location()); } // Gets the scrolled p (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.cpp 34 PassRefPtr<ImageData> ImageData::create(const IntSize& size)
45 PassRefPtr<ImageData> ImageData::create(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray)
60 ImageData::ImageData(const IntSize& size)
67 ImageData::ImageData(const IntSize& size, PassRefPtr<Uint8ClampedArray> byteArray)
HTMLCanvasElement.h 33 #include "core/platform/graphics/IntSize.h"
48 class IntSize;
72 const IntSize& size() const { return m_size; }
79 void setSize(const IntSize& newSize)
132 bool shouldAccelerate(const IntSize&) const;
150 void setSurfaceSize(const IntSize&);
158 IntSize m_size;
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromiumDefault.h 47 virtual IntSize buttonSize(ScrollbarThemeClient*);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ShadowBlur.h 50 void blurLayerImage(unsigned char*, const IntSize&, int stride);
IntPoint.h 30 #include "core/platform/graphics/IntSize.h"
49 explicit IntPoint(const IntSize& size) : m_x(size.width()), m_y(size.height()) { }
59 void move(const IntSize& s) { move(s.width(), s.height()); }
106 inline IntPoint& operator+=(IntPoint& a, const IntSize& b)
112 inline IntPoint& operator-=(IntPoint& a, const IntSize& b)
118 inline IntPoint operator+(const IntPoint& a, const IntSize& b)
128 inline IntSize operator-(const IntPoint& a, const IntPoint& b)
130 return IntSize(a.x() - b.x(), a.y() - b.y());
133 inline IntPoint operator-(const IntPoint& a, const IntSize& b)
153 inline IntSize toIntSize(const IntPoint& a
    [all...]
RoundedRect.cpp 51 m_topLeft = IntSize();
54 m_topRight = IntSize();
57 m_bottomLeft = IntSize();
60 m_bottomRight = IntSize();
122 m_bottomLeft = IntSize();
124 m_topRight = IntSize();
125 m_topLeft = IntSize();
130 m_topRight = IntSize();
132 m_bottomLeft = IntSize();
133 m_bottomRight = IntSize();
    [all...]
FloatSize.h 47 class IntSize;
54 FloatSize(const IntSize&);
170 inline IntSize roundedIntSize(const FloatSize& p)
172 return IntSize(clampToInteger(roundf(p.width())), clampToInteger(roundf(p.height())));
175 inline IntSize flooredIntSize(const FloatSize& p)
177 return IntSize(clampToInteger(floorf(p.width())), clampToInteger(floorf(p.height())));
180 inline IntSize expandedIntSize(const FloatSize& p)
182 return IntSize(clampToInteger(ceilf(p.width())), clampToInteger(ceilf(p.height())));
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/ico/
ICOImageDecoder.h 50 virtual IntSize size() const;
51 virtual IntSize frameSizeAtIndex(size_t) const;
74 IntSize m_size;
151 IntSize m_frameSize;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.h 68 virtual IntSize sliderTickSize() const OVERRIDE;
80 virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const OVERRIDE;
133 IntRect inflateRect(const IntRect&, const IntSize&, const int* margins, float zoomLevel = 1.0f) const;
140 void setControlSize(NSCell*, const IntSize* sizes, const IntSize& minSize, float zoomLevel = 1.0f);
141 void setSizeFromFont(RenderStyle*, const IntSize* sizes) const;
142 IntSize sizeForFont(RenderStyle*, const IntSize* sizes) const;
143 IntSize sizeForSystemFont(RenderStyle*, const IntSize* sizes) const
    [all...]
RenderImageResourceStyleImage.cpp 69 return m_styleImage->image(m_renderer, IntSize(width, height));
72 void RenderImageResourceStyleImage::setContainerSizeForRenderer(const IntSize& size)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleGeneratedImage.cpp 48 IntSize fixedSize = m_imageGeneratorValue->fixedSize(renderer);
71 IntSize size = flooredIntSize(imageSize(renderer, 1));
79 m_imageGeneratorValue->addClient(renderer, IntSize());
87 PassRefPtr<Image> StyleGeneratedImage::image(RenderObject* renderer, const IntSize& size) const
StyleFetchedImage.h 53 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float);
56 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEConvolveMatrix.h 44 static PassRefPtr<FEConvolveMatrix> create(Filter*, const IntSize&,
48 IntSize kernelSize() const;
49 void setKernelSize(const IntSize&);
88 FEConvolveMatrix(Filter*, const IntSize&, float, float,
122 IntSize m_kernelSize;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageGeneratorValue.cpp 45 void CSSImageGeneratorValue::addClient(RenderObject* renderer, const IntSize& size)
68 IntSize removedImageSize;
70 IntSize size = sizeCount.size;
83 Image* CSSImageGeneratorValue::getImage(RenderObject* renderer, const IntSize& size)
88 IntSize oldSize = sizeCount.size;
104 void CSSImageGeneratorValue::putImage(const IntSize& size, PassRefPtr<Image> image)
109 PassRefPtr<Image> CSSImageGeneratorValue::image(RenderObject* renderer, const IntSize& size)
143 IntSize CSSImageGeneratorValue::fixedSize(const RenderObject* renderer)
157 return IntSize();
CSSCanvasValue.cpp 70 IntSize CSSCanvasValue::fixedSize(const RenderObject* renderer)
73 return IntSize(elt->width(), elt->height());
74 return IntSize();
88 PassRefPtr<Image> CSSCanvasValue::image(RenderObject* renderer, const IntSize& /*size*/)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterMeshGenerator.h 50 const IntSize& points() const { return m_points; }
53 const IntSize& tiles() const { return m_tiles; }
112 IntSize m_points;
113 IntSize m_tiles;

Completed in 441 milliseconds

12 3 4 5 6 7 8 91011>>