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
88 const char* name = gColorTypeNames[src.colorType()];
101 const char* name = gColorTypeNames[fDst[i].colorType()];
H A Dtilemodes_scaled.cpp92 static const char* gColorTypeNames[] = { "8888" , "565", "4444" }; variable
156 str.printf("%s, %s", gColorTypeNames[i], gFilterNames[j]);
/external/skia/src/core/
H A DSkBitmap.cpp1328 static const char* gColorTypeNames[kLastEnum_SkColorType + 1] = { local
1333 gColorTypeNames[this->colorType()]);

Completed in 175 milliseconds