Home
last modified time | relevance | path

Searched refs:MakeUnscoped (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLBlock.h38 // MakeUnscoped will return the Statement as-is. For an empty Block, MakeUnscoped returns Nop.
39 static std::unique_ptr<Statement> MakeUnscoped(int line, StatementArray statements);
H A DSkSLBlock.cpp15 std::unique_ptr<Statement> Block::MakeUnscoped(int line, StatementArray statements) { in MakeUnscoped() function in SkSL::Block
/third_party/skia/src/sksl/dsl/
H A DDSLStatement.cpp91 return DSLStatement(SkSL::Block::MakeUnscoped(line, std::move(stmts))); in operator ,()
H A DDSLCore.cpp162 return SkSL::Block::MakeUnscoped(pos.line(), std::move(statements)); in Declare()
/third_party/skia/src/sksl/dsl/priv/
H A DDSLWriter.cpp108 existing.fStatement = SkSL::Block::MakeUnscoped(/*line=*/-1, std::move(stmts)); in AddVarDeclaration()

Completed in 4 milliseconds