Searched refs:FXGETFLAG_ALPHA_STROKE (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.cpp406 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color);
434 int fill_flag = FXGETFLAG_COLORTYPE(alpha_flag)<<8 | FXGETFLAG_ALPHA_STROKE(alpha_flag);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp131 stroke_alpha = FXGETFLAG_ALPHA_STROKE(alpha_flag);
H A Dfx_ge_text.cpp116 (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXGETFLAG_ALPHA_STROKE(alpha_flag) :
124 bgra[3] = (alpha_flag >> 24) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXGETFLAG_ALPHA_STROKE(alpha_flag);
946 (FXGETFLAG_ALPHA_FILL(alpha_flag) || FXGETFLAG_ALPHA_STROKE(alpha_flag)) :
H A Dfx_ge_ps.cpp190 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color);
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_driver.cpp1152 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color);
1160 int fill_flag = FXGETFLAG_COLORTYPE(alpha_flag) << 8 | FXGETFLAG_ALPHA_STROKE(alpha_flag);
1183 int fill_flag = FXGETFLAG_COLORTYPE(alpha_flag) << 8 | FXGETFLAG_ALPHA_STROKE(alpha_flag);
/external/pdfium/core/include/fxge/
H A Dfx_dib.h135 #define FXGETFLAG_ALPHA_STROKE(flag) (FX_BYTE)((flag)>>16) macro

Completed in 238 milliseconds