Searched refs:Count (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libuemf/
H A Dupmf_print.c636 uint32_t Version, Count; local
640 int status = U_PMF_PATH_get(contents, &Version, &Count, &Flags, &Points, &Types, blimit);
642 printf(" + Path: Version:%X Count:%d Flags:%X\n",Version, Count, Flags);
645 U_PMF_VARPOINTS_print(&Points, Flags, Count, blimit);
650 for(i=0; i<Count; i++){
698 uint32_t Version, Count; local
700 int status = U_PMF_REGION_get(contents, &Version, &Count, &Nodes, blimit);
704 printf(" ChildNodes:%d",Count);
1126 uint32_t Count; local
[all...]
H A Dupmf.c1060 \param Count number of members in Rects
1064 U_PMF_RECTF *rectfs_transform(U_PMF_RECTF *Rects, int Count, U_XFORM Xform){ argument
1067 newRects = (U_PMF_RECTF *) malloc(Count * sizeof(U_PMF_RECTF));
1069 for(i=0; i<Count; i++){
1244 \brief Calculate the length in bytes of objects which are a 4 byte Count followed by Count * float bytes
1826 \param Count Number of CHILD nodes. This is one less than the total number of U_PMF_REGIONNODE objects in Nodes.
1831 U_PSEUDO_OBJ *U_PMF_REGION_set(uint32_t Version, uint32_t Count, const U_PSEUDO_OBJ *Nodes){ argument
1835 {&Count, 4, 1, U_LE},
1923 \param Count Numbe
1928 U_PMF_ARGBN_set(uint32_t Count, U_PMF_ARGB *Colors) argument
5545 U_PMF_PATH_get(const char *contents, uint32_t *Version, uint32_t *Count, uint16_t *Flags, const char **Points, const char **Types, const char *blimit) argument
5604 U_PMF_REGION_get(const char *contents, uint32_t *Version, uint32_t *Count, const char **Nodes, const char *blimit) argument
5992 U_PMF_FOCUSSCALEDATA_get(const char *contents, uint32_t *Count, U_FLOAT *ScaleX, U_FLOAT *ScaleY, const char *blimit) argument
[all...]
H A Dupmf.h1453 uint32_t Count; //!< points and point types in this object member in struct:__anon237
1708 uint32_t Count; //!< must be 2 member in struct:__anon255
2886 U_PSEUDO_OBJ *U_PMF_REGION_set(uint32_t Version, uint32_t Count, const U_PSEUDO_OBJ *Nodes);
2890 U_PSEUDO_OBJ *U_PMF_ARGBN_set(uint32_t Count, U_PMF_ARGB *Colors);
3044 int U_PMF_PATH_get(const char *contents, uint32_t *Version, uint32_t *Count, uint16_t *Flags, const char **Points, const char **Types, const char *blimit);
3046 int U_PMF_REGION_get(const char *contents, uint32_t *Version, uint32_t *Count, const char **Nodes, const char *blimit);
3065 int U_PMF_FOCUSSCALEDATA_get(const char *contents, uint32_t *Count, U_FLOAT *ScaleX, U_FLOAT *ScaleY, const char *blimit);
H A Duwmf.h1176 uint16_t Count; //!< Number of space characters in the line member in struct:__anon359
2150 char *U_WMRSETTEXTJUSTIFICATION_set(uint16_t Count, uint16_t Extra);
2424 int U_WMRSETTEXTJUSTIFICATION_get(const char *contents, uint16_t *Count, uint16_t *Extra);
H A Duwmf_print.c311 printf("Count:%d ", sc.count);
491 uint16_t Count; local
493 int size = U_WMRSETTEXTJUSTIFICATION_get(contents, &Count, &Extra);
495 printf(" %-15s %d\n","Count", Count);
H A Duwmf.c2566 \param Count Number of space characters in the line.
2569 char *U_WMRSETTEXTJUSTIFICATION_set(uint16_t Count, uint16_t Extra){ argument
2570 return U_WMRCORE_2U16_set(U_WMR_SETBKMODE, Count, Extra);
5030 \param Count Number of space characters in the line.
5035 uint16_t *Count,
5038 return(U_WMRCORE_2U16_get(contents, (U_SIZE_WMRSETTEXTJUSTIFICATION), Count, Extra));
5033 U_WMRSETTEXTJUSTIFICATION_get( const char *contents, uint16_t *Count, uint16_t *Extra ) argument

Completed in 829 milliseconds