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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.cpp 25 #include "IntSize.h"
86 bool compressRGBABigEndianToJPEG(unsigned char* rgbaBigEndianData, const IntSize& size, Vector<char>& jpegData)
  /external/webkit/Source/WebCore/plugins/
IFrameShimSupport.cpp 160 IntSize size(rbox->width(), rbox->height());
  /external/webkit/Source/WebCore/rendering/
RenderListBox.h 115 virtual IntSize contentsSize() const;
RenderReplaced.cpp 48 RenderReplaced::RenderReplaced(Node* node, const IntSize& intrinsicSize)
101 m_intrinsicSize = IntSize(scaledWidth, scaledHeight);
378 IntSize RenderReplaced::intrinsicSize() const
383 void RenderReplaced::setIntrinsicSize(const IntSize& size)
RenderThemeChromiumLinux.cpp 148 IntSize size = PlatformBridge::getThemePartSize(PlatformBridge::PartSliderThumb);
203 IntSize size = PlatformBridge::getThemePartSize(PlatformBridge::PartCheckbox);
222 IntSize size = PlatformBridge::getThemePartSize(PlatformBridge::PartRadio);
307 IntSize size = PlatformBridge::getThemePartSize(PlatformBridge::PartInnerSpinButton);
RenderThemeChromiumSkia.h 146 static void setSizeIfAuto(RenderStyle*, const IntSize&);
RenderTheme.h 195 virtual IntPoint volumeSliderOffsetFromMuteButton(RenderBox*, const IntSize&) const;
199 virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const;
RenderThemeChromiumMac.mm 161 IntPoint RenderThemeChromiumMac::volumeSliderOffsetFromMuteButton(RenderBox* muteButtonBox, const IntSize& size) const
RenderThemeWinCE.cpp 375 IntSize cancelSize(10, 10);
376 IntSize cancelRadius(cancelSize.width() / 2, cancelSize.height() / 2);
385 IntSize xSize(3, 3);
386 IntRect xBounds(cancelBounds.location() + IntSize(3, 3), xSize);
397 IntSize cancelSize(13, 11);
404 IntSize emptySize(1, 11);
411 IntSize magnifierSize(15, 11);
424 IntSize magnifierSize(15, 11);
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.cpp 113 IntSize viewSize = updateChunk->rect().size();
  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.cpp 75 Image* WebIconDatabaseProxy::synchronousIconForPageURL(const String& pageURL, const IntSize& size)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 86 m_page->send(Messages::WebPageProxy::StartDragDrop(imageOrigin, dragPoint, okEffect, dragData.dragDataMap(), IntSize(bitmapInfo.bmiHeader.biWidth, bitmapInfo.bmiHeader.biHeight), handle, isLink), m_page->pageID());
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 43 PassRefPtr<SharedBitmap> SharedBitmap::create(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels)
51 PassRefPtr<SharedBitmap> SharedBitmap::create(const Vector<unsigned>& data, const IntSize& size, bool hasAlpha)
61 SharedBitmap::SharedBitmap(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels)
197 *bmpInfo = BitmapInfo::createBottomUp(IntSize(width(), height), (use16bit || is16bit()) ? BitmapInfo::BitCount16 : BitmapInfo::BitCount32);
308 bmpInfo = BitmapInfo::createBottomUp(IntSize(copyWidth, copyHeight), (useAlpha && is32bit()) ? BitmapInfo::BitCount32 : BitmapInfo::BitCount16);
333 RefPtr<SharedBitmap> newBmp = create(IntSize(copyWidth, copyHeight), useAlpha && is32bit() ? BitmapInfo::BitCount32 : BitmapInfo::BitCount16, false);
403 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize)
411 const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize)
506 BitmapInfo bmpInfo = BitmapInfo::createBottomUp(IntSize(srcRectWin.right, srcRectWin.bottom), useAlpha ? BitmapInfo::BitCount32 : BitmapInfo::BitCount16);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.h 50 class IntSize;
160 virtual IntSize size() const;
  /external/webkit/Source/WebCore/page/
Frame.h 88 void createView(const IntSize&, const Color&, bool, const IntSize&, bool,
SpatialNavigation.cpp 48 static RectsAlignment alignmentForRects(FocusDirection, const IntRect&, const IntRect&, const IntSize& viewSize);
51 static bool areRectsMoreThanFullScreenApart(FocusDirection direction, const IntRect& curRect, const IntRect& targetRect, const IntSize& viewSize);
98 static RectsAlignment alignmentForRects(FocusDirection direction, const IntRect& curRect, const IntRect& targetRect, const IntSize& viewSize)
243 static bool areRectsMoreThanFullScreenApart(FocusDirection direction, const IntRect& curRect, const IntRect& targetRect, const IntSize& viewSize)
365 frame->view()->scrollBy(IntSize(dx, dy));
487 IntSize size = frame->view()->contentsSize();
488 IntSize offset = frame->view()->scrollOffset();
678 IntSize viewSize = candidate.visibleNode->document()->page()->mainFrame()->view()->visibleContentRect().size();
  /external/webkit/Source/WebCore/platform/
LocalizedStrings.h 34 class IntSize;
173 String imageTitle(const String& filename, const IntSize& size);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.h 139 const IntSize& size);
141 const IntSize& size);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TextureManager.cpp 35 static size_t memoryUseBytes(IntSize size, unsigned textureFormat)
133 unsigned TextureManager::requestTexture(TextureToken token, IntSize size, unsigned format, bool* newTexture)
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 85 IntSize hudSize;
128 void CCHeadsUpDisplay::drawHudContents(GraphicsContext* ctx, const IntSize& hudSize)
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 49 IntSize cursorSize = IntSize(32, 32);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 190 virtual WTF::PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const WTF::Vector<String>&, const WTF::Vector<String>&, const String&, bool loadManually);
193 virtual WTF::PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, const WTF::Vector<String>& paramNames, const WTF::Vector<String>& paramValues);
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 116 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll,
121 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
FrameLoaderClientImpl.h 190 const WebCore::IntSize&, WebCore::HTMLPlugInElement*, const WebCore::KURL&,
195 const WebCore::IntSize&,
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.h 141 virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const WTF::Vector<String>&, const WTF::Vector<String>&, const String&, bool);
143 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, const WTF::Vector<String>& paramNames, const WTF::Vector<String>& paramValues);

Completed in 293 milliseconds

<<11121314151617181920>>