Searched defs:pen_style (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc742 DWORD pen_style) {
766 HPEN pen = ExtCreatePen(pen_style, stroke_width, &brush, 0, NULL);
824 DWORD pen_style = PS_GEOMETRIC | PS_SOLID; local
828 pen_style |= PS_JOIN_MITER;
832 pen_style |= PS_JOIN_ROUND;
836 pen_style |= PS_JOIN_BEVEL;
845 pen_style |= PS_ENDCAP_FLAT;
849 pen_style |= PS_ENDCAP_ROUND;
853 pen_style |= PS_ENDCAP_SQUARE;
864 pen_style);
738 CreatePen(bool use_pen, COLORREF color, int stroke_width, float stroke_miter, DWORD pen_style) argument
[all...]

Completed in 112 milliseconds