Lines Matching defs:text
406 const char text[] = "abcdefgh";
407 SkGlyphRun run = make_run(len, glyphs, pos, font, clusters, strlen(text), text);
410 {&text[3], 1, 0, 1},
411 {&text[2], 1, 1, 2},
412 {&text[1], 1, 3, 1},
413 {&text[0], 1, 4, 1},
414 {&text[4], 1, 5, 2},
415 {&text[7], 1, 7, 1},
416 {&text[6], 1, 8, 2},
417 {&text[5], 1, 10, 1},
429 const char text[] = "Ha\xCC\x8A" "llo";
430 SkGlyphRun run = make_run(len, glyphs, pos, font, clusters, strlen(text), text);
433 {&text[0], 1, 0, 1},
434 {&text[1], 3, 1, 1},
435 {&text[4], 1, 2, 1},
436 {&text[5], 1, 3, 1},
437 {&text[6], 1, 4, 1},