Home
last modified time | relevance | path

Searched defs:strokes (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp28 const std::vector<CXFA_Stroke*>& strokes) { in Style3D()
126 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true); in Get3DStyle() local
138 std::vector<CXFA_Stroke*> strokes; in GetStrokesInternal() local
195 std::vector<CXFA_Stroke*> strokes; in Draw() local
210 void CXFA_Box::DrawFill(const std::vector<CXFA_Stroke*>& strokes, in DrawFill()
Dcxfa_rectangle.cpp66 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath()
200 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw()
256 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes, in Stroke()
442 void CXFA_Rectangle::GetPath(const std::vector<CXFA_Stroke*>& strokes, in GetPath()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp322 float GetEdgeThickness(const std::vector<CXFA_Stroke*>& strokes, in GetEdgeThickness()
1532 std::vector<CXFA_Stroke*> strokes = border->GetStrokes(); in GetUIMargin() local