Home
last modified time | relevance | path

Searched refs:gExt (Results 1 – 1 of 1) sorted by relevance

/external/skia/samplecode/
DSampleEncode.cpp102 static const char* const gExt[] = { variable
111 name->append(gExt[ext]); in make_name()
130 for (size_t j = 0; j < SK_ARRAY_COUNT(gExt); j++) { in EncodeView()
190 for (size_t j = 0; j < SK_ARRAY_COUNT(gExt); j++) { in onDrawContent()
212 for (size_t j = 0; j < SK_ARRAY_COUNT(gExt); j++) { in onDrawContent()
213 canvas->drawText(gExt[j], strlen(gExt[j]), x, y, paint); in onDrawContent()