Home
last modified time | relevance | path

Searched refs:AddLine (Results 1 – 25 of 27) 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/app/
Dxfa_ffpath.cpp91 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget()
93 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
Dcxfa_textlayout.cpp1197 pPath->AddLine(pt1, pt2); in RenderPath()
1208 pPath->AddLine(pt1, pt2); in RenderPath()
1218 pPath->AddLine(pt1, pt2); in RenderPath()
1271 pPath->AddLine(pt1, pt2); in RenderPath()
1278 pPath->AddLine(pt1, pt2); in RenderPath()
/external/pdfium/xfa/fxgraphics/
Dcfx_path.h36 void AddLine(const CFX_PointF& p1, const CFX_PointF& p2);
Dcfx_path.cpp76 void CFX_Path::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() function in CFX_Path
/external/pdfium/xfa/fde/
Dcfde_path.h26 void AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2);
Dcfde_path.cpp157 void CFDE_Path::AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) { in AddLine() function in CFDE_Path
Dfde_gedevice.cpp259 path.AddLine(pt1, pt2); in DrawLine()
/external/pdfium/core/fpdfdoc/
Dcsection.h32 CPVT_WordPlace AddLine(const CPVT_LineInfo& lineinfo);
Dctypeset.cpp363 m_pSection->AddLine(line); in SplitLines()
389 m_pSection->AddLine(line); in SplitLines()
412 m_pSection->AddLine(line); in SplitLines()
Dcpdf_variabletext.h176 CPVT_WordPlace AddLine(const CPVT_WordPlace& place,
Dcsection.cpp57 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CSection
Dcpdf_variabletext.cpp274 AddLine(place, lineinfo); in Initialize()
696 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace& place, in AddLine() function in CPDF_VariableText
701 return pSection->AddLine(lineinfo); in AddLine()
/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
/external/pdfium/xfa/fwl/theme/
Dcfwl_checkboxtp.cpp97 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom)); in DrawSignCross()
98 path.AddLine(CFX_PointF(pRtSign->left, fBottom), in DrawSignCross()
/external/skia/src/core/
DSkGlyphCache.cpp262 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() function in SkGlyphCache
344 AddLine(pts, bounds[0], yAxis, intercept); in findIntercepts()
345 AddLine(pts, bounds[1], yAxis, intercept); in findIntercepts()
DSkGlyphCache.h220 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
/external/skia/gm/
Ddegeneratesegments.cpp116 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
225 AddLine, in onDraw()
/external/pdfium/xfa/fde/tto/
Dfde_textout.cpp790 pPath->AddLine(pt1, pt2); in DrawLine()
805 pPath->AddLine(pt1, pt2); in DrawLine()
828 pPath->AddLine(pt1, pt2); in DrawLine()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp584 path.AddLine(CFX_PointF(fLeft, m_rtClient.top), in DrawContent()

12