Home
last modified time | relevance | path

Searched refs:FXGETFLAG_ALPHA_FILL (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp187 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in DrawPath()
365 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(color) in DrawDIBits()
652 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) in DrawText()
Dfx_ge_device.cpp124 fill_alpha = FXGETFLAG_ALPHA_FILL(alpha_flag); in DrawPath()
331 FXGETFLAG_ALPHA_FILL(alpha_flag) == 0xff)) || in DrawCosmeticLine()
Dfx_ge_text.cpp161 ? (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) in _Color2Argb()
170 bgra[3] = (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) in _Color2Argb()
203 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in DrawNormalText()
1143 ? (FXGETFLAG_ALPHA_FILL(alpha_flag) || in DrawTextPath()
1149 if (FXGETFLAG_ALPHA_FILL(alpha_flag)) { in DrawTextPath()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp77 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in StretchDIBits()
Dfx_win32_device.cpp1103 ? FXGETFLAG_ALPHA_FILL(alpha_flag) in SetDIBits()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1084 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()
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/core/include/fxge/
Dfx_dib.h156 #define FXGETFLAG_ALPHA_FILL(flag) (uint8_t)(flag) macro
/external/pdfium/core/src/fxge/skia/
Dfx_skia_blitter_new.cpp1567 m_Alpha = bObjectCMYK ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color); in Init()