HomeSort by relevance Sort by last modified time
    Searched defs:AddLine (Results 1 - 13 of 13) sorted by null

  /external/google-breakpad/src/common/dwarf/
functioninfo.cc 96 void CULineInfoHandler::AddLine(uint64 address, uint64 length, uint32 file_num,
108 fprintf(stderr, "error in AddLine");
dwarf2reader.h 179 virtual void AddLine(uint64 address, uint64 length,
    [all...]
  /external/google-breakpad/src/common/
dwarf_line_to_module.cc 106 void DwarfLineToModule::AddLine(uint64 address, uint64 length,
  /external/pdfium/core/fpdfdoc/
csection.cpp 57 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) {
cpdf_variabletext.cpp 274 AddLine(place, lineinfo);
696 CPVT_WordPlace CPDF_VariableText::AddLine(const CPVT_WordPlace& place,
701 return pSection->AddLine(lineinfo);
    [all...]
  /external/pdfium/xfa/fxgraphics/
cfx_path.cpp 76 void CFX_Path::AddLine(const CFX_PointF& p1, const CFX_PointF& p2) {
  /prebuilts/go/darwin-x86/src/go/token/
position.go 125 // AddLine adds the line offset for a new line.
129 func (f *File) AddLine(offset int) {
  /prebuilts/go/linux-x86/src/go/token/
position.go 125 // AddLine adds the line offset for a new line.
129 func (f *File) AddLine(offset int) {
  /external/pdfium/xfa/fde/
cfde_path.cpp 157 void CFDE_Path::AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) {
  /external/skia/gm/
degeneratesegments.cpp 116 static SkPoint AddLine(SkPath& path, SkPoint& startPt) {
225 AddLine,
  /external/skia/src/core/
SkGlyphCache.cpp 262 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
344 AddLine(pts, bounds[0], yAxis, intercept);
345 AddLine(pts, bounds[1], yAxis, intercept);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 219 Status AddLine(REAL x1, REAL y1, REAL x2, REAL y2)
224 Status AddLine(INT x1, INT y1, INT x2, INT y2)
229 Status AddLine(const PointF& pt1, const PointF& pt2)
234 Status AddLine(const Point& pt1, const Point& pt2)
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 433 static bool AddLine(const std::string& line, std::string* message) {
493 AddLine(os.str(), message);
539 return AddLine(os.str(), message);
722 AddLine(mline, &new_lines);
753 AddLine(os.str(), &new_lines);
804 AddLine(kSessionVersion, &message);
818 AddLine(os.str(), &message);
819 AddLine(kSessionName, &message);
822 AddLine(kTimeDescription, &message);
    [all...]

Completed in 425 milliseconds