HomeSort by relevance Sort by last modified time
    Searched refs:FXARGB_A (Results 1 - 11 of 11) 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);
610 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color);
fx_ge_device.cpp 133 fill_alpha = FXARGB_A(fill_color);
134 stroke_alpha = FXARGB_A(stroke_color);
fx_ge_text.cpp 139 FXARGB_A(color);
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/src/fxge/dib/
fx_dib_main.cpp 23 a = FXARGB_A(argb);
30 a = FXARGB_A(argb);
459 alpha = FXARGB_A(color);
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 775 int fill_alpha = FXARGB_A(fill_color);
776 int stroke_alpha = FXARGB_A(stroke_color);
    [all...]
fx_win32_print.cpp 58 int alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_FILL(alpha_flag) : FXARGB_A(color);
  /external/pdfium/core/include/fxge/
fx_dib.h 93 #define FXARGB_A(argb) ((FX_BYTE)((argb) >> 24))
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 624 FXARGB_A(argb) / 255.f);
749 FXARGB_A(argb) / 255.f);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 388 int fill_alpha = FXARGB_A(fill_argb);

Completed in 249 milliseconds