Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCompiler.h240 std::vector<size_t> fErrorTextLength; variable
DSkSLCompiler.cpp904 fErrorTextLength.push_back(fErrorText.length()); in error()
910 fErrorText.resize(fErrorTextLength[c]); in setErrorCount()
911 fErrorTextLength.resize(c); in setErrorCount()