Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp32 const std::vector<CXFA_Stroke*>& strokes) { in Style3D()
131 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true); in Get3DStyle() local
141 std::vector<CXFA_Stroke*> strokes; in GetStrokesInternal() local
198 std::vector<CXFA_Stroke*> strokes; in Draw() local
213 void CXFA_Box::DrawFill(const std::vector<CXFA_Stroke*>& strokes, in DrawFill()
Dcxfa_rectangle.cpp77 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath()
224 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw()
280 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes, in Stroke()
461 void CXFA_Rectangle::GetPath(const std::vector<CXFA_Stroke*>& strokes, in GetPath()
Dcxfa_node.cpp628 float GetEdgeThickness(const std::vector<CXFA_Stroke*>& strokes, in GetEdgeThickness()
3020 std::vector<CXFA_Stroke*> strokes = border->GetStrokes(); in GetUIMargin() local
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter.cc685 std::stringstream strokes; in operator <<() local
/external/skia/tools/viewer/
DVariableWidthStrokerSlide.cpp527 const auto appendStrokes = [this](const OffsetSegments& strokes, bool needsMove) { in getFillPath()