HomeSort by relevance Sort by last modified time
    Searched full:stroke_color (Results 1 - 22 of 22) sorted by null

  /external/pdfium/core/fxge/
cfx_renderdevice.h 135 uint32_t stroke_color,
138 stroke_color, fill_mode, FXDIB_BLEND_NORMAL);
144 uint32_t stroke_color,
225 uint32_t stroke_color,
285 uint32_t stroke_color,
ifx_renderdevicedriver.h 50 uint32_t stroke_color,
cfx_renderdevice.cpp 514 uint32_t stroke_color,
517 uint8_t stroke_alpha = pGraphState ? FXARGB_A(stroke_color) : 0;
606 fill_color, stroke_color, fill_mode,
610 fill_color, stroke_color, fill_mode, blend_type);
613 fill_color, stroke_color, fill_mode,
622 uint32_t stroke_color,
664 pPathData, &matrix, pGraphState, fill_color, stroke_color, fill_mode,
    [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.h 53 uint32_t stroke_color,
win32_int.h 148 uint32_t stroke_color,
292 uint32_t stroke_color,
355 uint32_t stroke_color,
fx_win32_print.cpp 427 FX_ARGB stroke_color,
434 fill_color, stroke_color, fill_mode & 3);
547 uint32_t stroke_color,
cfx_psrenderer.cpp 260 uint32_t stroke_color,
264 int stroke_alpha = FXARGB_A(stroke_color);
300 SetColor(stroke_color);
fx_win32_device.cpp 970 uint32_t stroke_color,
978 if (!(pGraphState || stroke_color == 0) &&
997 int stroke_alpha = FXARGB_A(stroke_color);
1014 stroke_color, fill_mode)) {
1026 hPen = CreatePen(pGraphState, pMatrix, stroke_color);
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.h 58 uint32_t stroke_color,
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 63 uint32_t stroke_color,
fx_skia_device.cpp 707 uint32_t stroke_color,
716 DrawChanged(pMatrix, pDrawState, fill_color, stroke_color, fill_mode,
730 m_strokeColor = stroke_color;
    [all...]