Home
last modified time | relevance | path

Searched defs:line (Results 1051 - 1075 of 2351) sorted by relevance

1...<<41424344454647484950>>...95

/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dppucd.cpp115 char *line=lines[lineIndex]; in readLine() local
[all...]
H A Ducmstate.cpp207 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) ucm_parseHeaderLine() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Ddaemon.c42 spdyf_panic_std(void *cls, const char *file, unsigned int line, const char *reason) spdyf_panic_std() argument
/third_party/skia/src/pathops/
H A DSkReduceOrder.cpp10 int SkReduceOrder::reduce(const SkDLine& line) { in reduce() argument
[all...]
H A DSkDLineIntersection.cpp34 void SkIntersections::computePoints(const SkDLine& line, int used) { in computePoints() argument
183 static int horizontal_coincident(const SkDLine& line, double y) { in horizontal_coincident() argument
199 HorizontalIntercept(const SkDLine& line, double y) HorizontalIntercept() argument
204 horizontal(const SkDLine& line, double left, double right, double y, bool flipped) horizontal() argument
261 vertical_coincident(const SkDLine& line, double x) vertical_coincident() argument
277 VerticalIntercept(const SkDLine& line, double x) VerticalIntercept() argument
282 vertical(const SkDLine& line, double top, double bottom, double x, bool flipped) vertical() argument
[all...]
H A DSkDCubicLineIntersection.cpp420 SkDLine line = {{{ left, y }, { right, y }}}; horizontal() local
427 SkDLine line = {{{ x, top }, { x, bottom }}}; vertical() local
432 intersect(const SkDCubic& cubic, const SkDLine& line) intersect() argument
438 intersectRay(const SkDCubic& cubic, const SkDLine& line) intersectRay() argument
[all...]
H A DSkDQuadLineIntersection.cpp425 SkDLine line = {{{ left, y }, { right, y }}}; horizontal() local
432 SkDLine line = {{{ x, top }, { x, bottom }}}; vertical() local
437 intersect(const SkDQuad& quad, const SkDLine& line) intersect() argument
443 intersectRay(const SkDQuad& quad, const SkDLine& line) intersectRay() argument
[all...]
H A DSkDConicLineIntersection.cpp349 SkDLine line = {{{ left, y }, { right, y }}}; in horizontal() local
356 SkDLine line = {{{ x, top }, { x, bottom }}}; in vertical() local
361 int SkIntersections::intersect(const SkDConic& conic, const SkDLine& line) { in intersect() argument
367 int SkIntersections::intersectRay(const SkDConic& conic, const SkDLine& line) { in intersectRay() argument
/third_party/skia/src/sksl/ir/
H A DSkSLType.cpp332 StructType(int line, skstd::string_view name, std::vector<Field> fields) in StructType() argument
[all...]
H A DSkSLFunctionDeclaration.cpp50 static bool check_return_type(const Context& context, int line, const Type& returnType) { in check_return_type() argument
136 static bool check_main_signature(const Context& context, int line, const Type& returnType, in check_main_signature() argument
34 check_modifiers(const Context& context, int line, const Modifiers& modifiers) check_modifiers() argument
233 find_existing_declaration(const Context& context, SymbolTable& symbols, int line, skstd::string_view name, std::vector<std::unique_ptr<Variable>>& parameters, const Type* returnType, const FunctionDeclaration** outExistingDecl) find_existing_declaration() argument
307 FunctionDeclaration(int line, const Modifiers* modifiers, skstd::string_view name, std::vector<const Variable*> parameters, const Type* returnType, bool builtin) FunctionDeclaration() argument
322 Convert( const Context& context, SymbolTable& symbols, int line, const Modifiers* modifiers, skstd::string_view name, std::vector<std::unique_ptr<Variable>> parameters, const Type* returnType) Convert() argument
[all...]
H A DSkSLSwizzle.cpp283 const int line = base->fLine; in Convert() local
455 int line = expr->fLine; Make() local
[all...]
H A DSkSLExpression.h69 Expression(int line, Kind kind, const Type* type) in Expression() argument
/third_party/skia/src/xml/
H A DSkXMLParser.cpp171 int line = XML_GetCurrentLineNumber(ctx.fXMLParser); in parse() local
/third_party/skia/src/sksl/
H A DSkSLConstantFolder.cpp179 static bool error_on_divide_by_zero(const Context& context, int line, Operator op, in error_on_divide_by_zero() argument
306 static std::unique_ptr<Expression> fold_float_expression(int line, in fold_float_expression() argument
320 static std::unique_ptr<Expression> fold_int_expression(int line, in fold_int_expression() argument
333 Simplify(const Context& context, int line, const Expression& leftExpr, Operator op, const Expression& rightExpr, const Type& resultType) Simplify() argument
[all...]
/third_party/skia/tests/
H A DPathOpsTestCommon.cpp284 bool ValidLine(const SkDLine& line) { in ValidLine() argument
/third_party/openssl/test/
H A Ddanetest.c293 char *line; in test_tlsafile() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdebug.c131 FT_Throw( FT_Error error, int line, const char* file ) FT_Throw() argument
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrsbit.c40 FT_Byte* line; /* current line start */ member
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-use-table.py36 line = line.rstrip() variable
49 line = line[:j] variable
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCCodeView.h75 void setLine(unsigned line) { Line = line; } in setLine() argument
42 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, unsigned line, unsigned column, bool prologueend, bool isstmt) MCCVLoc() argument
/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go
/third_party/skia/tools/
H A Dwin_dbghelp.cpp98 char line[1000]; in printCallstack() local
/third_party/toybox/kconfig/
H A Dconf.c35 static char line[128]; variable
[all...]
H A Dconfdata.c97 char line[1024]; in conf_read_simple() local
[all...]
/third_party/toybox/toys/pending/
H A Dbootchartd.c96 char *line = 0; in parse_config_file() local

Completed in 18 milliseconds

1...<<41424344454647484950>>...95