Lines Matching refs:CXFA_Stroke
27 std::pair<XFA_AttributeEnum, 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()
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()
210 void CXFA_Box::DrawFill(const std::vector<CXFA_Stroke*>& strokes, in DrawFill()