Home | History | Annotate | Download | only in utils

Lines Matching refs:gNames

1109     static const char* gNames[] = { "clamp", "repeat", "mirror" };
1110 SkASSERT((unsigned)mode < SK_ARRAY_COUNT(gNames));
1111 return gNames[mode];
1115 static const char* gNames[] = {
1118 SkASSERT((unsigned)t < SK_ARRAY_COUNT(gNames));
1119 return gNames[t];