Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
DFuzzSkParagraph.cpp139 const std::u16string COMBINING_MIDDLE = u"\u0315\u031b\u0340\u0341\u0358\u0321\u0322\u0327\u0328\u0… variable
158 result += COMBINING_MIDDLE[mark_index % COMBINING_MIDDLE.size()]; in AddZalgoText()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1528 …std::u16string COMBINING_MIDDLE = u"\u0315\u031b\u0340\u0341\u0358\u0321\u0322\u0327\u0328\u0334\u… member in __anonc38a99130111::Zalgo
1546 result += randomMarks(COMBINING_MIDDLE); in zalgo()