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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
FloatSizeCG.cpp 34 FloatSize::FloatSize(const CGSize& s) : m_width(s.width), m_height(s.height)
38 FloatSize::operator CGSize() const
IntSizeCG.cpp 33 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
37 IntSize::operator CGSize() const
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSize.h 34 typedef struct CGSize CGSize;
118 explicit IntSize(const CGSize&); // don't do this implicitly since it's lossy
119 operator CGSize() const;
FloatSize.h 35 typedef struct CGSize CGSize;
116 explicit FloatSize(const CGSize&); // don't do this implicitly since it's lossy
117 operator CGSize() const;
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 135 milliseconds