Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp188 : 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()
Dfx_ge_device.cpp127 fill_alpha = FXARGB_A(fill_color); in DrawPath()
128 stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
Dfx_ge_text.cpp163 : FXARGB_A(color); in _Color2Argb()
204 : FXARGB_A(fill_color); in DrawNormalText()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1084 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()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp551 FX_FLOAT a0 = FXARGB_A(cr0); in FillLinearGradientPath()
555 FX_FLOAT da = (FXARGB_A(cr1) - a0) / fSteps; in FillLinearGradientPath()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp32 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);
Dfx_dib_composite.cpp3998 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()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp877 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()
Dfx_win32_print.cpp78 : FXARGB_A(color); in StretchDIBits()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp567 FXARGB_A(argb) / 255.f); in SetDIBits()
685 FXARGB_A(argb) / 255.f); in StretchDIBits()
/external/pdfium/core/include/fxge/
Dfx_dib.h94 #define FXARGB_A(argb) ((uint8_t)((argb) >> 24)) macro
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp468 : FXARGB_A(stroke_color); in DrawPath()
Dfx_skia_blitter_new.cpp1567 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp660 ArgbEncode(FXARGB_A(c), (c & 0xFFFFFF) ^ (*pSrcLine & 0xFFFFFF)); in XorDIBitmap()
693 ArgbEncode(FXARGB_A(c), ~((c & 0xFFFFFF) ^ (*pSrcLine & 0xFFFFFF))); in EqvDIBitmap()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp367 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()