Home
last modified time | relevance | path

Searched refs:FXARGB_A (Results 1 – 11 of 11) 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()
610 … 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.cpp139 FXARGB_A(color); in _Color2Argb()
168 …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.cpp1027 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()
1161 …ha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color); in DrawPath()
1208 int alpha = FXARGB_A(argb); in RgbByteOrderSetPixel()
1216 int src_alpha = FXARGB_A(argb); in RgbByteOrderCompositeRect()
1383 int alpha = bObjCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in _DibSetPixel()
1433 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()
459 alpha = FXARGB_A(color); in TransferMask()
1147 int alpha = FXARGB_A(color);
Dfx_dib_composite.cpp3547 mask_alpha = FXARGB_A(mask_color); in _ScanlineCompositor_InitSourceMask()
4195 int src_alpha = (FX_BYTE)(alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeMask()
4233 int src_alpha = (alpha_flag >> 8) ? (alpha_flag & 0xff) : FXARGB_A(color); in CompositeRect()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp775 int fill_alpha = FXARGB_A(fill_color); in DrawPath()
776 int stroke_alpha = FXARGB_A(stroke_color); in DrawPath()
978 … 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/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp388 int fill_alpha = FXARGB_A(fill_argb); in ProcessType3Text()