Home
last modified time | relevance | path

Searched refs:AddLine (Results 1 – 25 of 26) sorted by relevance

12

/external/google-breakpad/src/common/
Ddwarf_line_to_module_unittest.cc51 h.AddLine(0x6fd126fbf74f2680LL, 0x63c9a14cf556712bLL, 0x30bf0f27, in TEST()
77 h.AddLine(0x69900c5d553b7274ULL, 0x90fded183f0d0d3cULL, 0x2b80377a, in TEST()
79 h.AddLine(0x45811219a39b7101ULL, 0x25a5e6a924afc41fULL, 0x63beb4a4, in TEST()
81 h.AddLine(0xfa90514c1dc9704bULL, 0x0063efeabc02f313ULL, 0x1d161d56, in TEST()
83 h.AddLine(0x556b55fb6a647b10ULL, 0x3f3089ca2bfd80f5ULL, 0x1e7a667c, in TEST()
86 h.AddLine(0xe2d72a37f8d9403aULL, 0x034dfab5b0d4d236ULL, 0x63beb4a5, in TEST()
134 h.AddLine(1, 1, 1, 0, 0); in TEST()
152 h.AddLine(1, 1, 1, 0, 0); in TEST()
169 h.AddLine(1, 1, 1, 0, 0); in TEST()
182 h.AddLine(1, 1, 1, 0, 0); in TEST()
[all …]
Ddwarf_line_to_module.h139 void AddLine(uint64 address, uint64 length,
Ddwarf_line_to_module.cc106 void DwarfLineToModule::AddLine(uint64 address, uint64 length, in AddLine() function in google_breakpad::DwarfLineToModule
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp.cc433 static bool AddLine(const std::string& line, std::string* message) { in AddLine() function
493 AddLine(os.str(), message); in AddAttributeLine()
539 return AddLine(os.str(), message); in AddSsrcLine()
722 AddLine(mline, &new_lines); in UpdateMediaDefaultDestination()
753 AddLine(os.str(), &new_lines); in UpdateMediaDefaultDestination()
804 AddLine(kSessionVersion, &message); in SdpSerialize()
818 AddLine(os.str(), &message); in SdpSerialize()
819 AddLine(kSessionName, &message); in SdpSerialize()
822 AddLine(kTimeDescription, &message); in SdpSerialize()
836 AddLine(group_line, &message); in SdpSerialize()
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp126 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget()
128 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.h36 void AddLine(const CFX_PointF& p1, const CFX_PointF& p2);
Dcxfa_gepath.cpp76 void CXFA_GEPath::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() function in CXFA_GEPath
/external/pdfium/core/fpdfdoc/
Dcsection.h34 CPVT_WordPlace AddLine(const CPVT_LineInfo& lineinfo);
Dctypeset.cpp367 m_pSection->AddLine(line); in SplitLines()
393 m_pSection->AddLine(line); in SplitLines()
416 m_pSection->AddLine(line); in SplitLines()
Dcpdf_variabletext.h175 CPVT_WordPlace AddLine(const CPVT_WordPlace& place,
Dcpdf_variabletext.cpp208 AddLine(place, lineinfo); in Initialize()
566 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace& place, in AddLine() function in CPDF_VariableText
571 return m_SectionArray[place.nSecIndex]->AddLine(lineinfo); in AddLine()
Dcsection.cpp43 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CSection
/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp101 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom)); in DrawSignCross()
102 path.AddLine(CFX_PointF(pRtSign->left, fBottom), in DrawSignCross()
/external/adhd/scripts/
Dini_editor.py192 def AddLine(self, line): member in Section
380 self.sections[current_name].AddLine(line)
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.h101 virtual void AddLine(uint64 address, uint64 length,
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
Ddwarf2reader.cc835 handler_->AddLine(pending_address, lsm.address - pending_address, in ReadLines()
/external/skia/gm/
Ddegeneratesegments.cpp116 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
225 AddLine, in onDraw()
/external/skqp/gm/
Ddegeneratesegments.cpp116 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
225 AddLine, in onDraw()
/external/skqp/src/core/
DSkGlyphCache.cpp263 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() function in SkGlyphCache
345 AddLine(pts, bounds[0], yAxis, intercept); in findIntercepts()
346 AddLine(pts, bounds[1], yAxis, intercept); in findIntercepts()
DSkGlyphCache.h225 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
/external/skia/src/core/
DSkGlyphCache.cpp263 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() function in SkGlyphCache
345 AddLine(pts, bounds[0], yAxis, intercept); in findIntercepts()
346 AddLine(pts, bounds[1], yAxis, intercept); in findIntercepts()
DSkGlyphCache.h225 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp519 path.AddLine(CFX_PointF(fLeft, m_rtClient.top), in DrawContent()

12