HomeSort by relevance Sort by last modified time
    Searched defs:CGSize (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/platform/graphics/cg/
FloatSizeCG.cpp 36 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
40 FloatSize::operator CGSize() const
IntSizeCG.cpp 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/WebCore/platform/graphics/
FloatSize.h 36 typedef struct CGSize CGSize;
41 typedef struct CGSize NSSize;
80 explicit FloatSize(const CGSize&); // don't do this implicitly since it's lossy
81 operator CGSize() const;
IntSize.h 32 typedef struct CGSize CGSize;
37 typedef struct CGSize NSSize;
108 explicit IntSize(const CGSize&); // don't do this implicitly since it's lossy
109 operator CGSize() const;
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 96 milliseconds