Searched defs:CGSize (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/cg/
H A DFloatSizeCG.cpp36 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
40 FloatSize::operator CGSize() const
H A DIntSizeCG.cpp35 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/WebCore/platform/graphics/
H A DFloatSize.h36 typedef struct CGSize CGSize; typedef in typeref:struct:CGSize
41 typedef struct CGSize NSSize;
80 explicit FloatSize(const CGSize&); // don't do this implicitly since it's lossy
81 operator CGSize() const;
H A DIntSize.h32 typedef struct CGSize CGSize; typedef in typeref:struct:CGSize
37 typedef struct CGSize NSSize;
108 explicit IntSize(const CGSize&); // don't do this implicitly since it's lossy
109 operator CGSize() const;

Completed in 153 milliseconds