Searched refs:gDstConfig (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DBlitRowTest.cpp109 static const SkBitmap::Config gDstConfig[] = { local
135 for (size_t i = 0; i < SK_ARRAY_COUNT(gDstConfig); i++) {
137 dstBM.setConfig(gDstConfig[i], W, 1);
202 static const SkBitmap::Config gDstConfig[] = { local
222 for (size_t i = 0; i < SK_ARRAY_COUNT(gDstConfig); i++) {
224 dstBM0.setConfig(gDstConfig[i], W, H);
225 dstBM1.setConfig(gDstConfig[i], W, H);
260 gConfigName[gDstConfig[i]], bgColor, dither, alpha, c);

Completed in 70 milliseconds