Lines Matching +defs:text +defs:cache
66 std::u16string mirror(const std::string& text) { in mirror()
76 std::u16string straight(const std::string& text) { in straight()
201 const char* text = "Hello World Text Dialog"; in UNIX_ONLY_TEST() local
241 const char* text = "012 34"; in UNIX_ONLY_TEST() local
340 const char* text = "012 34"; in UNIX_ONLY_TEST() local
396 const char* text = "012 34"; in UNIX_ONLY_TEST() local
452 const char* text = "012 34"; in UNIX_ONLY_TEST() local
508 const char* text = "012 34"; in UNIX_ONLY_TEST() local
562 const char* text = "012 34"; in UNIX_ONLY_TEST() local
616 const char* text = "012 34"; in UNIX_ONLY_TEST() local
670 const char* text = "給能上目秘使"; in UNIX_ONLY_TEST() local
723 const char* text = "012 34"; in UNIX_ONLY_TEST() local
858 const char* text = "012 34"; in UNIX_ONLY_TEST() local
984 const char* text = "I am RED"; in UNIX_ONLY_TEST() local
1147 const char* text = "No TextStyle! Uh Oh!"; in UNIX_ONLY_TEST() local
1186 const char* text = "This is Red max bold text!"; in UNIX_ONLY_TEST() local
1232 const char* text = "01234満毎冠行来昼本可\nabcd\n満毎冠行来昼本可"; in UNIX_ONLY_TEST() local
1290 const char* text = "01234満毎冠行来昼本可\nabcd\n満毎冠行来昼本可"; in UNIX_ONLY_TEST() local
1351 const char* text = "Cookies need love"; in UNIX_ONLY_TEST() local
1444 const char* text = "01234満毎冠行来昼本可\nabcd\n満毎冠行来昼本可"; in UNIX_ONLY_TEST() local
1511 const char* text = "01234満毎冠行来昼本可\nabcd\n満毎冠行来昼本可"; in UNIX_ONLY_TEST() local
1574 const char* text = in UNIX_ONLY_TEST() local
1658 const char* text = in UNIX_ONLY_TEST() local
1745 const char* text = in UNIX_ONLY_TEST() local
1832 const char* text = in UNIX_ONLY_TEST() local
1920 const char* text = in UNIX_ONLY_TEST() local
1984 const char* text = in UNIX_ONLY_TEST() local
2054 const char* text = " leading space"; in UNIX_ONLY_TEST() local
2281 const char* text = in UNIX_ONLY_TEST() local
2330 const char* text = in UNIX_ONLY_TEST() local
2376 const char* text = "بمباركة التقليدية قام عن. تصفح يد "; in UNIX_ONLY_TEST() local
2427 const char* text = "Helloبمباركة التقليدية قام عن. تصفح يد "; in UNIX_ONLY_TEST() local
2475 const char* text = "Helloبمباركة التقليدية قام عن. تصفح يد "; in UNIX_ONLY_TEST() local
2521 const char* text = in UNIX_ONLY_TEST() local
2585 const char* text = in UNIX_ONLY_TEST() local
2681 const char* text = in UNIX_ONLY_TEST() local
2753 const char* text = in UNIX_ONLY_TEST() local
2875 const char* text = in UNIX_ONLY_TEST() local
2997 const char* text = in UNIX_ONLY_TEST() local
3120 const char* text = "ดีสวัสดีชาวโลกที่น่ารัก"; in UNIX_ONLY_TEST() local
3187 const char* text = "01234 "; // includes ideographic space and english space. in UNIX_ONLY_TEST() local
3281 const char* text = "01234\n"; in UNIX_ONLY_TEST() local
3343 const char* text = "01234 \n0123 "; // includes ideographic space and english space. in UNIX_ONLY_TEST() local
3445 const char* text = "Chinese 字典"; in UNIX_ONLY_TEST() local
3492 const char* text = "Chinese 字典"; in UNIX_ONLY_TEST() local
3532 const char* text = "12345 67890 12345 67890 12345 67890 12345 " in UNIX_ONLY_TEST() local
3691 const char* text = in UNIX_ONLY_TEST() local
3780 const char* text = in UNIX_ONLY_TEST() local
3821 const char* text = in UNIX_ONLY_TEST() local
3865 const char* text = in UNIX_ONLY_TEST() local
3926 const char* text = in UNIX_ONLY_TEST() local
3966 const char* text = in UNIX_ONLY_TEST() local
4075 const char* text = "Hello World Text Dialog"; in UNIX_ONLY_TEST() local
4113 const char* text = "Text Chunk "; in UNIX_ONLY_TEST() local
4183 const char* text = in UNIX_ONLY_TEST() local
4321 const char* text = "01234満毎冠p来É本可\nabcd\n満毎É行p昼本可"; in UNIX_ONLY_TEST() local
4426 const char* text = "01234ABCDEFGH\nabcd\nABCDEFGH"; in UNIX_ONLY_TEST() local
4534 const char* text = "01234満毎p行来昼本可\nabcd\n満毎冠行来昼本可"; in UNIX_ONLY_TEST() local
4640 const char* text = "01234満毎冠行来昼本可\nabcd\n満毎冠行来昼本可"; in UNIX_ONLY_TEST() local
4740 const char* text = "01234満毎冠行来昼本可\nabcd\n満毎冠行来昼本可"; in UNIX_ONLY_TEST() local
4803 const char* text = "12ab\n"; in UNIX_ONLY_TEST() local
4852 const char* text = "English English 字典 字典 "; in UNIX_ONLY_TEST() local
4884 const char* text = ""; in UNIX_ONLY_TEST() local
4923 const char* text = "p〠q"; in UNIX_ONLY_TEST() local
4964 ParagraphCache cache; in UNIX_ONLY_TEST() local
4976 auto test = [&](const char* text, int count, bool expectedToBeFound) { in UNIX_ONLY_TEST()
4999 ParagraphCache cache; in UNIX_ONLY_TEST() local
5010 const char* text = "text"; in UNIX_ONLY_TEST() local
5039 ParagraphCache cache; in UNIX_ONLY_TEST() local
5084 ParagraphCache cache; in UNIX_ONLY_TEST() local
5096 const char* text = "text"; in UNIX_ONLY_TEST() local
5155 const SkString text("null terminator ->\u0000<- on purpose did you see it?"); in UNIX_ONLY_TEST() local
5472 const char* text = "This\n" in UNIX_ONLY_TEST() local
5532 std::string text; in UNIX_ONLY_TEST() local
5564 const char* text = "Some text\nAnother line"; in UNIX_ONLY_TEST() local
5617 const char* text = "One line of text\n"; in UNIX_ONLY_TEST() local
5771 const char* text = " אאא בּבּבּבּ אאאא בּבּ אאא בּבּבּ אאאאא בּבּבּבּ אאאא בּבּבּבּבּ "; in UNIX_ONLY_TEST() local
5801 auto text = u"abc \u01A2 \u01A2 def"; in UNIX_ONLY_TEST() local
5832 SkString text(std::string(3000, 'a')); in UNIX_ONLY_TEST() local
5852 ParagraphCache cache; in UNIX_ONLY_TEST() local
5859 const char* text = in UNIX_ONLY_TEST() local
5877 auto test = [&](const char* test, const char* text, bool editing) { in UNIX_ONLY_TEST()
5884 auto cache = fontCollection->getParagraphCache(); in UNIX_ONLY_TEST() local
5922 auto draw = [&](TextHeightBehavior hb, const char* text, SkScalar height) { in UNIX_ONLY_TEST()
5961 SkPaint text; in UNIX_ONLY_TEST() local
5995 …std::u16string text = u"\U0001f469\u200D\U0001f469\u200D\U0001f467\u200D\U0001f467\U0001f469\U0001… in UNIX_ONLY_TEST() local
6049 auto paint = [&](const char* text) { in UNIX_ONLY_TEST()
6078 auto paint = [&](const char* text) { in UNIX_ONLY_TEST()
6107 const char* text = "1 23 456 7890"; // 13 * 50 = 650 in UNIX_ONLY_TEST() local
6263 auto test = [&](const char* text) { in UNIX_ONLY_TEST()
6307 auto test = [&](const char* text, int whitespaces) { in UNIX_ONLY_TEST()