Home | History | Annotate | Download | only in gm

Lines Matching refs:gText

16 static const char gText[] = "Hello";
19 //static const char gText[] = "??????";
20 //static const char gText[] = {0xE3,0x80,0x8C, 0xE3,0x83,0x86, 0xE3,0x82,0xB9, 0xE3,0x83,0x88, 0xE3,0x80,0x82, 0xE3,0x80,0x8D, 0x0};
23 //static const char gText[] = "??????";
24 //static const char gText[] = {0xEF,0xB9,0x81, 0xE3,0x83,0x86, 0xE3,0x82,0xB9, 0xE3,0x83,0x88, 0xEF,0xB8,0x92, 0xEF,0xB9,0x82, 0x0};
26 static const size_t gLen = sizeof(gText) - sizeof(gText[0]);
64 SkScalar total = paint.measureText(gText, gLen);
76 int numChars = paint.getTextWidths(gText, gLen, adv, NULL);
101 canvas->drawText(gText, gLen, x, y, paint);
105 canvas->drawText(gText, gLen, x, y, paint);