Searched defs:Start (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libavoid/
H A Dtimer.cpp73 Start();
77 void Timer::Start(void) function in class:Avoid::Timer
/inkscape/src/libuemf/
H A Dupmf_print.c241 \param Start Text to lead array data
246 int U_PMF_UINT8_ARRAY_print(const char *Start, const uint8_t *Array, int Elements, char *End){ argument
247 if(Start)printf("%s",Start);
392 case U_PPT_Start : printf("Start"); break;
509 \param Which A string which is either "Start" or "End".
1073 (void) U_PMF_CUSTOMLINECAP_print(Data, "Start", blimit);
2275 U_FLOAT Start, Sweep; local
2277 int status = U_PMR_DRAWARC_get(contents, NULL, &PenID, &ctype, &Start, &Sweep, &Rect);
2279 printf(" + PenID:%u ctype:%d Start
2552 U_FLOAT Start, Sweep; local
2708 U_FLOAT Start, Sweep; local
[all...]
H A Dupmf.c99 \param Start U_PMF_POINTF coordinates of start of line.
106 int U_PMR_drawline(uint32_t PenID, uint32_t PathID, U_PMF_POINTF Start, U_PMF_POINTF End, int Dashed, U_PSEUDO_OBJ *sum, EMFTRACK *et){ argument
114 if(U_PATH_moveto(dpath, Start, PTP_value) && U_PATH_lineto(dpath, End, PTP_value)){
866 If Start is set Elements must be 1 + multiple of 3. Ie, P1 Q12A Q12B P2 Q23A Q23B P3
868 If Start is clear Elements must be a multiple of 3. Ie, (P1, already in path) Q12A Q12B P2 Q23A Q23B P3
964 \param Start Start angle, >=0.0, degrees clockwise from 3:00
965 \param Sweep Sweep angle, -360<= angle <=360, degrees clockwise from Start
966 \param Rot Rotation angle to apply to coordinate system (Start and Rect), positive is degrees clockwise
974 int U_PATH_arcto(U_DPSEUDO_OBJ *Path, U_FLOAT Start, U_FLOA argument
3975 U_PMR_DRAWARC_set(uint32_t PenID, U_FLOAT Start, U_FLOAT Sweep, 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
4596 U_PMR_FILLPIE_set(U_FLOAT Start, U_FLOAT Sweep, const U_PSEUDO_OBJ *BrushID, const U_PSEUDO_OBJ *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
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
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 Duwmf.c728 \param ArcStart16 Coordinates for Start of Arc
733 \param start Start coordinates (point on the ellipse defined by rect)
876 \param Start Either 0x0300 or an offset into the Palette table
881 uint16_t Start, //!< Either 0x0300 or an offset into the Palette table
889 Palette->Start = Start;
1469 \brief Start constructing an wmf in memory. Supply the file name and initial size.
2112 memcpy(record+off, &Palette->Start, 2); off+=2;
2698 \param StartArc Start of Arc
2751 \param Radial1 Start o
880 U_PLTENTRY_set( uint16_t Start, uint16_t NumEntries, U_PLTNTRY *PalEntries ) argument
[all...]
H A Duwmf.h815 Start must be 0x0300 (as for EMF) with U_WMRCREATEPALETTE but is an offset
819 uint16_t Start; //!< Either 0x0300 or an offset into the Palette table member in struct:__anon341
2109 U_PALETTE *U_PLTENTRY_set(uint16_t Start, uint16_t NumEntries, U_PLTNTRY *Entries);
H A Dupmf.h852 #define U_PPT_Start 0x00 //!< Start of path
1133 #define U_PD_StartCap 0x0002 //!< Start Cap
1143 #define U_PD_CustomStartCap 0x0800 //!< Custom Start Cap
2202 U_FLOAT Start; //!< Start angle, >=0.0, degrees clockwise from 3:00 member in struct:__anon294
2203 U_FLOAT Sweep; //!< Sweep angle, -360<= angle <=360, degrees clockwise from Start
2407 U_FLOAT Start; //!< Start angle, >=0.0, degrees clockwise from 3:00 member in struct:__anon304
2408 U_FLOAT Sweep; //!< Sweep angle, -360<= angle <=360, degrees clockwise from Start
2508 U_FLOAT Start; //!< Star member in struct:__anon310
[all...]

Completed in 1711 milliseconds