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

/inkscape/src/libuemf/
H A Dupmf.c4993 \param TGC Text Gamma correction value (x 1000).
4998 U_PSEUDO_OBJ *U_PMR_SETTEXTCONTRAST_set(int TGC){ argument
5000 uint16_t utmp16 = (TGC & U_FF_MASK_TGC) << U_FF_SHFT_TGC;
8245 \param TGC Text Gamma correction value (x 1000).
8250 int *TGC){
8252 if(!contents || !TGC){ return(0); }
8254 *TGC = (Flags >> U_FF_SHFT_TGC) & U_FF_MASK_TGC;
8249 U_PMR_SETTEXTCONTRAST_get(const char *contents, U_PMF_CMN_HDR *Header, int *TGC) argument

Completed in 78 milliseconds