Home | History | Annotate | Download | only in wince

Lines Matching defs:penStyle

354     int penStyle = PS_NULL;
357 penStyle = PS_SOLID;
361 penStyle = PS_DASH;
368 return adoptPtr(CreatePen(penStyle, width, RGB(col.red(), col.green(), col.blue())));