Searched refs:m_LineWidth (Results 1 – 15 of 15) sorted by relevance
55 return m_Ref.GetObject() ? m_Ref.GetObject()->m_LineWidth : 1.0f; in GetLineWidth()59 m_Ref.GetPrivateCopy()->m_LineWidth = width; in SetLineWidth()
34 float m_LineWidth = 1.0f; variable
36 graph_state_data.m_LineWidth = 1.0f; in DrawFocusRect()
752 bbox = path.GetBoundingBoxForStrokePath(pGraphState->m_LineWidth, in DrawFillStrokePath()856 graph_state.m_LineWidth = 0.0f; in DrawZeroAreaPath()1271 gsd.m_LineWidth = fWidth; in DrawStrokeRect()1289 gsd.m_LineWidth = fWidth; in DrawStrokeLine()1366 gsd.m_LineWidth = fWidth; in DrawBorder()1386 gsd.m_LineWidth = fHalfWidth; in DrawBorder()1446 gsd.m_LineWidth = fWidth; in DrawBorder()
51 gsd.m_LineWidth = m_fWidth; in DrawThisAppearance()
183 gsd.m_LineWidth = GetBorderWidth(); in DrawThisAppearance()
391 pGraphState->m_LineWidth, pGraphState->m_MiterLimit); in SetClip_PathStroke()471 m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()472 buf << pGraphState->m_LineWidth << " w\n"; in SetGraphState()
54 float width = std::max(scale * pGraphState->m_LineWidth, 1.0f); in CreateExtPen()607 pGraphState->m_LineWidth == 1.0f && path.IsRect())) { in DrawPath()
285 float width = pGraphState->m_LineWidth; in GdipCreatePenImpl()701 if (bSmooth || (pGraphState && pGraphState->m_LineWidth > 2)) { in DrawPath()
148 float scale = m_info.isActOnDash ? m_info.graphState.m_LineWidth : 1.0; in SetLineDash()160 m_info.graphState.m_LineWidth = lineWidth; in SetLineWidth()
527 graph_state.m_LineWidth = width; in DrawBorder()
921 gsd.m_LineWidth = 0.0f; in DrawAppearance()
1282 graphState.m_LineWidth = 1; in RenderPath()
271 float width = pGraphState->m_LineWidth * scale; in RasterizeStroke()
600 : std::max(graph_state->m_LineWidth, in PaintStroke()