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

/inkscape/src/libuemf/
H A Duwmf.h760 /** Brush Object WMF manual 2.2.1.1
775 U_COLORREF Color; //!< Brush Color value, 32 bit value is not aligned.
776 uint8_t Data[1]; //!< Brush pattern information, variable size and format
988 U_COLORREF Color; //!< Brush Color value, 32 bit value is not aligned.
1523 uint16_t Brush; //!< Index of brush to use in object table member in struct:__anon378
1534 uint16_t Brush; //!< Index of brush to use in frame in object table member in struct:__anon379
1770 style cUsage Brush created
2182 char *U_WMRFILLREGION_set(uint16_t Region, uint16_t Brush);
2183 char *U_WMRFRAMEREGION_set(uint16_t Region, uint16_t Brush, int16_t Height, int16_t Width);
2454 int U_WMRFILLREGION_get(const char *contents, uint16_t *Region, uint16_t *Brush);
[all...]
H A Duwmf_print.c801 uint16_t Brush; local
802 int size = U_WMRFILLREGION_get(contents, &Region, &Brush);
805 printf(" %-15s %d\n","Brush", Brush);
811 uint16_t Brush; local
814 int size = U_WMRFRAMEREGION_get(contents, &Region, &Brush, &Height, &Width);
817 printf(" Brush:%d\n", Brush );
1306 printf(" Brush:");
1324 printf(" Brush
[all...]
H A Duwmf.c1051 \param Color Brush Color value
1056 U_COLORREF Color, //!< Brush Color value
2199 \param lb Brush parameters
3076 \param Brush Brush to fill with
3078 char *U_WMRFILLREGION_set(uint16_t Region, uint16_t Brush){ argument
3079 return U_WMRCORE_2U16_set(U_WMR_FILLREGION, Region, Brush);
3086 \param Brush Index of brush to use in frame in object table
3090 char *U_WMRFRAMEREGION_set(uint16_t Region, uint16_t Brush, int16_t Height, int16_t Width){ argument
3091 return U_WMRCORE_4U16_set(U_WMR_FRAMEREGION, Region, Brush, U_U1
5654 U_WMRFRAMEREGION_get( const char *contents, uint16_t *Region, uint16_t *Brush, int16_t *Height, int16_t *Width ) argument
[all...]
H A Dupmf_print.c369 case U_OT_Brush: printf("Brush"); break;
472 printf(" + Brush:");
679 const char *Brush; local
680 int status = U_PMF_PEN_get(contents, &Version, &Type, &PenData, &Brush, blimit);
684 (void) U_PMF_BRUSH_print(Brush, blimit);
H A Dupmf.c1580 \param Bd U_PSEUDO_OBJ containing one of the 5 types of Brush data
1803 \param Brush U_PSEUDO_OBJ containing U_PMF_BRUSH object
1807 U_PSEUDO_OBJ *U_PMF_PEN_set(uint32_t Version, const U_PSEUDO_OBJ *PenData, const U_PSEUDO_OBJ *Brush){ argument
1809 if(!Brush || (Brush->Type != U_PMF_BRUSH_OID) ){ return(NULL); }
1814 {Brush->Data, Brush->Used, 1, U_XE},
5418 \param Data one of the 5 types of Brush data
5578 \param Brush Brush Descriptio
5584 U_PMF_PEN_get(const char *contents, uint32_t *Version, uint32_t *Type, const char **PenData, const char **Brush, const char *blimit) argument
[all...]
H A Dupmf.h836 #define U_OT_Brush 0x01 //!< Brush object
1383 uint32_t Data[]; // one of the 5 types of Brush data (2.2.2 20, 24, 29, 43, or 45)
2292 uint32_t BrushID; //!< Color or index to Brush object, depends on Flags bit0
2438 uint32_t BrushID; //!< Color or index to Brush object, depends on Flags bit0
2463 uint32_t BrushID; //!< Color or index to Brush object, depends on Header.Flags bit0
2480 uint32_t BrushID; //!< Color or index to Brush object, depends on Header.Flags bit0
2496 uint32_t BrushID; //!< Color or index to Brush object, depends on Header.Flags bit0
2507 uint32_t BrushID; //!< Color or index to Brush object, depends on Header.Flags bit0
2530 uint32_t BrushID; //!< Color or index to Brush object, depends on Header.Flags bit0
2546 uint32_t BrushID; //!< Color or index to Brush objec
[all...]

Completed in 2007 milliseconds