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

  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 736 DWORD pen_style) {
760 HPEN pen = ExtCreatePen(pen_style, stroke_width, &brush, 0, NULL);
818 DWORD pen_style = PS_GEOMETRIC | PS_SOLID; local
822 pen_style |= PS_JOIN_MITER;
826 pen_style |= PS_JOIN_ROUND;
830 pen_style |= PS_JOIN_BEVEL;
839 pen_style |= PS_ENDCAP_FLAT;
843 pen_style |= PS_ENDCAP_ROUND;
847 pen_style |= PS_ENDCAP_SQUARE;
858 pen_style);
    [all...]
vector_platform_device_emf_win.h 109 float stroke_miter, DWORD pen_style);

Completed in 166 milliseconds