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

/external/skia/gm/
H A Dbitmapcopy.cpp12 static const char* gColorTypeNames[] = { member in namespace:skiagm
87 const char* name = gColorTypeNames[src.colorType()];
100 const char* name = gColorTypeNames[fDst[i].colorType()];
H A Dtilemodes_scaled.cpp85 const char* gColorTypeNames[] = { "8888" , "565", "4444" }; variable
147 str.printf("%s, %s", gColorTypeNames[i], gFilterNames[j]);
/external/skia/src/core/
H A DSkBitmap.cpp1101 static const char* gColorTypeNames[kLastEnum_SkColorType + 1] = { local
1106 gColorTypeNames[this->colorType()]);

Completed in 3735 milliseconds