Home | History | Annotate | Download | only in wince

Lines Matching refs:StrokeStyle

349 static HPEN createPen(const Color& col, double fWidth, StrokeStyle style)
656 if (strokeStyle() != NoStroke) {
657 pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
685 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || !strokeColor().alpha())
704 HGDIOBJ pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
716 if (!m_data->m_opacity || paintingDisabled() || (!fillColor().alpha() && strokeStyle() == NoStroke))
739 if (strokeStyle() != NoStroke) {
740 pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
803 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || rect.isEmpty())
817 HGDIOBJ pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
928 if (strokeStyle() != NoStroke) {
929 pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
1047 StrokeStyle oldStyle = strokeStyle();
1100 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke)
1115 HGDIOBJ pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
1414 HGDIOBJ pen = createPen(strokeColor(), strokeThickness(), strokeStyle());
1434 HGDIOBJ pen = createPen(strokeColor(), strokeThickness(), strokeStyle());