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

/external/chromium_org/third_party/skia/gm/
H A Dbitmapcopy.cpp12 static const char* gColorTypeNames[] = { member in namespace:skiagm
88 const char* name = gColorTypeNames[src.colorType()];
101 const char* name = gColorTypeNames[fDst[i].colorType()];
H A Dtilemodes_scaled.cpp100 static const char* gColorTypeNames[] = { "8888" , "565", "4444" }; variable
164 str.printf("%s, %s", gColorTypeNames[i], gFilterNames[j]);
/external/skia/gm/
H A Dbitmapcopy.cpp12 static const char* gColorTypeNames[] = { member in namespace:skiagm
86 const char* name = gColorTypeNames[src.colorType()];
99 const char* name = gColorTypeNames[fDst[i].colorType()];
H A Dtilemodes_scaled.cpp100 static const char* gColorTypeNames[] = { "8888" , "565", "4444" }; variable
162 str.printf("%s, %s", gColorTypeNames[i], gFilterNames[j]);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap.cpp1343 static const char* gColorTypeNames[kLastEnum_SkColorType + 1] = { local
1348 gColorTypeNames[this->colorType()]);
/external/skia/src/core/
H A DSkBitmap.cpp1389 static const char* gColorTypeNames[kLastEnum_SkColorType + 1] = { local
1394 gColorTypeNames[this->colorType()]);

Completed in 209 milliseconds