24 static const char gStr[] =
"abcdefghimjklmnopqrstuvwxyz";
25 static const size_t gLen = strlen(gStr);
27 for (
int i = 0;
i < loops;
i++) {
28 for (
size_t j = 0; j <= gLen; j++) {
void writeString(const char *str, size_t len=(size_t) -1)
const char * onGetName() override
bool isSuitableFor(Backend backend) override
void onDraw(int loops, SkCanvas *) override