Searched refs:FXARGB_A (Results 1 – 10 of 10) sorted by relevance
204 int fill_alpha = FXARGB_A(fill_color); in DrawPath()205 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()378 int alpha = FXARGB_A(color); in DrawDIBits()638 int alpha = FXARGB_A(color); in DrawText()
1007 int fill_alpha = FXARGB_A(fill_color); in DrawPath()1008 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()1218 int alpha = FXARGB_A(color); in SetDIBits()
107 int alpha = FXARGB_A(color); in StretchDIBits()
51 int alpha = FXARGB_A(argb); in RgbByteOrderSetPixel()63 int src_alpha = FXARGB_A(argb); in RgbByteOrderCompositeRect()245 int alpha = bObjCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in DibSetPixel()1325 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()1482 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()1549 int new_alpha = FXARGB_A(color) * pMask->GetScanline(y)[x] / 255; in SetPixel()
30 a = FXARGB_A(argb); in ArgbDecode()37 a = FXARGB_A(argb); in ArgbDecode()495 alpha = FXARGB_A(color); in TransferMask()1123 int alpha = FXARGB_A(color); in SetPixel()
3822 mask_alpha = FXARGB_A(mask_color); in ScanlineCompositor_InitSourceMask()4584 (uint8_t)(alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeMask()4638 int src_alpha = (alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeRect()
489 uint8_t stroke_alpha = pGraphState ? FXARGB_A(stroke_color) : 0; in DrawPathWithBlend()490 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0; in DrawPathWithBlend()864 if (FXARGB_A(fill_color) < 255) in DrawNormalText()
97 #define FXARGB_A(argb) ((uint8_t)((argb) >> 24)) macro
730 int stroke_alpha = FXARGB_A(m_strokeColor); in FlushPath()1534 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()2998 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()
1818 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()