Searched refs:CXFA_Stroke (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_stroke.cpp | 64 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() 94 XFA_AttributeValue CXFA_Stroke::GetStrokeType() { in GetStrokeType() 98 float CXFA_Stroke::GetThickness() const { in GetThickness() 102 CXFA_Measurement CXFA_Stroke::GetMSThickness() const { in GetMSThickness() 106 void CXFA_Stroke::SetMSThickness(CXFA_Measurement msThinkness) { in SetMSThickness() 110 FX_ARGB CXFA_Stroke::GetColor() { in GetColor() 119 void CXFA_Stroke::SetColor(FX_ARGB argb) { in SetColor() [all …]
|
D | cxfa_rectangle.cpp | 64 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath() 68 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() 198 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw() 254 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes, in Stroke() 288 CXFA_Stroke* stroke1 = strokes[0]; in Stroke() 290 CXFA_Stroke* stroke2 = strokes[i]; in Stroke() [all …]
|
D | cxfa_stroke.h | 29 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,
|
D | cxfa_box.cpp | 27 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 …]
|
D | cxfa_box.h | 22 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,
|
D | cxfa_rectangle.h | 21 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,
|
D | cxfa_corner.h | 12 class CXFA_Corner final : public CXFA_Stroke {
|
D | cxfa_edge.h | 12 class CXFA_Edge final : public CXFA_Stroke {
|
D | cxfa_edge.cpp | 35 : CXFA_Stroke(doc, in CXFA_Edge()
|
D | cxfa_corner.cpp | 37 : CXFA_Stroke(doc, in CXFA_Corner()
|
D | cxfa_node.cpp | 635 float GetEdgeThickness(const std::vector<CXFA_Stroke*>& strokes, in GetEdgeThickness() 639 CXFA_Stroke* stroke = strokes[nIndex * 2 + 1]; in GetEdgeThickness() 2986 std::vector<CXFA_Stroke*> strokes = border->GetStrokes(); in GetUIMargin()
|