Home | History | Annotate | Download | only in agg23

Lines Matching refs:FXGETFLAG_COLORTYPE

1025         FX_BOOL bObjectCMYK = FXGETFLAG_COLORTYPE(alpha_flag);
1161 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color);
1169 int fill_flag = FXGETFLAG_COLORTYPE(alpha_flag) << 8 | FXGETFLAG_ALPHA_STROKE(alpha_flag);
1192 int fill_flag = FXGETFLAG_COLORTYPE(alpha_flag) << 8 | FXGETFLAG_ALPHA_STROKE(alpha_flag);
1382 FX_BOOL bObjCMYK = FXGETFLAG_COLORTYPE(alpha_flag);
1432 FX_BOOL bCMYK = FXGETFLAG_COLORTYPE(alpha_flag);