Searched defs:addLine (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp25 void SkEdgeBuilder::addLine(const SkPoint pts[]) { function in class:SkEdgeBuilder
59 this->addLine(pts);
196 this->addLine(&lines[i]);
242 this->addLine(pts);
/external/skia/src/core/
H A DSkEdgeBuilder.cpp25 void SkEdgeBuilder::addLine(const SkPoint pts[]) { function in class:SkEdgeBuilder
59 this->addLine(pts);
196 this->addLine(&lines[i]);
242 this->addLine(pts);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.cpp105 addLine(String());
177 addLine(className);
188 void HTMLViewSourceDocument::addLine(const AtomicString& className) function in class:WebCore::HTMLViewSourceDocument
245 addLine(className);
291 addLine("webkit-html-tag");
/external/icu4c/samples/layout/
H A Dparagraph.cpp171 void Paragraph::addLine(const ParagraphLayout::Line *line) function in class:Paragraph
208 addLine(line);
211 addLine(NULL);
H A Dpflow.c266 static void addLine(pf_object *obj, pl_line *line) function
307 addLine(obj, line);
310 addLine(obj, NULL);
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRawHeaders.java169 public void addLine(String line) { method in class:RawHeaders
319 out.addLine(line);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.h57 int addLine(const SkPoint pts[2]) { function in class:SkOpContour
58 fSegments.push_back().addLine(pts, fOperand, fXor);
H A DSkOpSegment.cpp397 void SkOpSegment::addLine(const SkPoint pts[2], bool operand, bool evenOdd) { function in class:SkOpSegment
/external/skia/src/pathops/
H A DSkOpContour.h57 int addLine(const SkPoint pts[2]) { function in class:SkOpContour
58 fSegments.push_back().addLine(pts, fOperand, fXor);
H A DSkOpSegment.cpp397 void SkOpSegment::addLine(const SkPoint pts[2], bool operand, bool evenOdd) { function in class:SkOpSegment
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DDebugInfoBuilder.java75 public void addLine(int address, int line) { method in class:DebugInfoBuilder
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp207 void addLine(uint32_t Line) { function in class:__anon21597::GCOVLines
467 Lines.addLine(Loc.getLine());
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 773 milliseconds