Lines Matching defs:glyphs
80 SkUnichar glyphs[kWordLength];
82 this->createRandomWord(glyphs);
86 (const char*)glyphs,
98 void createRandomWord(SkUnichar glyphs[kWordLength]) {
100 glyphs[i] = fRand.nextRangeU(0x4F00, 0x9FA0);
192 SkUnichar glyphs[45];
199 this->createRandomLine(glyphs, currentLineLength);
202 (const char*)glyphs,
216 void createRandomLine(SkUnichar glyphs[45], int lineLength) {
218 glyphs[i] = fRand.nextRangeU(0x4F00, 0x9FA0);