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

/external/chromium_org/third_party/skia/tests/
H A DBlitRowTest.cpp103 static const SkColorType gDstColorType[] = { local
126 for (size_t i = 0; i < SK_ARRAY_COUNT(gDstColorType); i++) {
127 SkImageInfo info = SkImageInfo::Make(W, 1, gDstColorType[i],
194 static const SkColorType gDstColorType[] = { local
214 for (size_t i = 0; i < SK_ARRAY_COUNT(gDstColorType); i++) {
215 info = info.makeColorType(gDstColorType[i]);
252 gColorTypeName[gDstColorType[i]], bgColor, dither,
/external/skia/tests/
H A DBlitRowTest.cpp103 static const SkColorType gDstColorType[] = { local
126 for (size_t i = 0; i < SK_ARRAY_COUNT(gDstColorType); i++) {
127 SkImageInfo info = SkImageInfo::Make(W, 1, gDstColorType[i],
194 static const SkColorType gDstColorType[] = { local
214 for (size_t i = 0; i < SK_ARRAY_COUNT(gDstColorType); i++) {
215 info.fColorType = gDstColorType[i];
252 gColorTypeName[gDstColorType[i]], bgColor, dither,

Completed in 48 milliseconds