Home
last modified time | relevance | path

Searched refs:ensureScopedBlocks (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/
DSkSLInliner.h109 void ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt);
DSkSLInliner.cpp253 void Inliner::ensureScopedBlocks(Statement* inlinedBody, Statement* parentStmt) { in ensureScopedBlocks() function in SkSL::Inliner
1174 this->ensureScopedBlocks(inlinedCall.fInlinedBody.get(), candidate.fParentStmt->get()); in analyze()