| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/ |
| H A D | opt.cpp | 566 std::string line; in ReadFlagsFromFile() local [all...] |
| /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() argument 204 const ParagraphLayout::Line *line; in breakLines() local 235 const ParagraphLayout::Line *line in draw() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
| H A D | uperf.cpp | 221 const UChar* line=NULL; in getLines() local
|
| /third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
| H A D | escapesrc.cpp | 320 const char *line = linestr.c_str(); in fixLine() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/gendict/ |
| H A D | gendict.cpp | 225 const UChar *line = ucbuf_readline(f, &lineLength, errorCode); in readLine() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | pkg_gencmn.cpp | 123 char *line; in createCommonDataFile() local [all...] |
| H A D | ppucd.cpp | 115 char *line=lines[lineIndex]; in readLine() local [all...] |
| H A D | ucmstate.cpp | 207 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 D | daemon.c | 42 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 D | SkReduceOrder.cpp | 10 int SkReduceOrder::reduce(const SkDLine& line) { in reduce() argument [all...] |
| H A D | SkDLineIntersection.cpp | 34 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 D | SkDCubicLineIntersection.cpp | 420 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 D | SkDQuadLineIntersection.cpp | 425 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 D | SkDConicLineIntersection.cpp | 349 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 D | SkSLType.cpp | 332 StructType(int line, skstd::string_view name, std::vector<Field> fields) in StructType() argument [all...] |
| H A D | SkSLFunctionDeclaration.cpp | 50 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 D | SkSLSwizzle.cpp | 283 const int line = base->fLine; in Convert() local 455 int line = expr->fLine; Make() local [all...] |
| H A D | SkSLExpression.h | 69 Expression(int line, Kind kind, const Type* type) in Expression() argument
|
| /third_party/skia/src/xml/ |
| H A D | SkXMLParser.cpp | 171 int line = XML_GetCurrentLineNumber(ctx.fXMLParser); in parse() local
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLConstantFolder.cpp | 179 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 D | PathOpsTestCommon.cpp | 284 bool ValidLine(const SkDLine& line) { in ValidLine() argument
|
| /third_party/openssl/test/ |
| H A D | danetest.c | 293 char *line; in test_tlsafile() local
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| H A D | ftdebug.c | 131 FT_Throw( FT_Error error, int line, const char* file ) FT_Throw() argument
|
| /third_party/skia/third_party/externals/freetype/src/pfr/ |
| H A D | pfrsbit.c | 40 FT_Byte* line; /* current line start */ member [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | gen-use-table.py | 36 line = line.rstrip() variable 49 line = line[:j] variable [all...] |