HomeSort by relevance Sort by last modified time
    Searched refs:FXGETFLAG_COLORTYPE (Results 1 - 9 of 9) 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);
475 color = FXGETFLAG_COLORTYPE(alpha_flag) ? FXCMYK_TODIB(color) : FXARGB_TODIB(color);
481 bCMYK = FXGETFLAG_COLORTYPE(alpha_flag);
597 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 103 if (pIccTransform == NULL && !FXGETFLAG_COLORTYPE(alpha_flag)) {
113 color = FXGETFLAG_COLORTYPE(alpha_flag) ? FXCMYK_TODIB(color) : FXARGB_TODIB(color);
115 bgra[3] = FXGETFLAG_COLORTYPE(alpha_flag) ?
146 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/src/fxge/skia/
fx_skia_device.cpp 406 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);
fx_skia_blitter_new.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 638 milliseconds