Searched refs:FXARGB_A (Results 1 – 11 of 11) sorted by relevance
189 …int fill_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fil… in DrawPath()190 …ha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color); in DrawPath()336 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(color) : FXARGB_A(color); in DrawDIBits()610 … int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in DrawText()
133 fill_alpha = FXARGB_A(fill_color); in DrawPath()134 stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
139 FXARGB_A(color); in _Color2Argb()168 …int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fill_col… in DrawNormalText()
1027 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()1161 …ha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color); in DrawPath()1208 int alpha = FXARGB_A(argb); in RgbByteOrderSetPixel()1216 int src_alpha = FXARGB_A(argb); in RgbByteOrderCompositeRect()1383 int alpha = bObjCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in _DibSetPixel()1433 int new_alpha = bCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in SetPixel()
23 a = FXARGB_A(argb); in ArgbDecode()30 a = FXARGB_A(argb); in ArgbDecode()459 alpha = FXARGB_A(color); in TransferMask()1147 int alpha = FXARGB_A(color);
3547 mask_alpha = FXARGB_A(mask_color); in _ScanlineCompositor_InitSourceMask()4195 int src_alpha = (FX_BYTE)(alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeMask()4233 int src_alpha = (alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeRect()
775 int fill_alpha = FXARGB_A(fill_color); in DrawPath()776 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()978 … int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in SetDIBits()
58 … int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in StretchDIBits()
624 FXARGB_A(argb) / 255.f); in SetDIBits()749 FXARGB_A(argb) / 255.f); in StretchDIBits()
93 #define FXARGB_A(argb) ((FX_BYTE)((argb) >> 24)) macro
388 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()