Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp189 …int fill_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fil… in DrawPath()
190 …ha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color); in DrawPath()
336 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(color) : FXARGB_A(color); in DrawDIBits()
597 … int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in DrawText()
Dfx_ge_device.cpp133 fill_alpha = FXARGB_A(fill_color); in DrawPath()
134 stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
Dfx_ge_text.cpp117 FXARGB_A(color); in _Color2Argb()
146 …int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fill_col… in DrawNormalText()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1018 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()
1152 …ha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color); in DrawPath()
1199 int alpha = FXARGB_A(argb); in RgbByteOrderSetPixel()
1207 int src_alpha = FXARGB_A(argb); in RgbByteOrderCompositeRect()
1372 int alpha = bObjCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in _DibSetPixel()
1422 int new_alpha = bCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in SetPixel()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp23 a = FXARGB_A(argb); in ArgbDecode()
30 a = FXARGB_A(argb); in ArgbDecode()
444 alpha = FXARGB_A(color); in TransferMask()
1111 int alpha = FXARGB_A(color);
Dfx_dib_composite.cpp3546 mask_alpha = FXARGB_A(mask_color); in _ScanlineCompositor_InitSourceMask()
4161 int src_alpha = (FX_BYTE)(alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeMask()
4199 int src_alpha = (alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeRect()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp786 int fill_alpha = FXARGB_A(fill_color); in DrawPath()
787 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
987 … int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in SetDIBits()
Dfx_win32_print.cpp58 … int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in StretchDIBits()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp624 FXARGB_A(argb) / 255.f); in SetDIBits()
749 FXARGB_A(argb) / 255.f); in StretchDIBits()
/external/pdfium/core/include/fxge/
Dfx_dib.h93 #define FXARGB_A(argb) ((FX_BYTE)((argb) >> 24)) macro
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp406 …int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A in DrawPath()
Dfx_skia_blitter_new.cpp1337 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp376 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()