/external/google-breakpad/src/common/ |
D | dwarf_line_to_module_unittest.cc | 51 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 …]
|
D | dwarf_line_to_module.h | 139 void AddLine(uint64 address, uint64 length,
|
D | dwarf_line_to_module.cc | 106 void DwarfLineToModule::AddLine(uint64 address, uint64 length, in AddLine() function in google_breakpad::DwarfLineToModule
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 433 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/ |
D | xfa_ffpath.cpp | 91 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget() 93 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
|
D | cxfa_textlayout.cpp | 1197 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/ |
D | cfx_path.h | 36 void AddLine(const CFX_PointF& p1, const CFX_PointF& p2);
|
D | cfx_path.cpp | 76 void CFX_Path::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() function in CFX_Path
|
/external/pdfium/xfa/fde/ |
D | cfde_path.h | 26 void AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2);
|
D | cfde_path.cpp | 157 void CFDE_Path::AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) { in AddLine() function in CFDE_Path
|
D | fde_gedevice.cpp | 259 path.AddLine(pt1, pt2); in DrawLine()
|
/external/pdfium/core/fpdfdoc/ |
D | csection.h | 32 CPVT_WordPlace AddLine(const CPVT_LineInfo& lineinfo);
|
D | ctypeset.cpp | 363 m_pSection->AddLine(line); in SplitLines() 389 m_pSection->AddLine(line); in SplitLines() 412 m_pSection->AddLine(line); in SplitLines()
|
D | cpdf_variabletext.h | 176 CPVT_WordPlace AddLine(const CPVT_WordPlace& place,
|
D | csection.cpp | 57 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CSection
|
D | cpdf_variabletext.cpp | 274 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/ |
D | functioninfo.h | 101 virtual void AddLine(uint64 address, uint64 length,
|
D | functioninfo.cc | 96 void CULineInfoHandler::AddLine(uint64 address, uint64 length, uint32 file_num, in AddLine() function in dwarf2reader::CULineInfoHandler
|
D | dwarf2reader.h | 179 virtual void AddLine(uint64 address, uint64 length, in AddLine() function
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_checkboxtp.cpp | 97 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom)); in DrawSignCross() 98 path.AddLine(CFX_PointF(pRtSign->left, fBottom), in DrawSignCross()
|
/external/skia/src/core/ |
D | SkGlyphCache.cpp | 262 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()
|
D | SkGlyphCache.h | 220 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
|
/external/skia/gm/ |
D | degeneratesegments.cpp | 116 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM 225 AddLine, in onDraw()
|
/external/pdfium/xfa/fde/tto/ |
D | fde_textout.cpp | 790 pPath->AddLine(pt1, pt2); in DrawLine() 805 pPath->AddLine(pt1, pt2); in DrawLine() 828 pPath->AddLine(pt1, pt2); in DrawLine()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 584 path.AddLine(CFX_PointF(fLeft, m_rtClient.top), in DrawContent()
|