Home
last modified time | relevance | path

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

/external/chromium_org/v8/tools/
Dcheck-name-clashes.py42 def AddLine(self, line): member in Macro
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
Dadm_writer.py28 def AddLine(self, string='', indent_diff=0): member in IndentedStringBuilder
/external/chromium_org/ui/gfx/
Dtext_elider.cc401 void RectangleString::AddLine(const base::string16& line) { in AddLine() function in gfx::__anon9c6e84b00211::RectangleString
601 void RectangleText::AddLine(const base::string16& line) { in AddLine() function in gfx::__anon9c6e84b00211::RectangleText
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusPath.h203 Status AddLine(IN const PointF& pt1, in AddLine() function
209 Status AddLine(IN REAL x1, in AddLine() function
224 Status AddLine(IN const Point& pt1, in AddLine() function
233 Status AddLine(IN INT x1, in AddLine() function
/external/skia/gm/
Ddegeneratesegments.cpp118 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
/external/chromium_org/third_party/skia/gm/
Ddegeneratesegments.cpp118 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
DMatlabPlot.cc423 int MatlabPlot::AddLine(int maxLen /*= -1*/, const char *plotAttrib /*= NULL*/, const char *name /*… in AddLine() function in MatlabPlot
/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp90 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo & lineinfo) in AddLine() function in CSection
1297 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace & place, const CPVT_LineInfo & linei… in AddLine() function in CPDF_VariableText
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsdp.cc423 static bool AddLine(const std::string& line, std::string* message) { in AddLine() function