Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_line_to_module.cc106 void DwarfLineToModule::AddLine(uint64 address, uint64 length, in AddLine() function in google_breakpad::DwarfLineToModule
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.cc96 void CULineInfoHandler::AddLine(uint64 address, uint64 length, uint32 file_num, in AddLine() function in dwarf2reader::CULineInfoHandler
Ddwarf2reader.h179 virtual void AddLine(uint64 address, uint64 length, in AddLine() function
/external/pdfium/xfa/fxgraphics/
Dcfx_path.cpp76 void CFX_Path::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() function in CFX_Path
/external/pdfium/core/fpdfdoc/
Dcsection.cpp57 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CSection
Dcpdf_variabletext.cpp696 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace& place, in AddLine() function in CPDF_VariableText
/external/pdfium/xfa/fde/
Dcfde_path.cpp157 void CFDE_Path::AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) { in AddLine() function in CFDE_Path
/external/skia/gm/
Ddegeneratesegments.cpp116 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
/external/skia/src/core/
DSkGlyphCache.cpp262 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() function in SkGlyphCache
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc433 static bool AddLine(const std::string& line, std::string* message) { in AddLine() function