#include "nsIDOMSVGRect.h"#include "nsSVGValue.h"#include "gfxRect.h"
Include dependency graph for nsSVGRect.h:Classes | |
| class | nsSVGRect |
Functions | |
| nsresult | NS_NewSVGRect (nsIDOMSVGRect **result, float x=0.0f, float y=0.0f, float width=0.0f, float height=0.0f) |
| nsresult | NS_NewSVGRect (nsIDOMSVGRect **result, const gfxRect &rect) |
| nsresult NS_NewSVGRect | ( | nsIDOMSVGRect ** | result, | |
| float | x = 0.0f, |
|||
| float | y = 0.0f, |
|||
| float | width = 0.0f, |
|||
| float | height = 0.0f | |||
| ) |
| nsresult NS_NewSVGRect | ( | nsIDOMSVGRect ** | result, | |
| const gfxRect & | rect | |||
| ) |
1.7.1