Searched refs:FXARGB_A (Results 1 – 13 of 13) 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()597 … 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()
117 FXARGB_A(color); in _Color2Argb()146 …int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fill_col… in DrawNormalText()
1018 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()1152 …ha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color); in DrawPath()1199 int alpha = FXARGB_A(argb); in RgbByteOrderSetPixel()1207 int src_alpha = FXARGB_A(argb); in RgbByteOrderCompositeRect()1372 int alpha = bObjCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in _DibSetPixel()1422 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()444 alpha = FXARGB_A(color); in TransferMask()1111 int alpha = FXARGB_A(color);
3546 mask_alpha = FXARGB_A(mask_color); in _ScanlineCompositor_InitSourceMask()4161 int src_alpha = (FX_BYTE)(alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeMask()4199 int src_alpha = (alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeRect()
786 int fill_alpha = FXARGB_A(fill_color); in DrawPath()787 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()987 … 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
406 …int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A… in DrawPath()
1337 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()
376 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()