Searched refs:FXARGB_A (Results 1 – 11 of 11) sorted by relevance
78 return std::make_tuple(FXARGB_A(argb), FXARGB_R(argb), FXARGB_G(argb), in ArgbDecode()83 return {FXARGB_A(argb), in ArgbToColorRef()
600 int alpha = FXARGB_A(color); in SetPixel()932 (uint8_t)(alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeMask()985 int src_alpha = (alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeRect()
2871 m_MaskAlpha = FXARGB_A(mask_color); in InitSourceMask()
263 int fill_alpha = FXARGB_A(fill_color); in DrawPath()264 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()380 int alpha = FXARGB_A(color); in DrawDIBits()657 int alpha = FXARGB_A(color); in DrawText()
996 int fill_alpha = FXARGB_A(fill_color); in DrawPath()997 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()1207 int alpha = FXARGB_A(color); in SetDIBits()
109 int alpha = FXARGB_A(color); in StretchDIBits()
100 #define FXARGB_A(argb) ((uint8_t)((argb) >> 24)) macro
517 uint8_t stroke_alpha = pGraphState ? FXARGB_A(stroke_color) : 0; in DrawPathWithBlend()518 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0; in DrawPathWithBlend()883 if (FXARGB_A(fill_color) < 255) in DrawNormalText()
52 int alpha = FXARGB_A(argb); in RgbByteOrderSetPixel()64 int src_alpha = FXARGB_A(argb); in RgbByteOrderCompositeRect()235 int alpha = FXARGB_A(color); in DibSetPixel()902 m_Alpha = FXARGB_A(color); in Init()1328 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()1392 FXARGB_A(color) * m_pClipRgn->GetMask()->GetScanline(y)[x] / 255; in SetPixel()
753 int stroke_alpha = FXARGB_A(m_strokeColor); in FlushPath()1914 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
1858 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()