Searched refs:FXGETFLAG_ALPHA_FILL (Results 1 – 8 of 8) sorted by relevance
187 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in DrawPath()365 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(color) in DrawDIBits()652 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) in DrawText()
124 fill_alpha = FXGETFLAG_ALPHA_FILL(alpha_flag); in DrawPath()331 FXGETFLAG_ALPHA_FILL(alpha_flag) == 0xff)) || in DrawCosmeticLine()
161 ? (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) in _Color2Argb()170 bgra[3] = (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) in _Color2Argb()203 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in DrawNormalText()1143 ? (FXGETFLAG_ALPHA_FILL(alpha_flag) || in DrawTextPath()1149 if (FXGETFLAG_ALPHA_FILL(alpha_flag)) { in DrawTextPath()
77 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in StretchDIBits()
1103 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in SetDIBits()
1084 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()1499 int alpha = bObjCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in _DibSetPixel()1556 bCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in SetPixel()
156 #define FXGETFLAG_ALPHA_FILL(flag) (uint8_t)(flag) macro
1567 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()