Home
last modified time | relevance | path

Searched defs:line (Results 726 - 750 of 2302) sorted by relevance

1...<<21222324252627282930>>...93

/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dgennorm2.cpp242 char *line = &lineString.front(); in parseFile() local
244 char *line = &lineString.at(0); in parseFile() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dread.c401 uint32_t line; in seekUntilEndOfComment() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duparse.cpp80 char line[10000]; in u_parseDelimitedFile() local
[all...]
H A Dwritesrc.cpp298 char line[100], line2[100], line3[100]; in usrc_writeUCPTrie() local
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.cpp76 const int line = left->fLine; in Convert() local
169 const int line = left->fLine; in Make() local
[all...]
H A DSkSLFunctionDefinition.cpp72 Convert(const Context& context, int line, const FunctionDeclaration& function, std::unique_ptr<Statement> body, bool builtin) Convert() argument
H A DSkSLSwitchStatement.cpp167 Convert(const Context& context, int line, bool isStatic, std::unique_ptr<Expression> value, ExpressionArray caseValues, StatementArray caseStatements, std::shared_ptr<SymbolTable> symbolTable) Convert() argument
227 Make(const Context& context, int line, bool isStatic, std::unique_ptr<Expression> value, StatementArray cases, std::shared_ptr<SymbolTable> symbolTable) Make() argument
H A DSkSLVariable.h45 Variable(int line, const Modifiers* modifiers, skstd::string_view name, const Type* type, in Variable() argument
/third_party/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp20 SkDLine line; member
34 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect() argument
65 SkDLine line; global() member
80 const SkDLine& line = oneOffs[index].line; testOneOffs() local
108 const SkDLine& line = lineConicTests[index].line; DEF_TEST() local
[all...]
H A DPathOpsCubicLineIntersectionTest.cpp18 SkDLine line; member
34 const SkDLine& line = failLineCubicTests[iIndex].line; in testFail() local
103 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect() argument
136 const SkDLine& line = lineCubicTests[iIndex].line; testOne() local
202 const SkDLine& line = lineCubicTests[iIndex].line; DEF_TEST() local
[all...]
H A DPathOpsQuadLineIntersectionTest.cpp19 SkDLine line; member
33 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() argument
64 SkDLine line; global() member
90 const SkDLine& line = oneOffs[index].line; testOneOffs() local
118 const SkDLine& line = lineQuadTests[index].line; DEF_TEST() local
[all...]
H A DPathOpsQuadLineIntersectionThreadedTest.cpp18 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() argument
47 testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, const SkDLine& line, const double x, const double y) testLineIntersect() argument
105 SkDLine line = {{{x - h, y - v}, {x, y}}}; testQuadLineIntersectMain() local
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Ddraw_diff.cc33 ScanLine line = new uint8_t[*width]; in ReadPGM() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-indic-table.py51 line = line[:j] variable
H A Dhb-ot-cff2-table.cc75 static void line (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt1) in line() function
181 static void line (cff2_cs_interp_env_t &env, cff2_path_param_t& param, const point_t &pt1) in line() function
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dview-cairo.hh75 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i); in finish() local
126 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i); in render() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp208 dbgs() << " at " << file << ":" << line; in llvm_unreachable_internal() local
199 llvm_unreachable_internal(const char *msg, const char *file, unsigned line) llvm_unreachable_internal() argument
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc201 auto& line = src.file_content->lines[line_num - 1]; in format() local
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dsource.h66 size_t line = 0; member in tint::Source::Location
[all...]
/third_party/skia/third_party/externals/tint/src/writer/
H A Dtext_generator.cc77 void TextGenerator::TextBuffer::Append(const std::string& line) { in Append() argument
81 void TextGenerator::TextBuffer::Insert(const std::string& line, in Insert() argument
[all...]
H A Dtext_generator.h216 LineWriter line() { return LineWriter(current_buffer_); } line() function in tint::writer::TextGenerator
221 static LineWriter line(TextBuffer* buffer) { return LineWriter(buffer); } line() function in tint::writer::TextGenerator
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Dtextbox.c324 char *line; in print_line() local
353 static char line[MAX_LEN + 1]; get_line() local
[all...]
/third_party/toybox/lib/
H A Dlinestack.c45 void linestack_insert(struct linestack **lls, long pos, char *line, long len) in linestack_insert() argument
61 void linestack_append(struct linestack **lls, char *line) in linestack_append() argument
76 char *line = 0; in linestack_load() local
[all...]
H A Dpassword.c89 static char *get_nextcolon(char *line, int cnt) in get_nextcolon() argument
111 *sfx = NULL, *line = NULL; in update_password() local
[all...]
/third_party/toybox/toys/lsb/
H A Dmd5sum.c348 static int do_c_line(char *line) in do_c_line() argument
390 char *line = 0; in do_c_file() local
[all...]

Completed in 13 milliseconds

1...<<21222324252627282930>>...93