Searched defs:toStr (Results 1 – 3 of 3) sorted by relevance
520 toStr = toUnicode variable in NameRecord
354 auto toStr = [](bool array) { return array ? "an array" : "a scalar"; }; in checkGetValidity() local
402 SkString GrBackendFormat::toStr() const { in toStr() function in GrBackendFormat