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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
BitmapImage.cpp 172 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
216 IntSize BitmapImage::size() const
222 IntSize BitmapImage::sizeRespectingOrientation() const
228 IntSize BitmapImage::currentFrameSize() const
232 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
ImageBuffer.cpp 64 static SkCanvas* createAcceleratedCanvas(const IntSize& size, OwnPtr<Canvas2DLayerBridge>* outLayerBridge, OpacityMode opacityMode)
76 static SkCanvas* createNonPlatformCanvas(const IntSize& size)
83 PassOwnPtr<ImageBuffer> ImageBuffer::createCompatibleBuffer(const IntSize& size, float resolutionScale, const GraphicsContext* context, bool hasAlpha)
92 ImageBuffer::ImageBuffer(const IntSize& size, float resolutionScale, const GraphicsContext* compatibleContext, bool hasAlpha, bool& success)
122 ImageBuffer::ImageBuffer(const IntSize& size, float resolutionScale, RenderingMode renderingMode, OpacityMode opacityMode, bool& success)
335 PassRefPtr<Uint8ClampedArray> getImageData(const IntRect& rect, GraphicsContext* context, const IntSize& size)
380 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, CoordinateSystem)
LayoutRect.h 60 IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); }
204 return IntRect(roundedIntPoint(rect.location()), IntSize(snapSizeToPixel(rect.width(), rect.x()),
GeneratorGeneratedImage.cpp 106 IntSize adjustedSize = m_size;
149 m_cachedAdjustedSize = IntSize();
LayoutPoint.h 181 inline IntSize pixelSnappedIntSize(const LayoutSize& s, const LayoutPoint& p)
183 return IntSize(snapSizeToPixel(s.width(), p.x()), snapSizeToPixel(s.height(), p.y()));
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 442 WebCore::IntSize minAutoSize() const
447 WebCore::IntSize maxAutoSize() const
500 void scrollRootLayerRect(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& clipRect);
574 WebCore::IntSize contentsSize() const;
669 WebCore::IntSize m_minAutoSize;
671 WebCore::IntSize m_maxAutoSize;
713 WebCore::IntSize m_savedScrollOffset;
    [all...]
WebDevToolsAgentImpl.cpp 290 view->setFrameRect(IntRect(IntPoint(), IntSize(m_webView->size())));
338 if (IntSize(overrideWidth, overrideHeight) != frameView->size())
462 ic->webViewResized(m_metricsSupport ? IntSize(size.width, size.height) : IntSize());
497 ic->webViewResized(IntSize());
507 ic->webViewResized(IntSize(size.width, size.height));
WebFrameImpl.h 50 class IntSize;
250 void didChangeContentsSize(const WebCore::IntSize&);
487 WebCore::IntSize m_contentsSizeForCurrentFindMatchRects;
FullscreenController.cpp 122 m_exitFullscreenScrollOffset = IntSize();
WebPopupMenuImpl.h 117 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 624 IntSize offset = thisBox->scrolledContentOffset();
    [all...]
RenderThemeChromiumDefault.cpp 159 IntSize RenderThemeChromiumDefault::sliderTickSize() const
161 return IntSize(1, 6);
171 IntSize size = WebKit::Platform::current()->themeEngine()->getSize(WebKit::WebThemeEngine::PartSliderThumb);
238 IntSize size = WebKit::Platform::current()->themeEngine()->getSize(WebKit::WebThemeEngine::PartCheckbox);
261 IntSize size = WebKit::Platform::current()->themeEngine()->getSize(WebKit::WebThemeEngine::PartRadio);
378 IntSize size = WebKit::Platform::current()->themeEngine()->getSize(WebKit::WebThemeEngine::PartInnerSpinButton);
RenderImage.h 101 IntSize imageSizeForError(ImageResource*) const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollElasticityController.mm 124 IntSize stretchAmount = m_client->stretchAmount();
157 IntSize stretchAmount = m_client->stretchAmount();
268 IntSize stretchAmount = m_client->stretchAmount();
ScrollAnimatorMac.h 135 virtual IntSize stretchAmount() OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 165 bool bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode);
166 bool bestContextMenuNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode);
167 bool bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRect& targetArea, Node*& targetNode);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.cpp 47 static SkSurface* createSurface(GraphicsContext3D* context3D, const IntSize& size)
62 PassOwnPtr<Canvas2DLayerBridge> Canvas2DLayerBridge::create(PassRefPtr<GraphicsContext3D> context, const IntSize& size, OpacityMode opacityMode)
208 IntSize size(m_canvas->getTopDevice()->width(), m_canvas->getTopDevice()->height());
DeferredImageDecoder.cpp 139 IntSize DeferredImageDecoder::size() const
144 IntSize DeferredImageDecoder::frameSizeAtIndex(size_t index) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Scrollbar.h 59 virtual IntSize size() const { return Widget::size(); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarThemeClientImpl.cpp 66 IntSize WebScrollbarThemeClientImpl::size() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEGaussianBlur.cpp 113 inline void FEGaussianBlur::platformApplyGeneric(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsigned kernelSizeX, unsigned kernelSizeY, IntSize& paintSize)
161 IntSize paintSize(parameters->width, parameters->height);
166 inline void FEGaussianBlur::platformApply(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsigned kernelSizeX, unsigned kernelSizeY, IntSize& paintSize)
306 IntSize paintSize = absolutePaintRect().size();
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
IFrameShimSupport.cpp 160 IntSize size(rbox->width(), rbox->height());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 317 void InspectorOverlay::resize(const IntSize& size)
409 IntSize frameViewFullSize = view->visibleContentRect(ScrollableArea::IncludeScrollbars).size();
410 IntSize size = m_size.isEmpty() ? frameViewFullSize : m_size;
415 reset(size, m_size.isEmpty() ? IntSize() : frameViewFullSize, viewRect.x(), viewRect.y());
442 m_size = IntSize();
485 static PassRefPtr<JSONObject> buildObjectForSize(const IntSize& size)
635 void InspectorOverlay::reset(const IntSize& viewportSize, const IntSize& frameViewFullSize, int scrollX, int scrollY)
InspectorPageAgent.h 54 class IntSize;
159 void webViewResized(const IntSize&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-encoders/skia/
JPEGImageEncoder.cpp 37 #include "core/platform/graphics/IntSize.h"
109 static bool encodePixels(IntSize imageSize, unsigned char* inputPixels, bool premultiplied, int quality, Vector<unsigned char>* output)
194 return encodePixels(IntSize(bitmap.width(), bitmap.height()), static_cast<unsigned char *>(bitmap.getPixels()), true, quality, output);

Completed in 999 milliseconds

1 2 3 4 5 6 78 91011>>