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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/transforms/
Matrix3DTransformOperation.h 56 virtual bool apply(TransformationMatrix& transform, const IntSize&) const
MatrixTransformOperation.cpp 37 IntSize size;
PerspectiveTransformOperation.h 56 virtual bool apply(TransformationMatrix& transform, const IntSize&) const
SkewTransformOperation.h 55 virtual bool apply(TransformationMatrix& transform, const IntSize&) const
TransformOperation.h 29 #include "IntSize.h"
62 virtual bool apply(TransformationMatrix&, const IntSize& borderBoxSize) const = 0;
TransformOperations.h 45 void apply(const IntSize& sz, TransformationMatrix& t) const
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.h 50 class IntSize;
73 IntSize naturalSize() const;
106 void setSize(const IntSize&);
190 IntSize m_size;
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.h 58 IntSize m_extraSpace;
  /external/webkit/Source/WebCore/rendering/
LayoutState.cpp 37 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const IntSize& offset, int pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo)
50 m_paintOffset = IntSize(fixedOffset.x(), fixedOffset.y()) + offset;
87 m_pageOffset = IntSize(m_layoutOffset.width() + renderer->borderLeft() + renderer->paddingLeft(),
121 m_paintOffset = IntSize(absContentPoint.x(), absContentPoint.y());
RenderImageResource.cpp 92 void RenderImageResource::setImageContainerSize(const IntSize& size) const
RenderThemeChromiumMac.h 50 virtual IntPoint volumeSliderOffsetFromMuteButton(RenderBox*, const IntSize&) const;
RenderView.h 109 IntSize layoutDelta() const
111 return m_layoutState ? m_layoutState->m_layoutDelta : IntSize();
113 void addLayoutDelta(const IntSize& delta)
190 bool pushLayoutState(RenderBox* renderer, const IntSize& offset, int pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
274 LayoutStateMaintainer(RenderView* view, RenderBox* root, IntSize offset, bool disableState = false, int pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
299 void push(RenderBox* root, IntSize offset, int pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
RenderThemeMac.mm 525 IntSize size = popupButtonSizes()[[popupButton() controlSize]];
532 IntRect RenderThemeMac::inflateRect(const IntRect& r, const IntSize& size, const int* margins, float zoomLevel) const
640 void RenderThemeMac::setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minSize, float zoomLevel)
655 IntSize RenderThemeMac::sizeForFont(RenderStyle* style, const IntSize* sizes) const
658 IntSize result = sizes[controlSizeForFont(style)];
659 return IntSize(result.width() * style->effectiveZoom(), result.height() * style->effectiveZoom());
664 IntSize RenderThemeMac::sizeForSystemFont(RenderStyle* style, const IntSize* sizes) cons
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.h 58 virtual void sizeDidChange(const WebCore::IntSize& newSize);
  /external/webkit/Source/WebCore/html/
ImageDocument.cpp 158 IntSize size = cachedImage->imageSize(1.0f);
238 IntSize imageSize = m_imageElement->cachedImage()->imageSize(pageZoomFactor(this));
239 IntSize windowSize = IntSize(view->width(), view->height());
252 IntSize imageSize = m_imageElement->cachedImage()->imageSize(pageZoomFactor(this));
329 IntSize imageSize = m_imageElement->cachedImage()->imageSize(pageZoomFactor(this));
330 IntSize windowSize = IntSize(view->width(), view->height());
HTMLCanvasElement.cpp 256 IntSize oldSize = size();
257 setSurfaceSize(IntSize(w, h)); // The image buffer gets cleared here.
339 void HTMLCanvasElement::setSurfaceSize(const IntSize& size)
402 IntSize HTMLCanvasElement::convertLogicalToDevice(const FloatSize& logicalSize) const
410 IntSize HTMLCanvasElement::convertToValidDeviceSize(float width, float height) const
416 return IntSize();
420 return IntSize();
423 return IntSize(width, height);
443 IntSize size = convertLogicalToDevice(unscaledSize);
500 IntSize size = convertLogicalToDevice(unscaledSize)
    [all...]
  /external/webkit/Source/WebCore/loader/
SubframeLoader.h 49 class IntSize;
74 PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const HashMap<String, String>& args);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.cpp 55 IntSize bitmapSize(skiaBitmap->width(), skiaBitmap->height());
61 IntSize bitmapSize(width, height);
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 81 IntSize naturalSize() const;
111 void setSize(const IntSize&);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 111 IntSize oldSize(width(), height());
244 IntSize borderAndPadding = borderOriginToContentBox();
252 IntSize RenderSVGRoot::parentOriginToBorderBox() const
254 return IntSize(x(), y());
257 IntSize RenderSVGRoot::borderOriginToContentBox() const
259 return IntSize(borderLeft() + paddingLeft(), borderTop() + paddingTop());
269 IntSize parentToBorderBoxOffset = parentOriginToBorderBox();
321 IntSize containerToParentOffset(tx, ty);
RenderSVGRoot.h 88 IntSize parentOriginToBorderBox() const;
89 IntSize borderOriginToContentBox() const;
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 79 IntRect(const IntPoint& location, const IntSize& size)
82 : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { }
87 IntSize size() const { return m_size; }
90 void setSize(const IntSize& size) { m_size = size; }
110 void move(const IntSize& s) { m_location += s; }
208 IntSize m_size;
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 79 IntSize ScrollbarThemeWx::buttonSize(Scrollbar*)
82 return IntSize(20,20);
84 return IntSize(16,16);
112 IntSize size = buttonSize(scrollbar);
133 IntSize size = buttonSize(scrollbar);
153 IntSize bs = buttonSize(scrollbar);
  /external/webkit/Source/WebKit/chromium/tests/
TransparencyWinTest.cpp 103 OwnPtr<ImageBuffer> src(ImageBuffer::create(IntSize(17, 16), ColorSpaceDeviceRGB));
114 EXPECT_TRUE(IntSize(14, 12) == helper.m_layerSize);
134 EXPECT_TRUE(IntSize(12, 3) == helper.m_layerSize);
142 OwnPtr<ImageBuffer> src(ImageBuffer::create(IntSize(16, 16), ColorSpaceDeviceRGB));
154 EXPECT_TRUE(IntSize(14, 12) == helper.m_layerSize);
168 EXPECT_TRUE(IntSize(14, 12) == helper.m_layerSize);
186 EXPECT_TRUE(IntSize(12, 3) == helper.m_layerSize);
194 OwnPtr<ImageBuffer> src(ImageBuffer::create(IntSize(16, 16), ColorSpaceDeviceRGB));
206 EXPECT_TRUE(IntSize(14, 12) == helper.m_layerSize);
213 OwnPtr<ImageBuffer> src(ImageBuffer::create(IntSize(16, 16), ColorSpaceDeviceRGB))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp 43 virtual IntSize size() const { return IntSize(m_data->m_bitmap->width(), m_data->m_bitmap->height()); }
66 ImageBufferData::ImageBufferData(const IntSize& size)
75 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace colorSpace, RenderingMode, bool& success)
191 static void putImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, SharedBitmap* bitmap)
235 void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)
240 void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint)

Completed in 492 milliseconds

1 2 3 4 5 6 7 8 91011>>