/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::__anone9ed75ff0111::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() 196 this->addLine(&lines[i]); in build() 242 this->addLine(pts); in build()
|
D | SkEdgeBuilder.h | 44 void addLine(const SkPoint pts[]);
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkEdgeBuilder.cpp | 25 void SkEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkEdgeBuilder 59 this->addLine(pts); in addClipper() 196 this->addLine(&lines[i]); in build() 242 this->addLine(pts); in build()
|
D | SkEdgeBuilder.h | 44 void addLine(const SkPoint pts[]);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLViewSourceDocument.cpp | 188 addLine(className); in addSpanWithClassName() 198 void HTMLViewSourceDocument::addLine(const AtomicString& className) in addLine() function in WebCore::HTMLViewSourceDocument 245 addLine(className); in addText() 291 addLine("webkit-html-tag"); in addLink()
|
D | HTMLViewSourceDocument.h | 65 void addLine(const AtomicString& className);
|
/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/chromium_org/third_party/skia/src/pathops/ |
D | SkOpContour.h | 62 int addLine(const SkPoint pts[2]) { in addLine() function 63 fSegments.push_back().addLine(pts, fOperand, fXor); in addLine()
|
D | SkOpEdgeBuilder.cpp | 165 fCurrentContour->addLine(pointsPtr); in walk()
|
D | SkOpSegment.h | 277 void addLine(const SkPoint pts[2], bool operand, bool evenOdd);
|
/external/skia/src/pathops/ |
D | SkOpContour.h | 62 int addLine(const SkPoint pts[2]) { in addLine() function 63 fSegments.push_back().addLine(pts, fOperand, fXor); in addLine()
|
D | SkOpEdgeBuilder.cpp | 165 fCurrentContour->addLine(pointsPtr); in walk()
|
D | SkOpSegment.h | 277 void addLine(const SkPoint pts[2], bool operand, bool evenOdd);
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Headers.java | 143 public Builder addLine(String line) { in addLine() method in Headers.Builder
|
D | HttpResponseCache.java | 451 varyHeadersBuilder.addLine(source.readUtf8LineStrict()); in Entry() 459 responseHeadersBuilder.addLine(source.readUtf8LineStrict()); in Entry()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | HttpConnection.java | 197 builder.addLine(line); in readHeaders()
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 312 void addLine(uint32_t N) { Lines.push_back(N); } in addLine() function
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 474 addLine(shortQuad, false, false); in debugConstructLine()
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsAngleTest.cpp | 474 addLine(shortQuad, false, false); in debugConstructLine()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 213 void addLine(uint32_t Line) { in addLine() function in __anon803024d00211::GCOVLines 541 Lines.addLine(Loc.getLine()); in emitProfileNotes()
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 201 Block.addLine(Line); in readGCNO()
|
/external/skia/experimental/Intersection/ |
D | Simplify.cpp | 1632 void addLine(const SkPoint pts[2], bool operand, bool evenOdd) { in addLine() function in Segment 4541 int addLine(const SkPoint pts[2]) { in addLine() function in Contour 4542 fSegments.push_back().addLine(pts, fOperand, fXor); in addLine() 5158 fCurrentContour->addLine(&pointsPtr[-1]); in walk() 5169 fCurrentContour->addLine(fReducePts.end() - 2); in walk() 5181 fCurrentContour->addLine(fReducePts.end() - 2); in walk() 5198 fCurrentContour->addLine(fReducePts.end() - 2); in walk()
|