Home
last modified time | relevance | path

Searched refs:FXARGB_A (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp204 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()
Dfx_win32_device.cpp1007 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()
Dfx_win32_print.cpp107 int alpha = FXARGB_A(color); in StretchDIBits()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp51 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()
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp30 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()
Dfx_dib_composite.cpp3822 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()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp489 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()
/external/pdfium/core/fxge/
Dfx_dib.h97 #define FXARGB_A(argb) ((uint8_t)((argb) >> 24)) macro
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp730 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()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1818 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()