OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FXGETFLAG_ALPHA_FILL
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp
130
fill_alpha =
FXGETFLAG_ALPHA_FILL
(alpha_flag);
299
(FXGETFLAG_COLORTYPE(alpha_flag) &&
FXGETFLAG_ALPHA_FILL
(alpha_flag) == 0xff)) ||
fx_ge_ps.cpp
189
int fill_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ?
FXGETFLAG_ALPHA_FILL
(alpha_flag) : FXARGB_A(fill_color);
336
int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ?
FXGETFLAG_ALPHA_FILL
(color) : FXARGB_A(color);
610
int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ?
FXGETFLAG_ALPHA_FILL
(alpha_flag) : FXARGB_A(color);
fx_ge_text.cpp
138
(alpha_flag >> 24) ?
FXGETFLAG_ALPHA_FILL
(alpha_flag) : FXGETFLAG_ALPHA_STROKE(alpha_flag) :
146
bgra[3] = (alpha_flag >> 24) ?
FXGETFLAG_ALPHA_FILL
(alpha_flag) : FXGETFLAG_ALPHA_STROKE(alpha_flag);
168
int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ?
FXGETFLAG_ALPHA_FILL
(alpha_flag) : FXARGB_A(fill_color);
[
all
...]
/external/pdfium/core/include/fxge/
fx_dib.h
134
#define
FXGETFLAG_ALPHA_FILL
(flag) (FX_BYTE)(flag)
/external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp
58
int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ?
FXGETFLAG_ALPHA_FILL
(alpha_flag) : FXARGB_A(color);
fx_win32_device.cpp
[
all
...]
/external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp
[
all
...]
Completed in 957 milliseconds