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

/external/skia/tests/
H A DBlitRowTest.cpp102 static const SkBitmap::Config gDstConfig[] = { local
128 for (size_t i = 0; i < SK_ARRAY_COUNT(gDstConfig); i++) {
130 dstBM.setConfig(gDstConfig[i], W, 1);
196 static const SkBitmap::Config gDstConfig[] = { local
215 for (size_t i = 0; i < SK_ARRAY_COUNT(gDstConfig); i++) {
217 dstBM0.setConfig(gDstConfig[i], W, H);
218 dstBM1.setConfig(gDstConfig[i], W, H);
253 gConfigName[gDstConfig[i]], bgColor, dither, alpha, c);

Completed in 343 milliseconds