Searched defs:gExt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSampleEncode.cpp94 // types to encode into. Can be at most these 3. Must match up with gExt[]
101 static const char* const gExt[] = { variable
127 __FILE__, __LINE__,gConfigLabels[i], gExt[j]);
133 __FILE__, __LINE__,gConfigLabels[i], gExt[j]);
201 __FILE__, __LINE__,gConfigLabels[i], gExt[j]);
217 for (size_t j = 0; j < SK_ARRAY_COUNT(gExt); j++) {
218 canvas->drawText(gExt[j], strlen(gExt[j]), x, y, paint);
/external/skia/samplecode/
H A DSampleEncode.cpp94 // types to encode into. Can be at most these 3. Must match up with gExt[]
101 static const char* const gExt[] = { variable
127 __FILE__, __LINE__,gConfigLabels[i], gExt[j]);
133 __FILE__, __LINE__,gConfigLabels[i], gExt[j]);
201 __FILE__, __LINE__,gConfigLabels[i], gExt[j]);
217 for (size_t j = 0; j < SK_ARRAY_COUNT(gExt); j++) {
218 canvas->drawText(gExt[j], strlen(gExt[j]), x, y, paint);

Completed in 47 milliseconds