OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CGSize
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/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/Source/WebCore/platform/graphics/
FloatSize.h
35
typedef struct
CGSize
CGSize
;
40
typedef struct
CGSize
NSSize;
93
explicit FloatSize(const
CGSize
&); // don't do this implicitly since it's lossy
94
operator
CGSize
() const;
IntSize.h
30
typedef struct
CGSize
CGSize
;
35
typedef struct
CGSize
NSSize;
113
explicit IntSize(const
CGSize
&); // don't do this implicitly since it's lossy
114
operator
CGSize
() const;
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/darwin-x86_64/swt/
swt.jar
Completed in 1378 milliseconds