Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdipluspath.h219 Status AddLine(REAL x1, REAL y1, REAL x2, REAL y2) in AddLine() function
224 Status AddLine(INT x1, INT y1, INT x2, INT y2) in AddLine() function
229 Status AddLine(const PointF& pt1, const PointF& pt2) in AddLine() function
234 Status AddLine(const Point& pt1, const Point& pt2) in AddLine() function
/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_line_to_module.cc109 void DwarfLineToModule::AddLine(uint64_t address, uint64_t length, in AddLine() function in google_breakpad::DwarfLineToModule
H A Ddwarf_cu_to_module.cc1275 void AddLine(Module::Line& line) { in AddLine() function in google_breakpad::__anonf377afaf0211::FunctionRange
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc92 void CULineInfoHandler::AddLine(uint64_t address, uint64_t length, in AddLine() function in google_breakpad::CULineInfoHandler
H A Ddwarf2reader.h235 virtual void AddLine(uint64_t address, uint64_t length, in AddLine() function
/aosp_15_r20/external/pdfium/xfa/fgas/graphics/
H A Dcfgas_gepath.cpp78 void CFGAS_GEPath::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) { in AddLine() function in CFGAS_GEPath
/aosp_15_r20/external/perfetto/src/profiling/
H A Ddeobfuscator.cc161 base::Status ProguardParser::AddLine(std::string line) { in AddLine() function in perfetto::profiling::ProguardParser
/aosp_15_r20/prebuilts/go/linux-x86/src/go/token/
Dposition.go138 func (f *File) AddLine(offset int) { func
/aosp_15_r20/external/skia/gm/
H A Ddegeneratesegments.cpp121 static SkPoint AddLine(SkPathBuilder& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_section.cpp232 CPVT_WordPlace CPVT_Section::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine() function in CPVT_Section
H A Dcpvt_variabletext.cpp541 CPVT_WordPlace CPVT_VariableText::AddLine(const CPVT_WordPlace& place, in AddLine() function in CPVT_VariableText
/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc340 void PDBSourceLineWriter::Lines::AddLine(const Line& line) { in AddLine() function in google_breakpad::PDBSourceLineWriter::Lines
/aosp_15_r20/external/cronet/build/android/
H A Dapk_operations.py688 def AddLine(self, parsed_line, dim): member in _LogcatProcessor.NativeStackSymbolizer
/aosp_15_r20/external/angle/build/android/
H A Dapk_operations.py712 def AddLine(self, parsed_line, dim): member in _LogcatProcessor.NativeStackSymbolizer
/aosp_15_r20/external/webrtc/pc/
H A Dwebrtc_sdp.cc484 static bool AddLine(absl::string_view line, std::string* message) { in AddLine() function
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_draw.cpp1046 void ImDrawList::AddLine(const ImVec2& a, const ImVec2& b, ImU32 col, float thickness) in AddLine() function in ImDrawList