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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 110 OwnedBuffers(const IntSize& size, bool needReferenceBuffer)
128 bool canHandleSize(const IntSize& size) const
213 m_layerSize = IntSize(m_sourceRect.width(), m_sourceRect.height());
216 m_layerSize = IntSize(m_transformedSourceRect.width(), m_transformedSourceRect.height());
LayerChromium.h 87 void setBounds(const IntSize&);
88 const IntSize& bounds() const { return m_bounds; }
250 IntSize m_bounds;
LayerRendererChromium.h 89 IntSize viewportSize() const { return m_viewportVisibleRect.size(); }
109 bool checkTextureSize(const IntSize&);
122 void resizeOnscreenContent(const IntSize&);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 86 virtual bool addAnimation(const KeyframeValueList&, const IntSize& /*boxSize*/, const Animation*, const String& /*keyframesName*/, double /*timeOffset*/) { return false; }
  /external/webkit/Source/WebCore/platform/graphics/transforms/
MatrixTransformOperation.h 62 virtual bool apply(TransformationMatrix& transform, const IntSize&) const
  /external/webkit/Source/WebCore/platform/image-decoders/cg/
ImageDecoderCG.cpp 73 m_size = IntSize(newWidth, newHeight);
  /external/webkit/Source/WebCore/platform/image-decoders/qt/
ImageFrameQt.cpp 98 m_size = IntSize(newWidth, newHeight);
  /external/webkit/Source/WebCore/platform/image-encoders/
PNGImageEncoder.cpp 36 #include "IntSize.h"
86 bool compressRGBABigEndianToPNG(unsigned char* rgbaBigEndianData, const IntSize& size, Vector<char>& pngData)
  /external/webkit/Source/WebCore/plugins/
PluginDatabase.h 46 class IntSize;
  /external/webkit/Source/WebCore/rendering/
RenderInputSpeech.cpp 81 IntSize offsetFromInputRenderer = -(object->offsetFromAncestorContainer(inputRenderBox));
TransformState.h 32 #include "IntSize.h"
57 void move(const IntSize& s, TransformAccumulation accumulate = FlattenTransform)
RenderBoxModelObject.cpp 53 typedef HashMap<const void*, IntSize> LayerSizeMap;
70 bool shouldPaintAtLowQuality(GraphicsContext*, RenderBoxModelObject*, Image*, const void* layer, const IntSize&);
72 void set(RenderBoxModelObject*, LayerSizeMap* innerMap, const void* layer, const IntSize&);
100 void ImageQualityController::set(RenderBoxModelObject* object, LayerSizeMap* innerMap, const void* layer, const IntSize& size)
134 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderBoxModelObject* object, Image* image, const void *layer, const IntSize& size)
143 IntSize imageSize(image->width(), image->height());
148 IntSize oldSize;
234 bool RenderBoxModelObject::shouldPaintAtLowQuality(GraphicsContext* context, Image* image, const void* layer, const IntSize& size)
653 IntSize offset = layer()->scrolledContentOffset();
756 IntSize tileSize
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebImageCG.cpp 64 const IntSize frameSize = source.frameSizeAtIndex(i);
WebPopupMenuImpl.h 113 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect,
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 66 void setScrollOffsetOnNextResize(const WebCore::IntSize&);
148 virtual void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
152 virtual WebCore::IntSize viewSize();
202 WebCore::IntSize m_nextResizeScrollOffset;
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 74 bool HTMLAreaElement::mapMouseEvent(int x, int y, const IntSize& size, HitTestResult& result)
98 IntSize size = m_lastSize;
119 Path HTMLAreaElement::getRegion(const IntSize& size) const
  /external/webkit/Source/WebCore/page/
ChromeClient.h 147 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) = 0;
163 virtual void contentsSizeChanged(Frame*, const IntSize&) const = 0;
311 virtual void didCompleteRubberBandForMainFrame(const IntSize&) const { }
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumWin.cpp 243 IntSize ScrollbarThemeChromiumWin::buttonSize(Scrollbar* scrollbar)
263 return IntSize(width, thickness);
267 return IntSize(thickness, height);
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 60 ImageBufferData::ImageBufferData(const IntSize&)
64 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success)
191 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 71 class IntSize;
228 void setWindowResizerSize(const WebCore::IntSize&);
232 void scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
243 WebCore::IntSize viewSize() const;
282 void gestureDidScroll(const WebCore::IntSize&);
336 void setFixedLayoutSize(const WebCore::IntSize&);
338 const WebCore::IntSize& fixedLayoutSize() const { return m_fixedLayoutSize; };
404 void startDragDrop(const WebCore::IntPoint& imagePoint, const WebCore::IntPoint& dragPoint, uint64_t okEffect, const HashMap<UINT, Vector<String> >& dataMap, const WebCore::IntSize& dragImageSize, const SharedMemory::Handle& dragImageHandle, bool isLinkDrag);
438 void setResizesToContentsUsingLayoutSize(const WebCore::IntSize&);
576 void didCompleteRubberBandForMainFrame(const WebCore::IntSize&)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 116 virtual void scroll(const WebCore::IntSize& scrollOffset, const WebCore::IntRect& scrollRect, const WebCore::IntRect& clipRect);
123 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
219 virtual void didCompleteRubberBandForMainFrame(const WebCore::IntSize&) const;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp 173 static IntSize size(WKCACFImageRef image)
175 return IntSize(WKCACFImageGetWidth(image), WKCACFImageGetHeight(image));
212 void LayerTreeHostCAWin::sizeDidChange(const IntSize& newSize)
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 163 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) { }
174 virtual void contentsSizeChanged(Frame*, const IntSize&) const { }
370 virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool) { return 0; }
371 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) { return 0; }
373 virtual PassRefPtr<Widget> createMediaPlayerProxyPlugin(const IntSize&, HTMLMediaElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&) { return 0; }
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 329 IntSize MediaPlayerPrivateAVFoundation::naturalSize() const
332 return IntSize();
344 void MediaPlayerPrivateAVFoundation::setNaturalSize(IntSize size)
346 IntSize oldSize = m_cachedNaturalSize;
510 void MediaPlayerPrivateAVFoundation::setSize(const IntSize&)
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 57 static RetainPtr<IOSurfaceRef> createIOSurface(const IntSize& size)
100 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace imageColorSpace, RenderingMode renderingMode, bool& success)
194 static CGImageRef cgImage(const IntSize& size, const ImageBufferData& data)
268 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
275 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)

Completed in 1097 milliseconds

<<11121314151617181920>>