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

  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 735 DWORD pen_style) {
759 HPEN pen = ExtCreatePen(pen_style, stroke_width, &brush, 0, NULL);
817 DWORD pen_style = PS_GEOMETRIC | PS_SOLID; local
821 pen_style |= PS_JOIN_MITER;
825 pen_style |= PS_JOIN_ROUND;
829 pen_style |= PS_JOIN_BEVEL;
838 pen_style |= PS_ENDCAP_FLAT;
842 pen_style |= PS_ENDCAP_ROUND;
846 pen_style |= PS_ENDCAP_SQUARE;
857 pen_style);
    [all...]
vector_platform_device_emf_win.h 106 float stroke_miter, DWORD pen_style);

Completed in 42 milliseconds