Searched refs:FXARGB_A (Results 1 – 12 of 12) sorted by relevance
90 return std::make_tuple(FXARGB_A(argb), FXARGB_R(argb), FXARGB_G(argb), in ArgbDecode()95 return {FXARGB_A(argb), ArgbToColorRef(argb)}; in ArgbToAlphaAndColorRef()
627 int alpha = FXARGB_A(color); in SetPixel()962 int src_alpha = FXARGB_A(color); in CompositeMask()1014 int src_alpha = (alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeRect()
2804 m_MaskAlpha = FXARGB_A(mask_color); in InitSourceMask()
201 int fill_alpha = FXARGB_A(fill_color); in DrawPath()202 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()312 int alpha = FXARGB_A(color); in DrawDIBits()594 int alpha = FXARGB_A(color); in DrawText()
984 int fill_alpha = FXARGB_A(fill_color); in DrawPath()985 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()1210 int alpha = FXARGB_A(color); in SetDIBits()
112 int alpha = FXARGB_A(color); in StretchDIBits()
151 #define FXARGB_A(argb) ((uint8_t)((argb) >> 24)) macro
514 uint8_t stroke_alpha = pGraphState ? FXARGB_A(stroke_color) : 0; in DrawPathWithBlend()515 uint8_t fill_alpha = (fill_mode & 3) ? FXARGB_A(fill_color) : 0; in DrawPathWithBlend()868 if (FXARGB_A(fill_color) < 255) in DrawNormalText()
63 int alpha = FXARGB_A(argb); in RgbByteOrderSetPixel()75 int src_alpha = FXARGB_A(argb); in RgbByteOrderCompositeRect()242 int alpha = FXARGB_A(color); in DibSetPixel()927 m_Alpha = FXARGB_A(color); in Init()1358 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()1421 FXARGB_A(color) * m_pClipRgn->GetMask()->GetScanline(y)[x] / 255; in SetPixel()
784 int stroke_alpha = FXARGB_A(m_strokeColor); in FlushPath()2048 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
952 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()
1945 dest_a += pixel_weight * FXARGB_A(argb); in ReSampleScanline()