/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sLongShaderTests.cpp | 204 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...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | DataDrivenTestHelper.java | 63 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() method in DataDrivenTestHelper 122 addLine(Collections.<String>emptyList(), ""); in load() 137 addLine(Collections.<String>emptyList(), commentBase); in load() 142 addLine(keyValue, comment); in load() 150 addLine(arguments, commentBase); in load()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | DataDrivenTestHelper.java | 62 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() method in DataDrivenTestHelper 121 addLine(Collections.<String>emptyList(), ""); in load() 136 addLine(Collections.<String>emptyList(), commentBase); in load() 141 addLine(keyValue, comment); in load() 149 addLine(arguments, commentBase); in load()
|
/third_party/skia/src/core/ |
H A D | SkEdgeBuilder.h | 46 virtual void addLine (const SkPoint pts[]) = 0; 64 void addLine (const SkPoint pts[]) override; 84 void addLine (const SkPoint pts[]) override;
|
H A D | SkEdgeBuilder.cpp | 119 void SkBasicEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkBasicEdgeBuilder 133 void SkAnalyticEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkAnalyticEdgeBuilder 174 // TODO: merge addLine() and addPolyLine()? 315 case SkPath::kLine_Verb: rec->fBuilder->addLine (pts); break; in build() 334 this->addLine(e.fPts); in build()
|
H A D | SkGlyph.cpp | 200 auto addLine = [&expandGap, &pts](SkScalar offset) { in calculate_path_gap() local 244 addLine(topOffset); in calculate_path_gap() 245 addLine(bottomOffset); in calculate_path_gap()
|
/third_party/skia/src/pathops/ |
H A D | SkOpContour.cpp | 56 this->addLine(pts); in addCurve() 81 void SkOpContourBuilder::addLine(const SkPoint pts[2]) { in addLine() function in SkOpContourBuilder 106 (void) fContour->addLine(ptStorage); in flush()
|
H A D | SkOpContour.h | 37 SkOpSegment* addLine(SkPoint pts[2]) { in addLine() function in SkOpContour 39 return appendSegment().addLine(pts, this); in addLine() 442 void addLine(const SkPoint pts[2]);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | listFailure.js | 7 addLine(lineText: string): List<Line> { 51 Buffer.prototype.addLine = function (lineText) {
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | doctransformer.py | 169 def addLine(self, line, indent): member in TransformState 300 def addLine(self, line): member in DocTransformer 312 logDiag('addLine line', self.state.lineNumber, ':', line, end='') 319 logDiag('addLine: line reduces indentation, emit paragraph') 325 logDiag('addLine: line matches beginBullet, emit paragraph') 328 self.state.addLine(line, indent) 424 self.addLine(line)
|
/third_party/skia/tools/gpu/gl/interface/ |
H A D | gen_interface.go | 143 block = addLine(block, ifExpr) 169 block = addLine(block, line) 215 block = addLine(block, fmt.Sprintf("GET_PROC(%s);", function)) 217 block = addLine(block, fmt.Sprintf("GET_PROC_SUFFIX(%s, %s);", function, suffix)) 260 // addLine is a little helper function which handles the newline and tab 261 func addLine(str, line string) string {
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | pflow.c | 271 static void addLine(pf_object *obj, pl_line *line) in addLine() function 312 addLine(obj, line); in pf_breakLines() 315 addLine(obj, NULL); in pf_breakLines()
|
H A D | paragraph.cpp | 182 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() function in Paragraph 219 addLine(line); in breakLines() 222 addLine(NULL); in breakLines()
|
H A D | paragraph.h | 55 void addLine(const ParagraphLayout::Line *line);
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | paragraph.cpp | 182 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() function in Paragraph 219 addLine(line); in breakLines() 222 addLine(NULL); in breakLines()
|
H A D | pflow.c | 269 static void addLine(pf_object *obj, pl_line *line) in addLine() function 310 addLine(obj, line); in pf_breakLines() 313 addLine(obj, NULL); in pf_breakLines()
|
H A D | paragraph.h | 55 void addLine(const ParagraphLayout::Line *line);
|
/third_party/skia/tests/ |
H A D | PathOpsAngleTest.cpp | 252 contour.addLine(data.fShortPts); 449 contour.addLine(temp); in DEF_TEST() 514 contour.addLine(modLinePts); in DEF_TEST()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | namespropsbuilder.cpp | 273 addLine(UChar32 code, const char *names[], int16_t lengths[], int16_t count); 337 addLine(props.start, names, lengths, LENGTHOF(names)); in setProps() 981 addLine(UChar32 code, const char *names[], int16_t lengths[], int16_t count) { in addLine() function
|
/third_party/skia/experimental/sktext/src/ |
H A D | Text.cpp | 336 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, true); 410 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, false); 430 this->addLine(wrappedText.get(), unicodeText->getUnicode(), line, spaces, false); 454 void ShapedText::addLine(WrappedText* wrappedText, SkUnicode* unicode, Stretch& stretch, Stretch& spaces, bool hardLineBreak) {
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.cpp | 730 const AddLineToParagraph& addLine) { in moveForward() 868 addLine(textExcludingSpaces, in moveForward() 968 addLine(fEndLine.breakCluster()->textRange(), in moveForward() 1204 const AddLineToParagraph& addLine) { in moveForward() 1295 addLine(textExcludingSpaces, in moveForward() 1383 addLine(fEndLine.breakCluster()->textRange(), in moveForward() 728 breakTextIntoLines(ParagraphImpl* parent, SkScalar maxWidth, const AddLineToParagraph& addLine) moveForward() argument
|
H A D | TextWrapper.h | 195 const AddLineToParagraph& addLine);
|
H A D | ParagraphImpl.cpp | 1179 auto &line = this->addLine(SkPoint::Make(offsetX, 0), advance, in GetLineFontMetrics() 1217 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics); in GetLineFontMetrics() 1283 this->addLine(SkPoint::Make(0, 0), advance, in GetLineFontMetrics() 1316 auto& line = this->addLine(offset, advance, textExcludingSpaces, text, textWithNewlines, clusters, clustersWithGhosts, widthWithSpaces, metrics); in GetLineFontMetrics() 1437 TextLine& ParagraphImpl::addLine(SkVector offset, in GetLineFontMetrics() function in skia::textlayout::ParagraphImpl
|
/third_party/skia/src/gpu/ops/ |
H A D | DefaultPathRenderer.cpp | 93 void addLine(const SkPoint pts[]) { in addLine() function in __anon18835::PathGeoBuilder 166 this->addLine(pts); in addPath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 254 void addLine(uint32_t Line) { 720 Func.getBlock(&EntryBlock).getFile(Filename).addLine(Line); 752 Lines.addLine(Loc.getLine());
|