HomeSort by relevance Sort by last modified time
    Searched refs:FXGETFLAG_COLORTYPE (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 189 int fill_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fill_color);
190 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color);
336 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(color) : FXARGB_A(color);
485 color = FXGETFLAG_COLORTYPE(alpha_flag) ? FXCMYK_TODIB(color) : FXARGB_TODIB(color);
491 bCMYK = FXGETFLAG_COLORTYPE(alpha_flag);
610 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color);
fx_ge_device.cpp 129 if (FXGETFLAG_COLORTYPE(alpha_flag)) {
202 if (FXGETFLAG_COLORTYPE(alpha_flag)) {
299 (FXGETFLAG_COLORTYPE(alpha_flag) && FXGETFLAG_ALPHA_FILL(alpha_flag) == 0xff)) ||
fx_ge_text.cpp 125 if (pIccTransform == NULL && !FXGETFLAG_COLORTYPE(alpha_flag)) {
135 color = FXGETFLAG_COLORTYPE(alpha_flag) ? FXCMYK_TODIB(color) : FXARGB_TODIB(color);
137 bgra[3] = FXGETFLAG_COLORTYPE(alpha_flag) ?
168 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(fill_color);
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 133 #define FXGETFLAG_COLORTYPE(flag) (FX_BYTE)((flag)>>8)
  /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...]

Completed in 42 milliseconds