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

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DFloatRectCG.cpp36 FloatRect::FloatRect(const CGRect& r) : m_location(r.origin), m_size(r.size)
40 FloatRect::operator CGRect() const
H A DIntRectCG.cpp35 IntRect::operator CGRect() const
40 IntRect enclosingIntRect(const CGRect& rect)
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatRect.h33 typedef struct CGRect CGRect; typedef in typeref:struct:CGRect
38 typedef struct CGRect NSRect;
141 FloatRect(const CGRect&);
142 operator CGRect() const;
H A DIntRect.h33 typedef struct CGRect CGRect; typedef in typeref:struct:CGRect
38 typedef struct CGRect NSRect;
192 operator CGRect() const;
238 IntRect enclosingIntRect(const CGRect&);

Completed in 95 milliseconds