Home
last modified time | relevance | path

Searched defs:AddLine (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_line_to_module.cc106 void DwarfLineToModule::AddLine(uint64_t address, uint64_t length, in AddLine() function in google_breakpad::DwarfLineToModule
Ddwarf_cu_to_module.cc959 void AddLine(Module::Line &line) { in AddLine() function in google_breakpad::__anon19bc08650211::FunctionRange
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.cc96 void CULineInfoHandler::AddLine(uint64_t address, uint64_t length, in AddLine() function in dwarf2reader::CULineInfoHandler
Ddwarf2reader.h186 virtual void AddLine(uint64_t address, uint64_t length, in AddLine() function
/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.cpp75 void CXFA_GEPath::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() function in CXFA_GEPath
/external/pdfium/core/fpdfdoc/
Dcsection.cpp40 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CSection
Dcpdf_variabletext.cpp555 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace& place, in AddLine() function in CPDF_VariableText
/external/perfetto/src/profiling/
Ddeobfuscator.cc161 base::Status ProguardParser::AddLine(std::string line) { in AddLine() function in perfetto::profiling::ProguardParser
/external/skia/gm/
Ddegeneratesegments.cpp120 static SkPoint AddLine(SkPathBuilder& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
/external/webrtc/pc/
Dwebrtc_sdp.cc460 static bool AddLine(const std::string& line, std::string* message) { in AddLine() function
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1046 void ImDrawList::AddLine(const ImVec2& a, const ImVec2& b, ImU32 col, float thickness) in AddLine() function in ImDrawList