#include "nsIDOMSVGPoint.h"#include "gfxPoint.h"
Functions | |
| nsresult | NS_NewSVGPoint (nsIDOMSVGPoint **result, float x=0.0f, float y=0.0f) |
| nsresult | NS_NewSVGPoint (nsIDOMSVGPoint **result, const gfxPoint &point) |
| nsresult | NS_NewSVGReadonlyPoint (nsIDOMSVGPoint **result, float x=0.0f, float y=0.0f) |
| nsresult NS_NewSVGPoint | ( | nsIDOMSVGPoint ** | result, | |
| const gfxPoint & | point | |||
| ) |
| nsresult NS_NewSVGPoint | ( | nsIDOMSVGPoint ** | result, | |
| float | x = 0.0f, |
|||
| float | y = 0.0f | |||
| ) |
| nsresult NS_NewSVGReadonlyPoint | ( | nsIDOMSVGPoint ** | result, | |
| float | x = 0.0f, |
|||
| float | y = 0.0f | |||
| ) |
1.6.1