Searched refs:addLine (Results 1 – 14 of 14) sorted by relevance
/external/deqp/modules/gles3/stress/ |
D | es3sLongShaderTests.cpp | 204 void addLine (const std::string& text); 231 addLine("#version 300 es"); in generateSource() 234 addLine("layout(location = 0) out mediump vec4 o_fragColor;"); in generateSource() 236 addLine("void main (void)"); in generateSource() 255 addLine(outName + " = vec4(" + expr + ");"); in generateSource() 257 addLine(outName + " = " + expr + ";"); in generateSource() 303 void LongShaderGenerator::addLine (const std::string& text) in addLine() function in deqp::gles3::Stress::__anon8ddd48db0111::LongShaderGenerator 313 addLine("{"); in beginBlock() 325 addLine("mediump float " + varName + " = " + de::floatToString(varValue, 5) + "f;"); in beginBlock() 341 addLine("}"); in endBlock()
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 25 void SkEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkEdgeBuilder 59 this->addLine(pts); in addClipper() 197 this->addLine(&lines[i]); in build() 235 this->addLine(pts); in build()
|
D | SkEdgeBuilder.h | 44 void addLine(const SkPoint pts[]);
|
/external/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 171 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() function in Paragraph 208 addLine(line); in breakLines() 211 addLine(NULL); in breakLines()
|
D | pflow.c | 266 static void addLine(pf_object *obj, pl_line *line) in addLine() function 307 addLine(obj, line); in pf_breakLines() 310 addLine(obj, NULL); in pf_breakLines()
|
D | paragraph.h | 49 void addLine(const ParagraphLayout::Line *line);
|
/external/skia/src/pathops/ |
D | SkOpContour.cpp | 19 return appendSegment(allocator).addLine(ptStorage, this); in addCurve()
|
D | SkOpContour.h | 47 void addLine(SkPoint pts[2], SkChunkAlloc* allocator) { in addLine() function 48 appendSegment(allocator).addLine(pts, this); in addLine()
|
D | SkOpEdgeBuilder.cpp | 193 fCurrentContour->addLine(pointsPtr, fAllocator); in walk()
|
D | SkOpSegment.h | 75 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) { in addLine() function
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 247 contour.addLine(data.fShortPts, &allocator); in DEF_TEST() 446 contour.addLine(temp, &allocator); in DEF_TEST()
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 314 void addLine(uint32_t N) { Lines.push_back(N); } in addLine() function
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 211 void addLine(uint32_t Line) { in addLine() function in __anon6b4605ac0211::GCOVLines 545 Lines.addLine(Loc.getLine()); in emitProfileNotes()
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 233 Block.addLine(Line); in readGCNO()
|