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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.h 32 #include "platform/geometry/IntSize.h"
64 IntSize m_originalTextAutosizingWindowSizeOverride;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.h 32 #include "platform/geometry/IntSize.h"
57 static PassRefPtr<Canvas2DLayerBridge> create(const IntSize&, OpacityMode, int msaaSampleCount);
Gradient.h 47 class IntSize;
DeferredImageDecoder.cpp 139 IntSize DeferredImageDecoder::size() const
144 IntSize DeferredImageDecoder::frameSizeAtIndex(size_t index) const
268 IntSize decodedSize = m_actualDecoder->decodedSize();
GraphicsLayer.h 138 IntSize offsetFromRenderer() const { return m_offsetFromRenderer; }
139 void setOffsetFromRenderer(const IntSize&, ShouldSetNeedsDisplay = SetNeedsDisplay);
304 IntSize m_offsetFromRenderer;
BitmapImage.cpp 157 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
179 IntSize BitmapImage::size() const
185 IntSize BitmapImage::sizeRespectingOrientation() const
191 IntSize BitmapImage::currentFrameSize() const
195 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
ImageBuffer.cpp 71 PassOwnPtr<ImageBuffer> ImageBuffer::create(const IntSize& size, OpacityMode opacityMode)
260 const FloatPoint& phase, CompositeOperator op, const FloatRect& destRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
285 IntSize size = m_surface->size();
311 PassRefPtr<Uint8ClampedArray> getImageData(const IntRect& rect, GraphicsContext* context, const IntSize& size)
346 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.h 39 #include "platform/geometry/IntSize.h"
117 const IntSize& repeatSpacing) const;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 50 class IntSize;
243 void didChangeContentsSize(const WebCore::IntSize&);
300 void setInputEventsTransformForEmulation(const WebCore::IntSize&, float);
354 WebCore::IntSize m_inputEventsOffsetForEmulation;
PopupContainer.cpp 107 IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView)
160 IntRect PopupContainer::layoutAndCalculateWidgetRect(int targetControlHeight, const IntSize& transformOffset, const IntPoint& popupInitialCoordinate)
188 IntSize targetSize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2);
219 IntSize transformOffset(m_controlPosition.p4().x() - m_controlPosition.p1().x(), m_controlPosition.p4().y() - m_controlPosition.p1().y() - m_controlSize.height());
378 void PopupContainer::showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, FrameView* v, int index)
418 IntRect widgetRectInScreen = layoutAndCalculateWidgetRect(targetControlRect.height(), IntSize(), locationInWindow);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h 58 static void setSizeIfAuto(RenderStyle*, const IntSize&);
174 virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const;
179 virtual IntSize sliderTickSize() const = 0;
RenderBoxModelObject.cpp 314 IntSize scrollOffset = containingBlock->layer()->scrollableArea()->adjustedScrollOffset();
622 IntSize offset = thisBox->scrolledContentOffset();
    [all...]
RenderThemeChromiumDefault.cpp 193 IntSize RenderThemeChromiumDefault::sliderTickSize() const
196 return IntSize(1, 3);
197 return IntSize(1, 6);
209 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartSliderThumb);
276 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartCheckbox);
301 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartRadio);
482 IntSize size = blink::Platform::current()->themeEngine()->getSize(blink::WebThemeEngine::PartInnerSpinButton);
RenderLayer.h 142 const IntSize& size() const { return m_layerSize; }
143 void setSize(const IntSize& size) { m_layerSize = size; }
436 void setOffsetFromSquashingLayerOrigin(IntSize offset) { m_offsetFromSquashingLayerOrigin = offset; }
437 IntSize offsetFromSquashingLayerOrigin() const { ASSERT(isAllowedToQueryCompositingState()); return m_offsetFromSquashingLayerOrigin; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 112 const IntSize tileImageSize = tileImage->size();
235 IntSize imageSize(roundedIntSize(clampedAbsoluteTileBoundaries.size()));
244 IntSize unclampedImageSize(roundedIntSize(absoluteTileBoundaries.size()));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 251 IntSize oldSize = size();
252 IntSize newSize(w, h);
351 void HTMLCanvasElement::setSurfaceSize(const IntSize& size)
425 bool HTMLCanvasElement::shouldAccelerate(const IntSize& size) const
447 PassOwnPtr<ImageBufferSurface> HTMLCanvasElement::createImageBufferSurface(const IntSize& deviceSize, int* msaaSampleCount)
481 IntSize deviceSize = size();
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 150 bool bestClickableNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode);
151 bool bestContextMenuNodeForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntPoint& targetPoint, Node*& targetNode);
152 bool bestZoomableAreaForTouchPoint(const IntPoint& touchCenter, const IntSize& touchRadius, IntRect& targetArea, Node*& targetNode);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 60 IntSize pixelSnappedSize() const { return IntSize(snapSizeToPixel(m_size.width(), m_location.x()), snapSizeToPixel(m_size.height(), m_location.y())); }
210 return IntRect(roundedIntPoint(rect.location()), IntSize(
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h 64 class IntSize;
InspectorOverlay.h 161 void reset(const IntSize& viewportSize, int scrollX, int scrollY);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.cpp 73 virtual void show(const FloatQuad&, const IntSize&, int) OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.cpp 50 properties.clippedAbsoluteBoundingBox.setSize(IntSize(1, 1));
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.cpp 59 return IntSize();
62 static IntSize sizeFor(HTMLVideoElement* video)
66 return IntSize();
118 IntSize s = sizeFor(video);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeClientImpl.cpp 67 IntSize WebScrollbarThemeClientImpl::size() const
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.h 134 virtual IntSize stretchAmount() OVERRIDE;

Completed in 662 milliseconds

1 2 3 4 5 6 78 91011>>