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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 251 IntSize(max(0, m_boundsSize.width() - verticalScrollbarWidth),
266 IntSize ScrollView::fixedLayoutSize() const
271 void ScrollView::setFixedLayoutSize(const IntSize& newSize)
292 IntSize ScrollView::contentsSize() const
299 void ScrollView::setContentsSize(const IntSize& newSize)
369 void ScrollView::didCompleteRubberBand(const IntSize&) const
386 IntSize newOffset = m_scrollOffset;
393 void ScrollView::scrollTo(const IntSize& newOffset)
395 IntSize scrollDelta = newOffset - m_scrollOffset;
396 if (scrollDelta == IntSize())
    [all...]
ScrollAnimator.cpp 94 IntSize maxForwardScrollDelta = m_scrollableArea->maximumScrollPosition() - m_scrollableArea->scrollPosition();
95 IntSize maxBackwardScrollDelta = m_scrollableArea->scrollPosition() - m_scrollableArea->minimumScrollPosition();
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp 141 void CachedImage::setImageContainerSize(const IntSize& containerSize)
171 IntSize CachedImage::imageSize(float multiplier) const
176 return IntSize();
189 return IntSize(width, height);
295 IntSize s = imageSize(1.0f);
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 41 static int frameBytes(const IntSize& frameSize)
137 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
170 IntSize BitmapImage::size() const
180 IntSize BitmapImage::currentFrameSize() const
184 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
MediaPlayer.h 96 class IntSize;
186 IntSize naturalSize();
200 IntSize size() const { return m_size; }
201 void setSize(const IntSize& size);
325 IntSize m_size;
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 81 IntSize ICOImageDecoder::size() const
86 IntSize ICOImageDecoder::frameSizeAtIndex(size_t index) const
95 return m_frameSize.isEmpty() ? ImageDecoder::setSize(width, height) : ((IntSize(width, height) == m_frameSize) || setFailed());
200 m_frameSize = IntSize();
284 entry.m_size = IntSize(width, height);
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 103 void SVGImage::setContainerSize(const IntSize& containerSize)
130 IntSize SVGImage::size() const
133 return IntSize();
137 return IntSize();
142 IntSize svgSize;
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.h 49 class IntSize;
88 virtual Image* defaultIcon(const IntSize&);
95 virtual Image* synchronousIconForPageURL(const String&, const IntSize&);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 130 const IntSize& bounds() const { return m_bounds; }
131 void setBounds(const IntSize& bounds) { m_bounds = bounds; }
154 IntSize m_bounds;
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 59 class IntSize;
78 void setViewport(const IntSize&);
140 DrawingBuffer* getOffscreenBuffer(unsigned index, const IntSize&);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 116 virtual IntSize size() const { return m_size; }
124 IntSize nearestSurfaceSize() const;
199 IntSize m_size, m_nearestSurfaceSize;
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 96 static void drawBitmapToContext(GraphicsContextPlatformPrivate* context, cairo_t* cr, const DIBPixelData& pixelData, const IntSize& translate)
146 drawBitmapToContext(m_data, platformContext()->cr(), pixelData, IntSize(dstRect.x(), dstRect.height() + dstRect.y()));
153 drawBitmapToContext(m_data, platformContext()->cr(), bitmap->windowsDIB(), IntSize(point.x(), bitmap->size().height() + point.y()));
  /external/webkit/Source/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 80 IntSize buttonSize = scrollbar->orientation() == HorizontalScrollbar
81 ? IntSize(buttonWidth(scrollbar->width(), thickness), thickness)
82 : IntSize(thickness, buttonWidth(scrollbar->height(), thickness));
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp 35 #include "IntSize.h"
102 static bool encodePixels(const IntSize& inputSize, unsigned char* inputPixels,
105 IntSize imageSize(inputSize);
159 IntSize imageSize(bitmap.width(), bitmap.height());
  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 46 HBITMAP allocImage(HDC dc, IntSize size, CGContextRef *targetRef)
89 IntSize srcSize = dragImageSize(image);
90 IntSize dstSize(static_cast<int>(srcSize.width() * scale.width()), static_cast<int>(srcSize.height() * scale.height()));
DragImageCairoWin.cpp 45 HBITMAP allocImage(HDC dc, IntSize size, PlatformContextCairo** targetRef)
111 IntSize srcSize = dragImageSize(image);
112 IntSize dstSize(static_cast<int>(srcSize.width() * scale.width()), static_cast<int>(srcSize.height() * scale.height()));
  /external/webkit/Source/WebCore/rendering/
RenderBox.h 101 IntSize locationOffset() const { return IntSize(x(), y()); }
102 IntSize size() const { return m_frameRect.size(); }
107 void setSize(const IntSize& size) { m_frameRect.setSize(size); }
156 void addOverflowFromChild(RenderBox* child) { addOverflowFromChild(child, IntSize(child->x(), child->y())); }
157 void addOverflowFromChild(RenderBox* child, const IntSize& delta);
248 virtual IntSize offsetFromContainer(RenderObject*, const IntPoint&) const;
292 virtual IntSize intrinsicSize() const { return IntSize(); }
392 IntSize flipForWritingMode(const IntSize&) const
    [all...]
RenderInline.h 54 virtual IntSize offsetFromContainer(RenderObject*, const IntPoint&) const;
76 IntSize relativePositionedInlineOffset(const RenderBox* child) const;
105 void culledInlineAbsoluteRects(const RenderInline* container, Vector<IntRect>&, const IntSize&);
RenderSlider.cpp 135 IntSize baseSize(borderAndPaddingWidth(), borderAndPaddingHeight());
149 IntSize oldSize = size();
160 LayoutStateMaintainer statePusher(view(), this, IntSize(x(), y()), style()->isFlippedBlocksWritingMode());
  /external/webkit/Source/WebCore/platform/mac/
ScrollViewMac.mm 113 result.setSize(IntSize([scrollView() frame].size));
119 IntSize ScrollView::platformContentsSize() const
125 return IntSize();
  /external/webkit/Source/WebCore/page/
Chrome.h 72 virtual void scroll(const IntSize&, const IntRect&, const IntRect&);
87 void contentsSizeChanged(Frame*, const IntSize&) const;
  /external/webkit/Source/WebCore/page/win/
FrameCGWin.cpp 44 IntSize offset = view->scrollOffset();
62 BitmapInfo bmp = BitmapInfo::create(IntSize(w, h));
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 96 const IntSize& boxSize,
104 const IntSize& boxSize);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 488 const IntSize& topLeft,
489 const IntSize& topRight,
490 const IntSize& bottomLeft,
491 const IntSize& bottomRight,
509 IntSize m_topLeft;
510 IntSize m_topRight;
511 IntSize m_bottomLeft;
512 IntSize m_bottomRight;
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 94 virtual WebCore::IntSize naturalSize() const;
114 virtual void setSize(const WebCore::IntSize&);

Completed in 1830 milliseconds

<<11121314151617181920>>