Home | History | Annotate | Download | only in wince

Lines Matching refs:strokeStyle

348 static PassOwnPtr<HPEN> createPen(const Color& col, double fWidth, StrokeStyle style)
651 if (strokeStyle() != NoStroke) {
652 pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
672 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || !strokeColor().alpha())
691 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
702 if (!m_data->m_opacity || paintingDisabled() || (!fillColor().alpha() && strokeStyle() == NoStroke))
726 if (strokeStyle() != NoStroke) {
727 pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
784 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || rect.isEmpty())
798 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
908 if (strokeStyle() != NoStroke) {
909 pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
1029 StrokeStyle oldStyle = strokeStyle();
1082 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke)
1097 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
1374 OwnPtr<HPEN> pen = createPen(strokeColor(), strokeThickness(), strokeStyle());