HomeSort by relevance Sort by last modified time
    Searched refs:strokes (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_rectangle.h 21 void GetFillPath(const std::vector<CXFA_Stroke*>& strokes,
24 void Draw(const std::vector<CXFA_Stroke*>& strokes,
41 void Stroke(const std::vector<CXFA_Stroke*>& strokes,
67 void GetPath(const std::vector<CXFA_Stroke*>& strokes,
cxfa_box.cpp 28 const std::vector<CXFA_Stroke*>& strokes) {
29 if (strokes.empty())
32 CXFA_Stroke* stroke = strokes[0];
33 for (size_t i = 1; i < strokes.size(); i++) {
34 CXFA_Stroke* find = strokes[i];
126 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true);
130 std::tie(iType, stroke) = Style3D(strokes);
138 std::vector<CXFA_Stroke*> strokes; local
139 strokes.resize(8);
153 strokes[j] = corner
195 std::vector<CXFA_Stroke*> strokes; local
    [all...]
cxfa_rectangle.cpp 66 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes,
70 CXFA_Stroke* stroke1 = strokes[0];
72 CXFA_Stroke* stroke2 = strokes[i];
81 stroke1 = strokes[0];
83 CXFA_Stroke* stroke2 = strokes[i];
92 stroke1 = strokes[0];
113 auto* corner1 = static_cast<CXFA_Corner*>(strokes[i]);
114 auto* corner2 = static_cast<CXFA_Corner*>(strokes[(i + 2) % 8]);
200 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes,
206 if (strokes[j * 2 + 1]->IsVisible())
    [all...]
cxfa_box.h 61 void DrawFill(const std::vector<CXFA_Stroke*>& strokes,
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 322 float GetEdgeThickness(const std::vector<CXFA_Stroke*>& strokes,
327 CXFA_Stroke* stroke = strokes[nIndex * 2 + 1];
1532 std::vector<CXFA_Stroke*> strokes = border->GetStrokes(); local
    [all...]

Completed in 1611 milliseconds