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

  /external/pdfium/core/include/fxge/
fx_dib.h 135 #define FXGETFLAG_ALPHA_STROKE(flag) (FX_BYTE)((flag)>>16)
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 131 stroke_alpha = FXGETFLAG_ALPHA_STROKE(alpha_flag);
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);
    [all...]
fx_ge_ps.cpp 190 int stroke_alpha = FXGETFLAG_COLORTYPE(alpha_flag) ? FXGETFLAG_ALPHA_STROKE(alpha_flag) : FXARGB_A(stroke_color);
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]

Completed in 168 milliseconds