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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageBufferDataWx.h 30 class IntSize;
34 ImageBufferData(const IntSize&);
IntSizeWx.cpp 27 #include "IntSize.h"
34 IntSize::IntSize(const wxSize& s)
40 IntSize::operator wxSize() const
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferDataWince.h 24 class IntSize;
28 ImageBufferData(const IntSize&);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
IntSizeHaiku.cpp 29 #include "IntSize.h"
36 IntSize::IntSize(const BSize& size)
42 IntSize::operator BSize() const
ImageBufferDataHaiku.h 33 class IntSize;
37 ImageBufferData(const IntSize&);
  /external/webkit/Source/WebCore/platform/graphics/qt/
IntSizeQt.cpp 32 #include "IntSize.h"
36 IntSize::IntSize(const QSize& r)
42 IntSize::operator QSize() const
ImageBufferDataQt.h 35 class IntSize;
39 ImageBufferData(const IntSize&);
  /external/webkit/Source/WebCore/platform/graphics/win/
IntSizeWin.cpp 27 #include "IntSize.h"
33 IntSize::IntSize(const SIZE& s)
39 IntSize::operator SIZE() const
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferDataAndroid.h 33 class IntSize;
40 ImageBufferData(const IntSize&);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferDataCairo.h 32 class IntSize;
36 ImageBufferData(const IntSize&);
  /external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.h 28 class IntSize;
29 bool compressRGBABigEndianToJPEG(unsigned char* rgbaBigEndianData, const IntSize& size, Vector<char>& jpegData);
PNGImageEncoder.h 28 class IntSize;
29 bool compressRGBABigEndianToPNG(unsigned char* rgbaBigEndianData, const IntSize& size, Vector<char>& pngData);
  /external/webkit/Source/WebCore/platform/graphics/
IntSizeHash.h 23 #include "IntSize.h"
29 template<> struct IntHash<WebCore::IntSize> {
30 static unsigned hash(const WebCore::IntSize& key) { return intHash((static_cast<uint64_t>(key.width()) << 32 | key.height())); }
31 static bool equal(const WebCore::IntSize& a, const WebCore::IntSize& b) { return a == b; }
34 template<> struct DefaultHash<WebCore::IntSize> { typedef IntHash<WebCore::IntSize> Hash; };
36 template<> struct HashTraits<WebCore::IntSize> : GenericHashTraits<WebCore::IntSize> {
39 static void constructDeletedValue(WebCore::IntSize& slot) { new (&slot) WebCore::IntSize(-1, -1);
    [all...]
IntSize.h 62 class IntSize {
64 IntSize() : m_width(0), m_height(0) { }
65 IntSize(int width, int height) : m_width(width), m_height(height) { }
90 IntSize expandedTo(const IntSize& other) const
92 return IntSize(m_width > other.m_width ? m_width : other.m_width,
96 IntSize shrunkTo(const IntSize& other) const
98 return IntSize(m_width < other.m_width ? m_width : other.m_width,
104 *this = expandedTo(IntSize());
    [all...]
RoundedIntRect.h 40 Radii(const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight)
48 void setTopLeft(const IntSize& size) { m_topLeft = size; }
49 void setTopRight(const IntSize& size) { m_topRight = size; }
50 void setBottomLeft(const IntSize& size) { m_bottomLeft = size; }
51 void setBottomRight(const IntSize& size) { m_bottomRight = size; }
52 const IntSize& topLeft() const { return m_topLeft; }
53 const IntSize& topRight() const { return m_topRight;
    [all...]
ContextShadow.h 120 void drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& topLeftRadius = IntSize(), const IntSize& topRightRadius = IntSize(), const IntSize& bottomLeftRadius = IntSize(), const IntSize& bottomRightRadius = IntSize());
135 void blurLayerImage(unsigned char*, const IntSize& imageSize, int stride);
139 void drawRectShadowWithoutTiling(GraphicsContext*, const IntRect& shadowRect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bot (…)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSImageGeneratorValue.h 45 void addClient(RenderObject*, const IntSize&);
47 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) = 0;
52 virtual IntSize fixedSize(const RenderObject*) { return IntSize(); }
57 Image* getImage(RenderObject*, const IntSize&);
58 void putImage(const IntSize&, PassRefPtr<Image>);
60 typedef pair<IntSize, int> SizeCountPair;
63 HashCountedSet<IntSize> m_sizes; // A count of how many times a given image size is in use.
65 HashMap<IntSize, RefPtr<Image> > m_images; // A cache of Image objects by image size.
  /external/webkit/Source/WebCore/html/
ImageData.h 33 #include "IntSize.h"
42 static PassRefPtr<ImageData> create(const IntSize&);
43 static PassRefPtr<ImageData> create(const IntSize&, PassRefPtr<ByteArray>);
45 IntSize size() const { return m_size; }
51 ImageData(const IntSize&);
52 ImageData(const IntSize&, PassRefPtr<ByteArray>);
54 IntSize m_size;
ImageData.cpp 34 PassRefPtr<ImageData> ImageData::create(const IntSize& size)
39 PassRefPtr<ImageData> ImageData::create(const IntSize& size, PassRefPtr<ByteArray> byteArray)
44 ImageData::ImageData(const IntSize& size)
50 ImageData::ImageData(const IntSize& size, PassRefPtr<ByteArray> byteArray)
  /external/webkit/Source/WebCore/platform/graphics/mac/
IntSizeMac.mm 27 #include "IntSize.h"
33 IntSize::IntSize(const NSSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
37 IntSize::operator NSSize() const
  /external/webkit/Source/WebCore/platform/graphics/openvg/
TiledImageOpenVG.h 24 #include "IntSize.h"
36 TiledImageOpenVG(const IntSize& size, const IntSize& tileSize);
42 const IntSize& size() const { return m_size; }
43 const IntSize& maxTileSize() const { return m_maxTileSize; }
59 IntSize m_size;
60 IntSize m_maxTileSize;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageBufferDataSkia.h 39 ImageBufferData(const IntSize&);
  /external/webkit/Source/WebCore/platform/graphics/brew/
IntSizeBrew.cpp 27 #include "IntSize.h"
33 IntSize::IntSize(const AEESize& size)
39 IntSize::operator AEESize() const
  /external/webkit/Source/WebCore/platform/graphics/cg/
IntSizeCG.cpp 27 #include "IntSize.h"
35 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
39 IntSize::operator CGSize() const
  /external/webkit/Source/WebCore/rendering/style/
StyleGeneratedImage.cpp 37 IntSize StyleGeneratedImage::imageSize(const RenderObject* renderer, float multiplier) const
40 IntSize fixedSize = m_generator->fixedSize(renderer);
54 return IntSize(width, height);
60 void StyleGeneratedImage::setImageContainerSize(const IntSize& size)
67 m_generator->addClient(renderer, IntSize());
75 PassRefPtr<Image> StyleGeneratedImage::image(RenderObject* renderer, const IntSize& size) const

Completed in 276 milliseconds

1 2 3 4 5 6 7 8 91011>>