/inkscape/share/extensions/ink2canvas/ |
H A D | svg.py | 152 class Rect(AbstractShape): class in inherits:AbstractShape
|
/inkscape/src/2geom/ |
H A D | rect.h | 91 class Rect class in namespace:Geom 99 Rect() {} function in class:Geom::Rect 101 Rect(Interval const &a, Interval const &b) : Base(a,b) {} function in class:Geom::Rect 103 Rect(Point const &a, Point const &b) : Base(a,b) {} function in class:Geom::Rect 104 Rect(Coord x0, Coord y0, Coord x1, Coord y1) : Base(x0, y0, x1, y1) {} function in class:Geom::Rect 105 Rect(Base const &b) : Base(b) {} function in class:Geom::Rect 106 Rect(IntRect const &ir) : Base(ir.min(), ir.max()) {} function in class:Geom::Rect 124 bool interiorIntersects(Rect const &r) const { 133 bool interiorContains(Rect const &r) const { 160 Affine transformTo(Rect cons [all...] |
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 94 if(Elements == 1){ printf(" Rect(Float):"); } 452 else if(Type == U_RNDT_Rect ){ printf("Rect" ); } 1221 printf(" + LinearGradientBrushData: Flags:%X WrapMode:%d Rect:",Lgbd.Flags, Lgbd.WrapMode); 1629 \param Rect U_PMF_RECT structure 1632 int U_PMF_RECT_S_print(U_PMF_RECT *Rect){ argument 1633 printf("{UL{%d,%d},WH{%d,%d}}", Rect->X, Rect->Y, Rect->Width, Rect->Height); 1656 \param Rect U_PMF_RECT 1659 U_PMF_RECTF_S_print(U_PMF_RECTF *Rect) argument 2134 U_PMF_RECTF Rect; local 2276 U_PMF_RECTF Rect; local 2433 U_PMF_RECTF Rect; local 2553 U_PMF_RECTF Rect; local 2601 U_PMF_RECTF Rect; local 2665 U_PMF_RECTF Rect; local 2710 U_PMF_RECTF Rect; local [all...] |
H A D | upmf.c | 966 \param Rot Rotation angle to apply to coordinate system (Start and Rect), positive is degrees clockwise 967 \param Rect U_PMF_RECTF that defines the bounding rectangle. 974 int U_PATH_arcto(U_DPSEUDO_OBJ *Path, U_FLOAT Start, U_FLOAT Sweep, U_FLOAT Rot, U_PMF_RECTF *Rect, uint8_t Flags, int StartSeg){ argument 990 a = Rect->Width/2.0; 991 b = Rect->Height/2.0; 993 Center.X = Rect->X + a; 994 Center.Y = Rect->Y + b; 3144 \param Rect U_PMF_RECT structures 3148 U_PSEUDO_OBJ *U_PMF_RECT_set(U_PMF_RECT *Rect){ argument 3150 {Rect, 3210 U_PMF_RECTF_set(U_PMF_RECTF *Rect) argument 3794 U_PMR_SETCLIPRECT_set(uint32_t CMenum, const U_PSEUDO_OBJ *Rect) argument 3975 U_PMR_DRAWARC_set(uint32_t PenID, U_FLOAT Start, U_FLOAT Sweep, const U_PSEUDO_OBJ *Rect) argument 4188 U_PMR_DRAWELLIPSE_set(uint32_t PenID, const U_PSEUDO_OBJ *Rect) argument 4364 U_PMR_DRAWPIE_set(uint32_t PenID, U_FLOAT Start, U_FLOAT Sweep, const U_PSEUDO_OBJ *Rect) argument 4437 U_PMR_DRAWSTRING_set(uint32_t FontID, const U_PSEUDO_OBJ *BrushID, uint32_t FormatID, uint32_t Length, const U_PSEUDO_OBJ *Rect, const uint16_t *Text) argument 4523 U_PMR_FILLELLIPSE_set(const U_PSEUDO_OBJ *BrushID, const U_PSEUDO_OBJ *Rect) argument 4596 U_PMR_FILLPIE_set(U_FLOAT Start, U_FLOAT Sweep, const U_PSEUDO_OBJ *BrushID, const U_PSEUDO_OBJ *Rect) argument 7172 U_PMR_SETCLIPRECT_get(const char *contents, U_PMF_CMN_HDR *Header, int *CMenum, U_PMF_RECTF *Rect) argument 7330 U_PMR_DRAWARC_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *PenID, int *ctype, U_FLOAT *Start, U_FLOAT *Sweep, U_PMF_RECTF *Rect) argument 7518 U_PMR_DRAWELLIPSE_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *PenID, int *ctype, U_PMF_RECTF *Rect) argument 7683 U_PMR_DRAWPIE_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *PenID, int *ctype, U_FLOAT *Start, U_FLOAT *Sweep, U_PMF_RECTF *Rect) argument 7757 U_PMR_DRAWSTRING_get(const char *contents, U_PMF_CMN_HDR *Header, uint32_t *FontID, int *btype, uint32_t *BrushID, uint32_t *FormatID, uint32_t *Elements, U_PMF_RECTF *Rect, uint16_t **String) argument 7833 U_PMR_FILLELLIPSE_get(const char *contents, U_PMF_CMN_HDR *Header, int *btype, int *ctype, uint32_t *BrushID, U_PMF_RECTF *Rect) argument 7894 U_PMR_FILLPIE_get(const char *contents, U_PMF_CMN_HDR *Header, int *btype, int *ctype, uint32_t *BrushID, U_FLOAT *Start, U_FLOAT *Sweep, U_PMF_RECTF *Rect) argument [all...] |
H A D | upmf.h | 2143 U_PMF_RECTF Rect; //!< Rectangle used with CombineMode enumeration from Header.Flags member in struct:__anon287 2197 bit 9 U_PPF_C Set: Rect is U_PMF_RECT; Clear: Rect is U_PMF_RECTF 2205 U_RECT or U_RECTF Rect; //!< Bounding box for elliptical arc being drawn. 2311 bit 9 U_PPF_C Set: Rect is U_PMF_RECT; Clear: Rect is U_PMF_RECTF 2318 (varies) Rect; //!< Bounding rectangle, data type set by bit1 of Header.Flags 2402 bit 9 U_PPF_C Set: Rect is U_PMF_RECT; Clear: Rect is U_PMF_RECTF 2411 U_RECT or U_RECTF Rect; //!< Boundin 2441 U_PMF_RECTF Rect; //!< String's bounding box. member in struct:__anon306 [all...] |