Searched defs:Adjust (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | upmf_print.c | 1934 uint32_t Adjust, Channel; local 1936 int status = U_PMF_IE_COLORCURVE_get(contents, &Adjust, &Channel, &Intensity, blimit); 1938 printf("ColorBalanceEffect Adjust:%u Channel:%u Intensity:%d\n", Adjust, Channel, Intensity);
|
H A D | upmf.c | 3500 \param Adjust CurveAdjustment enumeration 3502 \param Intensity adjustment to apply. "Adjust" determines what field this is and range values. 3507 U_PSEUDO_OBJ *U_PMF_IE_COLORCURVE_set(uint32_t Adjust, uint32_t Channel, int32_t Intensity){ argument 3510 {&Adjust, 4, 1, U_LE}, 6914 \param Adjust CurveAdjustment enumeration 6916 \param Intensity adjustment to apply. "Adjust" determines what field this is and range values. 6921 int U_PMF_IE_COLORCURVE_get(const char *contents, uint32_t *Adjust, uint32_t *Channel, int32_t *Intensity, const char *blimit){ argument 6922 if(!contents || !Adjust || !Channel || !Intensity || !blimit){ return(0); } 6924 U_PMF_SERIAL_get(&contents, Adjust, 4, 1, U_LE);
|
H A D | upmf.h | 2050 Adjust Range 2060 uint32_t Adjust; //!< CurveAdjustment enumeration member in struct:__anon276 2062 int32_t Intensity; //!< adjustment to apply. "Adjust" determines what field this is and range values. 2962 U_PSEUDO_OBJ *U_PMF_IE_COLORCURVE_set(uint32_t Adjust, uint32_t Channel, int32_t Intensity); 3101 int U_PMF_IE_COLORCURVE_get(const char *contents, uint32_t *Adjust, uint32_t *Channel, int32_t *Intensity, const char *blimit);
|
Completed in 376 milliseconds