/external/google-breakpad/src/common/ |
dwarf_line_to_module.cc | 106 void DwarfLineToModule::AddLine(uint64 address, uint64 length,
|
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 278 static void addLine(std::vector<SkPoint>& segmentPoints, std::vector<float>& lengths, 382 addLine(segmentPoints, lengths, iter->second); 393 addLine(segmentPoints, lengths, points[0]); 396 addLine(segmentPoints, lengths, points[1]);
|
/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)
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/ |
CodeGenerator.java | 105 sb.append(STYLE_INDENT + ".addLine(" + quote(line) + ")");
|
NotificationGenerator.java | 120 inboxStyle.addLine(line);
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
common.py | 211 functions (like AddLine, AddBars, AddSegment) to add more series 262 warnings.warn('AddSeries is deprecated. Instead, call AddLine for '
|
/external/pdfium/core/src/fpdfdoc/ |
pdf_vt.h | 250 CPVT_WordPlace AddLine(const CPVT_LineInfo& lineinfo); 458 CPVT_WordPlace AddLine(const CPVT_WordPlace& place,
|
doc_vt.cpp | 85 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { 663 m_pSection->AddLine(line); 689 m_pSection->AddLine(line); 712 m_pSection->AddLine(line); 828 AddLine(place, lineinfo); [all...] |
/external/pdfium/xfa/include/fxgraphics/ |
fx_graphics.h | 345 FX_ERR AddLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2);
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_geobject.cpp | 201 void CFDE_Path::AddLine(const CFX_PointF& pt1, const CFX_PointF& pt2) {
|
/external/pdfium/xfa/src/fxgraphics/src/ |
fx_path_generator.cpp | 64 void CFX_PathGenerator::AddLine(FX_FLOAT x1,
|
/external/skia/src/pathops/ |
SkOpEdgeBuilder.cpp | 193 fCurrentContour->addLine(pointsPtr, fAllocator);
|
SkOpSegment.h | 81 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) {
|
/external/pdfium/xfa/src/fdp/src/tto/ |
fde_textout.cpp | 865 pPath->AddLine(pt1, pt2);
881 pPath->AddLine(pt1, pt2);
904 pPath->AddLine(pt1, pt2);
|
/external/skia/src/core/ |
SkGlyphCache.cpp | 280 void SkGlyphCache::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, 363 AddLine(pts, bounds[0], yAxis, intercept); 364 AddLine(pts, bounds[1], yAxis, intercept);
|
SkGlyphCache.h | 247 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis,
|
/prebuilts/go/darwin-x86/src/text/tabwriter/ |
tabwriter.go | 95 func (b *Writer) addLine() { b.lines = append(b.lines, []cell{}) } 105 b.addLine() 494 b.addLine()
|
/prebuilts/go/linux-x86/src/text/tabwriter/ |
tabwriter.go | 95 func (b *Writer) addLine() { b.lines = append(b.lines, []cell{}) } 105 b.addLine() 494 b.addLine()
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/text/ |
tabwriter.a | 44 func (@"".b·1 *@"".Writer "esc:0x9") @"".addLine () { @"".b·1.@"".lines = append(@"".b·1.@"".lines, ([]@"".cell{ })) } 76 go13ldbytes.aio.aunicode/utf8.a ?("".(*Writer).addLine |