// Copyright 2016 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef XFA_FXFA_PARSER_CXFA_STROKE_H_ #define XFA_FXFA_PARSER_CXFA_STROKE_H_ #include "core/fxcrt/mask.h" #include "core/fxge/dib/fx_dib.h" #include "xfa/fxfa/fxfa_basic.h" #include "xfa/fxfa/parser/cxfa_node.h" class CFGAS_GEGraphics; class CFGAS_GEPath; class CXFA_Node; void XFA_StrokeTypeSetLineDash(CFGAS_GEGraphics* pGraphics, XFA_AttributeValue iStrokeType, XFA_AttributeValue iCapType); class CXFA_Stroke : public CXFA_Node { … }; #endif // XFA_FXFA_PARSER_CXFA_STROKE_H_