Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
SkSLGetLoopControlFlowInfo.cpp File Reference
#include "src/sksl/SkSLAnalysis.h"
#include "src/sksl/analysis/SkSLProgramVisitor.h"
#include "src/sksl/ir/SkSLIRNode.h"
#include "src/sksl/ir/SkSLStatement.h"

Go to the source code of this file.

Namespaces

namespace  SkSL
 
namespace  SkSL::Analysis
 

Functions

LoopControlFlowInfo SkSL::Analysis::GetLoopControlFlowInfo (const Statement &stmt)
 

Variable Documentation

◆ fDepth

int fDepth = 0

Definition at line 67 of file SkSLGetLoopControlFlowInfo.cpp.

◆ fResult

LoopControlFlowInfo fResult

Definition at line 66 of file SkSLGetLoopControlFlowInfo.cpp.