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

/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);
197 this->addLine(&lines[i]);
235 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/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/skia/src/pathops/
H A DSkOpContour.cpp19 return appendSegment(allocator).addLine(ptStorage, this);
H A DSkOpContour.h47 void addLine(SkPoint pts[2], SkChunkAlloc* allocator) { function in class:SkOpContour
48 appendSegment(allocator).addLine(pts, this);
H A DSkOpEdgeBuilder.cpp193 fCurrentContour->addLine(pointsPtr, fAllocator);
H A DSkOpSegment.h75 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) { function in class:SkOpSegment
/external/skia/tests/
H A DPathOpsAngleTest.cpp247 contour.addLine(data.fShortPts, &allocator);
446 contour.addLine(temp, &allocator);
/external/llvm/include/llvm/Support/
H A DGCOV.h314 void addLine(uint32_t N) { Lines.push_back(N); } function in class:llvm::GCOVBlock
/external/llvm/lib/IR/
H A DGCOV.cpp233 Block.addLine(Line);
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp211 void addLine(uint32_t Line) { function in class:__anon10992::GCOVLines
545 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/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 436 milliseconds