Searched refs:addLine (Results 1 - 25 of 43) sorted by relevance

12

/external/skia/src/pathops/
H A DSkOpContour.cpp57 this->addLine(pts);
82 void SkOpContourBuilder::addLine(const SkPoint pts[2]) { function in class:SkOpContourBuilder
107 (void) fContour->addLine(ptStorage);
H A DSkOpContour.h38 SkOpSegment* addLine(SkPoint pts[2]) { function in class:SkOpContour
40 return appendSegment().addLine(pts, this);
443 void addLine(const SkPoint pts[2]);
H A DSkOpEdgeBuilder.cpp204 fContourBuilder.addLine(pointsPtr);
/external/skqp/src/pathops/
H A DSkOpContour.cpp57 this->addLine(pts);
82 void SkOpContourBuilder::addLine(const SkPoint pts[2]) { function in class:SkOpContourBuilder
107 (void) fContour->addLine(ptStorage);
H A DSkOpContour.h38 SkOpSegment* addLine(SkPoint pts[2]) { function in class:SkOpContour
40 return appendSegment().addLine(pts, this);
443 void addLine(const SkPoint pts[2]);
H A DSkOpEdgeBuilder.cpp204 fContourBuilder.addLine(pointsPtr);
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DSource.java66 addLine(l);
71 private void addLine(final String l) { method in class:Source
/external/deqp/modules/gles3/stress/
H A Des3sLongShaderTests.cpp204 void addLine (const std::string& text);
231 addLine("#version 300 es");
234 addLine("layout(location = 0) out mediump vec4 o_fragColor;");
236 addLine("void main (void)");
255 addLine(outName + " = vec4(" + expr + ");");
257 addLine(outName + " = " + expr + ";");
303 void LongShaderGenerator::addLine (const std::string& text)
313 addLine("{");
325 addLine("mediump float " + varName + " = " + de::floatToString(varValue, 5) + "f;");
341 addLine("}");
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDataDrivenTestHelper.java63 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { method in class:DataDrivenTestHelper
122 addLine(Collections.<String>emptyList(), "");
137 addLine(Collections.<String>emptyList(), commentBase);
142 addLine(keyValue, comment);
150 addLine(arguments, commentBase);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDataDrivenTestHelper.java62 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { method in class:DataDrivenTestHelper
121 addLine(Collections.<String>emptyList(), "");
136 addLine(Collections.<String>emptyList(), commentBase);
141 addLine(keyValue, comment);
149 addLine(arguments, commentBase);
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.h55 void addLine(const ParagraphLayout::Line *line);
H A Dparagraph.cpp182 void Paragraph::addLine(const ParagraphLayout::Line *line) function in class:Paragraph
219 addLine(line);
222 addLine(NULL);
H A Dpflow.c269 static void addLine(pf_object *obj, pl_line *line) function
310 addLine(obj, line);
313 addLine(obj, NULL);
/external/skia/src/core/
H A DSkEdgeBuilder.h85 void addLine(const SkPoint pts[]);
H A DSkEdgeBuilder.cpp122 void SkEdgeBuilder::addLine(const SkPoint pts[]) { function in class:SkEdgeBuilder
220 this->addLine(pts);
415 this->addLine(pts);
/external/skqp/src/core/
H A DSkEdgeBuilder.h85 void addLine(const SkPoint pts[]);
H A DSkEdgeBuilder.cpp122 void SkEdgeBuilder::addLine(const SkPoint pts[]) { function in class:SkEdgeBuilder
220 this->addLine(pts);
415 this->addLine(pts);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGCOV.h190 void addLine(StringRef Filename, uint32_t LineNo);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DGCOV.cpp146 Block->addLine(Filename, L);
178 void GCOVBlock::addLine(StringRef Filename, uint32_t LineNo) {
/external/skia/tests/
H A DPathOpsAngleTest.cpp253 contour.addLine(data.fShortPts);
452 contour.addLine(temp);
517 contour.addLine(modLinePts);
/external/skqp/tests/
H A DPathOpsAngleTest.cpp253 contour.addLine(data.fShortPts);
452 contour.addLine(temp);
517 contour.addLine(modLinePts);
/external/skia/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp92 void addLine(const SkPoint& p) { function in class:__anon20797::PathGeoBuilder
157 this->addLine(pts[1]);
/external/skqp/src/gpu/ops/
H A DGrDefaultPathRenderer.cpp92 void addLine(const SkPoint& p) { function in class:__anon21463::PathGeoBuilder
157 this->addLine(pts[1]);
/external/llvm/include/llvm/Support/
H A DGCOV.h319 void addLine(uint32_t N) { Lines.push_back(N); } function in class:llvm::GCOVBlock
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp220 void addLine(uint32_t Line) { function in class:__anon14668::GCOVLines
564 Lines.addLine(Loc.getLine());

Completed in 5367 milliseconds

12