Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp685 int flushPoint = -1; in flushEmittedCode() local
693 String toFlush = String(sksl.c_str(), flushPoint + 1); in flushEmittedCode()
705 String compacted = String(sksl.c_str() + flushPoint + 1, in flushEmittedCode()
706 tokenStart - flushPoint - 1); in flushEmittedCode()
714 flushPoint = -1; in flushEmittedCode()
720 flushPoint = i; in flushEmittedCode()