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

12

/external/chromium_org/third_party/skia/src/core/
H A DSkEdgeBuilder.h44 void addLine(const SkPoint pts[]);
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.h44 void addLine(const SkPoint pts[]);
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/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/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.h65 void addLine(const AtomicString& className);
H A DHTMLViewSourceDocument.cpp188 addLine(className);
198 void HTMLViewSourceDocument::addLine(const AtomicString& className) function in class:blink::HTMLViewSourceDocument
245 addLine(className);
291 addLine("html-tag");
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dparagraph.h49 void addLine(const ParagraphLayout::Line *line);
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/icu/icu4c/source/samples/layout/
H A Dparagraph.h49 void addLine(const ParagraphLayout::Line *line);
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/okhttp/src/main/java/com/squareup/okhttp/
H A DHeaders.java143 public Builder addLine(String line) { method in class:Headers.Builder
H A DHttpResponseCache.java451 varyHeadersBuilder.addLine(source.readUtf8LineStrict());
459 responseHeadersBuilder.addLine(source.readUtf8LineStrict());
/external/skia/src/pathops/
H A DSkOpEdgeBuilder.cpp165 fCurrentContour->addLine(pointsPtr);
H A DSkOpContour.h62 int addLine(const SkPoint pts[2]) { function in class:SkOpContour
63 fSegments.push_back().addLine(pts, fOperand, fXor);
H A DSkOpSegment.h277 void addLine(const SkPoint pts[2], bool operand, bool evenOdd);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.h62 int addLine(const SkPoint pts[2]) { function in class:SkOpContour
63 fSegments.push_back().addLine(pts, fOperand, fXor);
H A DSkOpEdgeBuilder.cpp183 fCurrentContour->addLine(pointsPtr);
H A DSkOpSegment.h279 void addLine(const SkPoint pts[2], bool operand, bool evenOdd);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsAngleTest.cpp474 addLine(shortQuad, false, false);
/external/llvm/include/llvm/Support/
H A DGCOV.h312 void addLine(uint32_t N) { Lines.push_back(N); } function in class:llvm::GCOVBlock
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpConnection.java201 builder.addLine(line);
/external/skia/tests/
H A DPathOpsAngleTest.cpp474 addLine(shortQuad, false, false);

Completed in 287 milliseconds

12