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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 79 IntSize imageSize = BitmapImage::size();
81 drawFrameMatchingSourceSize(&gc, FloatRect(0, 0, bmpInfo.bmWidth, bmpInfo.bmHeight), IntSize(*size), ColorSpaceDeviceRGB, CompositeCopy);
91 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
107 IntSize imageSize = BitmapImage::size();
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.h 54 virtual IntSize buttonSize(Scrollbar*);
ScrollbarThemeGtk.cpp 103 IntSize size = buttonSize(scrollbar);
120 IntSize size = buttonSize(scrollbar);
273 IntSize ScrollbarThemeGtk::buttonSize(Scrollbar* scrollbar)
276 return IntSize(m_thumbFatness, m_stepperSize);
279 return IntSize(m_stepperSize, m_thumbFatness);
  /external/webkit/Source/WebCore/rendering/
RenderImage.h 89 IntSize imageSizeForError(CachedImage*) const;
RenderWidget.h 73 bool setWidgetGeometry(const IntRect&, const IntSize&);
RenderImage.cpp 61 : RenderReplaced(node, IntSize(0, 0))
91 IntSize RenderImage::imageSizeForError(CachedImage* newImage) const
98 return IntSize(paddingWidth + newImage->image()->width() * style()->effectiveZoom(), paddingHeight + newImage->image()->height() * style()->effectiveZoom());
105 IntSize imageSize;
110 imageSize = IntSize(paddingWidth, paddingHeight);
116 IntSize textSize(min(font.width(TextRun(m_altText.characters(), m_altText.length())), maxAltTextWidth), min(font.fontMetrics().height(), maxAltTextHeight));
323 IntSize contentSize(cWidth, cHeight);
486 m_imageResource->setImageContainerSize(IntSize(toRenderBox(cb)->availableWidth(), toRenderBox(cb)->availableHeight()));
493 IntSize size = m_imageResource->imageSize(style()->effectiveZoom());
523 IntSize size = m_imageResource->imageSize(style()->effectiveZoom())
    [all...]
RenderLayer.h 224 IntSize size() const { return IntSize(m_width, m_height); }
242 IntSize scrolledContentOffset() const { return IntSize(scrollXOffset() + m_scrollLeftOverflow, scrollYOffset() + m_scrollTopOverflow); }
270 IntSize offsetFromResizeCorner(const IntPoint& absolutePoint) const;
281 void resize(const PlatformMouseEvent&, const IntSize&);
315 IntSize relativePositionOffset() const { return IntSize(m_relX, m_relY); }
568 virtual IntSize contentsSize() const;
582 IntSize scrollbarOffset(const Scrollbar*) const
    [all...]
  /external/webkit/Source/WebCore/svg/graphics/filters/
SVGFEImage.cpp 85 IntSize imageSize = m_image->size();
  /external/webkit/Source/WebKit/chromium/src/
DragClientImpl.cpp 87 IntSize offsetSize(eventPos - dragImageOrigin);
WebImageSkia.cpp 63 const IntSize frameSize = source.frameSizeAtIndex(i);
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.h 32 #include <WebCore/IntSize.h>
TiledDrawingAreaTile.h 64 void resize(const WebCore::IntSize&);
  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h 65 virtual WebCore::Image* synchronousIconForPageURL(const String&, const WebCore::IntSize&);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
TiledDrawingArea.cpp 59 void TiledDrawingArea::scroll(const IntRect& scrollRect, const IntSize& scrollDelta)
101 void TiledDrawingArea::setSize(const IntSize& viewSize)
168 IntSize size;
210 IntSize targetSize;
DrawingAreaImpl.cpp 101 void DrawingAreaImpl::scroll(const IntRect& scrollRect, const IntSize& scrollOffset)
129 m_scrollOffset = IntSize();
268 void DrawingAreaImpl::updateBackingStoreState(uint64_t stateID, bool respondImmediately, const WebCore::IntSize& size, const WebCore::IntSize& scrollOffset)
398 m_scrollOffset = IntSize();
593 m_scrollOffset = IntSize();
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 68 ImageBufferData::ImageBufferData(const IntSize& size)
74 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success)
160 PassRefPtr<ByteArray> getImageData(const IntRect& rect, const ImageBufferData& data, const IntSize& size)
229 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& data, const IntSize& size)
286 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
291 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 50 ImageBufferData::ImageBufferData(const IntSize& size)
98 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success)
201 PassRefPtr<ByteArray> getImageData(const IntRect& rect, const ImageBufferData& imageData, const IntSize& size)
306 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& data, const IntSize& size)
386 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
391 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 60 ImageBufferData::ImageBufferData(const IntSize& size)
65 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success)
169 const IntSize& size)
270 void putImageData(ByteArray*& source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint,
271 SkDevice* dstDevice, const IntSize& size)
339 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
345 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 331 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&, ColorSpace);
345 void drawTiledImage(Image*, ColorSpace styleColorSpace, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
463 void drawBitmapPattern(SharedBitmap*, const FloatRect& tileRectIn, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize);
488 WindowsBitmap(HDC, IntSize);
494 const IntSize& size() const { return m_pixelData.size(); }
505 WindowsBitmap* createWindowsBitmap(IntSize);
544 void setSharedGraphicsContext3D(SharedGraphicsContext3D*, DrawingBuffer*, const IntSize&)
    [all...]
ShadowBlur.cpp 65 ImageBuffer* getScratchBuffer(const IntSize& size)
76 IntSize roundedSize(roundUpToMultipleOf32(size.width()), roundUpToMultipleOf32(size.height()));
195 void ShadowBlur::blurLayerImage(unsigned char* imageData, const IntSize& size, int rowStride)
406 IntSize bufferSize = m_layerImage->size();
430 IntSize ShadowBlur::templateSize(const RoundedIntRect::Radii& radii) const
440 return IntSize(templateSideLength + leftSlice + rightSlice,
459 IntSize templateSize = this->templateSize(radii);
485 IntSize templateSize = this->templateSize(holeRadii);
607 void ShadowBlur::drawInsetShadowWithTiling(GraphicsContext* graphicsContext, const FloatRect& rect, const FloatRect& holeRect, const RoundedIntRect::Radii& radii, const IntSize& templateSize)
673 void ShadowBlur::drawRectShadowWithTiling(GraphicsContext* graphicsContext, const FloatRect& shadowedRect, const RoundedIntRect::Radii& radii, const IntSize& templateSize
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 180 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
234 IntPoint endPoint = origin + IntSize(width, 0);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 176 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
243 drawLine(origin, origin + IntSize(width, 0));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 47 PassOwnPtr<LayerTilerChromium> LayerTilerChromium::create(LayerRendererChromium* layerRenderer, const IntSize& tileSize, BorderTexelOption border)
55 LayerTilerChromium::LayerTilerChromium(LayerRendererChromium* layerRenderer, const IntSize& tileSize, BorderTexelOption border)
81 void LayerTilerChromium::setTileSize(const IntSize& requestedSize)
83 IntSize size(max(minTextureSize, requestedSize.width()), max(minTextureSize, requestedSize.height()));
165 layerRect = IntRect(IntPoint(0, 0), IntSize(contentRect.width() + pos.x(), contentRect.height() + pos.y()));
425 IntSize rectSize = IntSize(layerRect.maxX(), layerRect.maxY());
427 IntSize oldLayerSize(m_tilingData.totalSizeX(), m_tilingData.totalSizeY());
428 IntSize newSize = rectSize.expandedTo(oldLayerSize);
  /external/webkit/Source/WebCore/platform/
LocalizationStrategy.h 36 class IntSize;
177 virtual String imageTitle(const String& filename, const IntSize& size) = 0;
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 298 IntSize dragImageSize(void*)
300 return IntSize(0, 0);

Completed in 961 milliseconds

<<11121314151617181920>>