Lines Matching refs:split
230 std::string split(depth, '\t');
231 desc += split + "\n SkVertices:{ \n";
232 desc += split + "\t fUniqueID: " + std::to_string(fUniqueID) + "\n";
236 desc += split + "\t fPositions: nullptr\n";
242 desc += split + "\t fTexs: nullptr\n";
246 desc += split + "\t fColors: " + std::to_string(*fColors) + "\n";
248 desc += split + "\t fColors: nullptr\n";
252 desc += split + "\t fIndices: " + std::to_string(*fIndices) + "\n";
254 desc += split + "\t fIndices: nullptr\n";
258 desc += split + "\t fVertexCount: " + std::to_string(fVertexCount) + "\n";
259 desc += split + "\t fIndexCount: " + std::to_string(fIndexCount) + "\n";
260 desc += split + "\t fMode: " + std::to_string(static_cast<int>(fMode)) + "\n";
261 desc += split + "}\n";