Home
last modified time | relevance | path

Searched defs:AddLine (Results 1 – 13 of 13) 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/dbus-binding-generator/chromeos-dbus-bindings/
Dindented_text.cc36 void IndentedText::AddLine(const std::string& line) { in AddLine() function in chromeos_dbus_bindings::IndentedText
Dindented_text_unittest.cc33 TEST_F(IndentedTextTest, AddLine) { in TEST_F() argument
/external/chromium-trace/catapult/third_party/graphy/graphy/
Dline_chart.py97 def AddLine(self, points, label=None, color=None, member in LineChart
/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/src/fxgraphics/src/
Dfx_path_generator.cpp64 void CFX_PathGenerator::AddLine(FX_FLOAT x1, in AddLine() function in CFX_PathGenerator
Dfx_graphics.cpp1222 FX_ERR CFX_Path::AddLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2) { in AddLine() function in CFX_Path
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.cpp201 void CFDE_Path::AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) { in AddLine() function in CFDE_Path
/external/skia/gm/
Ddegeneratesegments.cpp115 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
/external/skia/src/core/
DSkGlyphCache.cpp280 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() function in SkGlyphCache
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp85 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CSection
1275 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace& place, in AddLine() function in CPDF_VariableText
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc433 static bool AddLine(const std::string& line, std::string* message) { in AddLine() function