Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLBlock.h28 , fIsScope(isScope) {} in INHERITED()
50 return fIsScope; in isScope()
54 fIsScope = isScope; in setIsScope()
80 bool fIsScope; variable
DSkSLBlock.cpp75 if (fIsScope) { in description()
82 result += fIsScope ? "\n}\n" : "\n"; in description()