OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
FloatSize.h
36
typedef struct
CGSize
CGSize
;
39
typedef struct
CGSize
NSSize;
109
explicit FloatSize(const
CGSize
&); // don't do this implicitly since it's lossy
110
operator
CGSize
() const;
IntSize.h
33
typedef struct
CGSize
CGSize
;
36
typedef struct
CGSize
NSSize;
118
explicit IntSize(const
CGSize
&); // don't do this implicitly since it's lossy
119
operator
CGSize
() const;
/prebuilts/tools/common/m2/internal/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 45 milliseconds