Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp28 const std::vector<CXFA_Stroke*>& strokes) { in Style3D()
124 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true); in Get3DStyle() local
136 std::vector<CXFA_Stroke*> strokes; in GetStrokesInternal() local
193 std::vector<CXFA_Stroke*> strokes; in Draw() local
208 void CXFA_Box::DrawFill(const std::vector<CXFA_Stroke*>& strokes, in DrawFill()
Dcxfa_rectangle.cpp64 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, 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()
440 void CXFA_Rectangle::GetPath(const std::vector<CXFA_Stroke*>& strokes, in GetPath()
Dcxfa_node.cpp635 float GetEdgeThickness(const std::vector<CXFA_Stroke*>& strokes, in GetEdgeThickness()
2986 std::vector<CXFA_Stroke*> strokes = border->GetStrokes(); in GetUIMargin() local
/external/skia/samplecode/
DSampleVariableWidthStroker.cpp526 const auto appendStrokes = [this](const OffsetSegments& strokes, bool needsMove) { in getFillPath()