Searched refs:FXARGB_A (Results 1 – 15 of 15) sorted by relevance
188 : FXARGB_A(fill_color); in DrawPath()191 : FXARGB_A(stroke_color); in DrawPath()366 : FXARGB_A(color); in DrawDIBits()653 : FXARGB_A(color); in DrawText()
127 fill_alpha = FXARGB_A(fill_color); in DrawPath()128 stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
163 : FXARGB_A(color); in _Color2Argb()204 : FXARGB_A(fill_color); in DrawNormalText()
1084 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()1238 : FXARGB_A(stroke_color); in DrawPath()1297 int alpha = FXARGB_A(argb); in RgbByteOrderSetPixel()1309 int src_alpha = FXARGB_A(argb); in RgbByteOrderCompositeRect()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()
551 FX_FLOAT a0 = FXARGB_A(cr0); in FillLinearGradientPath()555 FX_FLOAT da = (FXARGB_A(cr1) - a0) / fSteps; in FillLinearGradientPath()
32 a = FXARGB_A(argb); in ArgbDecode()38 a = FXARGB_A(argb); in ArgbDecode()463 alpha = FXARGB_A(color); in TransferMask()1134 int alpha = FXARGB_A(color);
3998 mask_alpha = FXARGB_A(mask_color); in _ScanlineCompositor_InitSourceMask()4745 (uint8_t)(alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeMask()4798 int src_alpha = (alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeRect()
877 int fill_alpha = FXARGB_A(fill_color); in DrawPath()878 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()1104 : FXARGB_A(color); in SetDIBits()
78 : FXARGB_A(color); in StretchDIBits()
567 FXARGB_A(argb) / 255.f); in SetDIBits()685 FXARGB_A(argb) / 255.f); in StretchDIBits()
94 #define FXARGB_A(argb) ((uint8_t)((argb) >> 24)) macro
468 : FXARGB_A(stroke_color); in DrawPath()
1567 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()
660 ArgbEncode(FXARGB_A(c), (c & 0xFFFFFF) ^ (*pSrcLine & 0xFFFFFF)); in XorDIBitmap()693 ArgbEncode(FXARGB_A(c), ~((c & 0xFFFFFF) ^ (*pSrcLine & 0xFFFFFF))); in EqvDIBitmap()
367 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()