Home
last modified time | relevance | path

Searched refs:CXFA_Stroke (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_stroke.cpp65 CXFA_Stroke::CXFA_Stroke(CXFA_Document* pDoc, in CXFA_Stroke() function in CXFA_Stroke
82 CXFA_Stroke::~CXFA_Stroke() = default;
84 bool CXFA_Stroke::IsVisible() { in IsVisible()
91 XFA_AttributeValue CXFA_Stroke::GetCapType() { in GetCapType()
99 float CXFA_Stroke::GetThickness() const { in GetThickness()
111 FX_ARGB CXFA_Stroke::GetColor() { in GetColor()
120 void CXFA_Stroke::SetColor(FX_ARGB argb) { in SetColor()
139 bool CXFA_Stroke::IsInverted() { in IsInverted()
143 float CXFA_Stroke::GetRadius() const { in GetRadius()
150 bool CXFA_Stroke::SameStyles(CXFA_Stroke* stroke, uint32_t dwFlags) { in SameStyles()
[all …]
H A Dcxfa_rectangle.cpp72 CXFA_Stroke* stroke1 = strokes[0]; in GetFillPath()
74 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
85 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
116 CXFA_Stroke* corner1 = strokes[i]; in GetFillPath()
117 CXFA_Stroke* corner2 = strokes[(i + 2) % 8]; in GetFillPath()
304 CXFA_Stroke* stroke1 = strokes[0]; in Stroke()
306 CXFA_Stroke* stroke2 = strokes[i]; in Stroke()
317 CXFA_Stroke* stroke2 = strokes[i]; in Stroke()
337 CXFA_Stroke* stroke = strokes[i]; in Stroke()
468 CXFA_Stroke* corner1 = strokes[n]; in GetPath()
[all …]
H A Dcxfa_stroke.h27 class CXFA_Stroke : public CXFA_Node {
30 ~CXFA_Stroke() override;
48 bool SameStyles(CXFA_Stroke* stroke, uint32_t dwFlags);
55 CXFA_Stroke(CXFA_Document* pDoc,
H A Dcxfa_box.cpp29 std::pair<XFA_AttributeValue, CXFA_Stroke*> Style3D( in Style3D()
30 const std::vector<CXFA_Stroke*>& strokes) { in Style3D()
34 CXFA_Stroke* stroke = strokes[0]; in Style3D()
36 CXFA_Stroke* find = strokes[i]; in Style3D()
102 std::vector<CXFA_Stroke*> CXFA_Box::GetStrokes() { in GetStrokes()
126 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true); in Get3DStyle()
127 CXFA_Stroke* stroke; in Get3DStyle()
137 std::vector<CXFA_Stroke*> CXFA_Box::GetStrokesInternal(bool bNull) { in GetStrokesInternal()
138 std::vector<CXFA_Stroke*> strokes; in GetStrokesInternal()
195 std::vector<CXFA_Stroke*> strokes; in Draw()
[all …]
H A Dcxfa_box.h21 class CXFA_Stroke; variable
35 std::vector<CXFA_Stroke*> GetStrokes();
59 std::vector<CXFA_Stroke*> GetStrokesInternal(bool bNull);
60 void DrawFill(const std::vector<CXFA_Stroke*>& strokes,
H A Dcxfa_rectangle.h20 void GetFillPath(const std::vector<CXFA_Stroke*>& strokes,
23 void Draw(const std::vector<CXFA_Stroke*>& strokes,
39 void Stroke(const std::vector<CXFA_Stroke*>& strokes,
65 void GetPath(const std::vector<CXFA_Stroke*>& strokes,
H A Dcxfa_corner.h12 class CXFA_Corner final : public CXFA_Stroke {
H A Dcxfa_edge.h12 class CXFA_Edge final : public CXFA_Stroke {
H A Dcxfa_edge.cpp35 : CXFA_Stroke(doc, in CXFA_Edge()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_stroke.cpp64 CXFA_Stroke::CXFA_Stroke(CXFA_Document* pDoc, in CXFA_Stroke() function in CXFA_Stroke
81 CXFA_Stroke::~CXFA_Stroke() = default;
83 bool CXFA_Stroke::IsVisible() { in IsVisible()
90 XFA_AttributeValue CXFA_Stroke::GetCapType() { in GetCapType()
98 float CXFA_Stroke::GetThickness() const { in GetThickness()
110 FX_ARGB CXFA_Stroke::GetColor() { in GetColor()
119 void CXFA_Stroke::SetColor(FX_ARGB argb) { in SetColor()
139 bool CXFA_Stroke::IsInverted() { in IsInverted()
143 float CXFA_Stroke::GetRadius() const { in GetRadius()
150 bool CXFA_Stroke::SameStyles(CXFA_Stroke* stroke, uint32_t dwFlags) { in SameStyles()
[all …]
H A Dcxfa_rectangle.cpp68 CXFA_Stroke* stroke1 = strokes[0]; in GetFillPath()
70 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
81 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
111 CXFA_Stroke* corner1 = strokes[i]; in GetFillPath()
112 CXFA_Stroke* corner2 = strokes[(i + 2) % 8]; in GetFillPath()
288 CXFA_Stroke* stroke1 = strokes[0]; in Stroke()
290 CXFA_Stroke* stroke2 = strokes[i]; in Stroke()
301 CXFA_Stroke* stroke2 = strokes[i]; in Stroke()
321 CXFA_Stroke* stroke = strokes[i]; in Stroke()
450 CXFA_Stroke* corner1 = strokes[n]; in GetPath()
[all …]
H A Dcxfa_stroke.h29 class CXFA_Stroke : public CXFA_Node {
31 ~CXFA_Stroke() override;
49 bool SameStyles(CXFA_Stroke* stroke, uint32_t dwFlags);
54 CXFA_Stroke(CXFA_Document* pDoc,
H A Dcxfa_box.cpp27 std::pair<XFA_AttributeValue, CXFA_Stroke*> Style3D( in Style3D()
28 const std::vector<CXFA_Stroke*>& strokes) { in Style3D()
32 CXFA_Stroke* stroke = strokes[0]; in Style3D()
34 CXFA_Stroke* find = strokes[i]; in Style3D()
100 std::vector<CXFA_Stroke*> CXFA_Box::GetStrokes() { in GetStrokes()
124 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true); in Get3DStyle()
125 CXFA_Stroke* stroke; in Get3DStyle()
135 std::vector<CXFA_Stroke*> CXFA_Box::GetStrokesInternal(bool bNull) { in GetStrokesInternal()
136 std::vector<CXFA_Stroke*> strokes; in GetStrokesInternal()
193 std::vector<CXFA_Stroke*> strokes; in Draw()
[all …]
H A Dcxfa_box.h22 class CXFA_Stroke; variable
35 std::vector<CXFA_Stroke*> GetStrokes();
59 std::vector<CXFA_Stroke*> GetStrokesInternal(bool bNull);
60 void DrawFill(const std::vector<CXFA_Stroke*>& strokes,
H A Dcxfa_rectangle.h21 void GetFillPath(const std::vector<CXFA_Stroke*>& strokes,
24 void Draw(const std::vector<CXFA_Stroke*>& strokes,
40 void Stroke(const std::vector<CXFA_Stroke*>& strokes,
66 void GetPath(const std::vector<CXFA_Stroke*>& strokes,
H A Dcxfa_corner.h12 class CXFA_Corner final : public CXFA_Stroke {
H A Dcxfa_edge.h12 class CXFA_Edge final : public CXFA_Stroke {
H A Dcxfa_edge.cpp35 : CXFA_Stroke(doc, in CXFA_Edge()
H A Dcxfa_corner.cpp37 : CXFA_Stroke(doc, in CXFA_Corner()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dcxfa_stroke.cpp11 int32_t CXFA_Stroke::GetPresence() const { in GetPresence()
16 int32_t CXFA_Stroke::GetCapType() const { in GetCapType()
22 int32_t CXFA_Stroke::GetStrokeType() const { in GetStrokeType()
27 FX_FLOAT CXFA_Stroke::GetThickness() const { in GetThickness()
31 CXFA_Measurement CXFA_Stroke::GetMSThickness() const { in GetMSThickness()
45 FX_ARGB CXFA_Stroke::GetColor() const { in GetColor()
58 void CXFA_Stroke::SetColor(FX_ARGB argb) { in SetColor()
73 int32_t CXFA_Stroke::GetJoinType() const { in GetJoinType()
78 FX_BOOL CXFA_Stroke::IsInverted() const { in IsInverted()
82 FX_FLOAT CXFA_Stroke::GetRadius() const { in GetRadius()
[all …]
H A Dcxfa_stroke.h22 class CXFA_Stroke : public CXFA_Data {
24 explicit CXFA_Stroke(CXFA_Node* pNode) : CXFA_Data(pNode) {} in CXFA_Stroke() function
40 FX_BOOL SameStyles(CXFA_Stroke stroke, uint32_t dwFlags = 0) const;
43 typedef CFX_ArrayTemplate<CXFA_Stroke> CXFA_StrokeArray;
H A Dcxfa_box.cpp29 strokes.SetAt(j, CXFA_Stroke(nullptr)); in GetStrokesInternal()
43 strokes.SetAt(j, CXFA_Stroke(nullptr)); in GetStrokesInternal()
55 static int32_t Style3D(const CXFA_StrokeArray& strokes, CXFA_Stroke& stroke) { in Style3D()
62 CXFA_Stroke find = strokes[i]; in Style3D()
162 CXFA_Stroke stroke(nullptr); in Get3DStyle()
H A Dcxfa_corner.h14 class CXFA_Corner : public CXFA_Stroke {
16 explicit CXFA_Corner(CXFA_Node* pNode) : CXFA_Stroke(pNode) {} in CXFA_Corner()
H A Dcxfa_edge.h14 class CXFA_Edge : public CXFA_Stroke {
16 explicit CXFA_Edge(CXFA_Node* pNode) : CXFA_Stroke(pNode) {} in CXFA_Edge()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidget.cpp1236 CXFA_Stroke stroke = strokes[nIndex]; in XFA_BOX_GetPath()
1239 CXFA_Stroke edgeAfter = strokes[nIndex + 1]; in XFA_BOX_GetPath()
1407 CXFA_Stroke stroke1 = strokes[0]; in XFA_BOX_GetFillPath()
1409 CXFA_Stroke stroke2 = strokes[i]; in XFA_BOX_GetFillPath()
1419 CXFA_Stroke stroke2 = strokes[i]; in XFA_BOX_GetFillPath()
1679 static void XFA_BOX_StrokePath(CXFA_Stroke stroke, in XFA_BOX_StrokePath()
1900 CXFA_Stroke stroke1 = strokes[0]; in XFA_BOX_Stroke_Rect()
1902 CXFA_Stroke stroke2 = strokes[i]; in XFA_BOX_Stroke_Rect()
1913 CXFA_Stroke stroke2 = strokes[i]; in XFA_BOX_Stroke_Rect()
1935 CXFA_Stroke stroke = strokes[i]; in XFA_BOX_Stroke_Rect()
[all …]

12