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

/inkscape/src/libuemf/
H A Dupmf_print.c110 printf(" Color:");
1754 U_PMF_ARGB Color; local
1755 int status = U_PMF_SOLIDBRUSHDATA_get(contents, &Color, blimit);
1758 (void) U_PMF_ARGB_print((char *) &Color);
2253 U_PMF_ARGB Color; local
2254 int status = U_PMR_CLEAR_get(contents, NULL, &Color);
2257 printf(" + Color:");
2258 (void) U_PMF_ARGB_print((char *) &Color);
H A Duwmf_print.c53 U_COLORREF Color; local
56 memcpy(&Color, &b.Color, sizeof(U_COLORREF));
57 printf("Color:"); colorref_print(Color);
144 U_COLORREF Color; //!< Pen color (NOT aligned on 4n byte boundary!)
145 uint16_t Colorw[2]; //!< reassemble/store the Color value using these, NOT Color.
151 U_COLORREF Color; local
154 memcpy(&Color,
253 U_COLORREF Color; local
422 U_COLORREF Color; local
483 U_COLORREF Color; local
631 U_COLORREF Color; local
695 U_COLORREF Color; local
1061 U_COLORREF Color; local
[all...]
H A Dupmf.c140 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
1140 \param BrushID U_PSEUDO_OBJ containing a U_PMF_ARGB or a U_PMF_4NUM. Color or U_PMF_BRUSH object in the EMF+ object table (0-63, inclusive)
2029 \param StartColor Start Color (U_PMF_ARGB)
2030 \param EndColor End Color (U_PMF_ARGB)
3331 \param Color U_PSEUDO_OBJ containing a U_PMF_ARGB object
3336 U_PSEUDO_OBJ *U_PMF_SOLIDBRUSHDATA_set(const U_PSEUDO_OBJ *Color){ argument
3337 if(!Color || (Color->Type != U_PMF_ARGB_OID)){ return(NULL); }
3340 {Color->Data, Color
3950 U_PMR_CLEAR_set(const U_PSEUDO_OBJ *Color) argument
6756 U_PMF_SOLIDBRUSHDATA_get(const char *contents, U_PMF_ARGB *Color, const char *blimit) argument
7304 U_PMR_CLEAR_get(const char *contents, U_PMF_CMN_HDR *Header, U_PMF_ARGB *Color) argument
[all...]
H A Duwmf.c862 \param Color Color for the U_PLTENTRY
864 U_PLTNTRY U_PLTNTRY_set(U_COLORREF Color){ argument
866 pe.Value = Color.Reserved;
867 pe.Blue = Color.Blue;
868 pe.Green = Color.Green;
869 pe.Red = Color.Red;
902 \param Color Pen Color.
907 U_COLORREF Color //!< Pe
1054 U_WLOGBRUSH_set( uint16_t Style, U_COLORREF Color, uint16_t Hatch ) argument
1892 U_WMRCORE_1U16_CRF_2U16_set( int iType, uint16_t *arg1, U_COLORREF Color, uint16_t *arg2, uint16_t *arg3 ) argument
2488 U_WMRSETBKCOLOR_set(U_COLORREF Color) argument
2559 U_WMRSETTEXTCOLOR_set(U_COLORREF Color) argument
2738 U_WMRFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord) argument
2847 U_WMRSETPIXEL_set(U_COLORREF Color, U_POINT16 Coord) argument
3606 U_WMREXTFLOODFILL_set(uint16_t Mode, U_COLORREF Color, U_POINT16 coord) argument
4528 U_WMRCORE_1U16_CRF_2U16_get( const char *contents, uint16_t *arg1, U_COLORREF *Color, uint16_t *arg2, uint16_t *arg3 ) argument
5258 U_WMRFLOODFILL_get( const char *contents, uint16_t *Mode, U_COLORREF *Color, U_POINT16 *coord ) argument
5389 U_WMRSETPIXEL_get( const char *contents, U_COLORREF *Color, U_POINT16 *Coord) argument
6184 U_WMREXTFLOODFILL_get( const char *contents, uint16_t *Mode, U_COLORREF *Color, U_POINT16 * coord ) argument
[all...]
H A Duwmf.h766 style Color Data
775 U_COLORREF Color; //!< Brush Color value, 32 bit value is not aligned. member in struct:__anon338
829 U_COLORREF Color; //!< Pen Color, the 32 bit value is not aligned. member in struct:__anon342
978 style Color Hatch
988 U_COLORREF Color; //!< Brush Color value, 32 bit value is not aligned. member in struct:__anon349
1126 U_COLORREF Color; //!< Color valu member in struct:__anon356
1291 U_COLORREF Color; //!< Color member in struct:__anon365
1358 U_COLORREF Color; //!< Color member in struct:__anon369
[all...]
H A Dupmf.h339 #define U_BT_SolidColor 0x00 //!< Solid Color brush.
1178 #define U_IE_ColorBalanceEffectGuid "{537E597D-251E-48DA-9664-29CA496B70F8}" //!< Color Balance Effect
1179 #define U_IE_ColorCurveEffectGuid "{DD6A0022-58E4-4A67-9D9B-D48EB881A53D}" //!< Color Curve Effect
1180 #define U_IE_ColorLookupTableEffectGuid "{A7CE72A9-0F7F-40D7-B3CC-D0C02D5C3212}" //!< Color Lookup Table Effect
1181 #define U_IE_ColorMatrixEffectGuid "{718F2615-7933-40E3-A511-5F68FE14DD74}" //!< Color Matrix Effect
1197 #define U_IEE_ColorBalanceEffectGuid 3 //!< Color Balance Effect
1198 #define U_IEE_ColorCurveEffectGuid 4 //!< Color Curve Effect
1199 #define U_IEE_ColorLookupTableEffectGuid 5 //!< Color Lookup Table Effect
1200 #define U_IEE_ColorMatrixEffectGuid 6 //!< Color Matrix Effect
1861 U_PMF_ARGB Gradient; //!< Color Gradien
1989 U_PMF_ARGB Color; //!< Color of brush member in struct:__anon270
2191 U_PMF_ARGB Color; //!< Erase everything preceding, set background ARGB color. member in struct:__anon293
[all...]

Completed in 181 milliseconds