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

/external/skia/src/core/
H A DSkColorSpace_ICC.cpp609 uint32_t clutBytes; local
610 if (!safe_mul(numEntries, precision, &clutBytes)) {
615 if (len < clutBytes) {
616 SkColorSpacePrintf("Color LUT tag is too small (%d / %d bytes).\n", len, clutBytes);

Completed in 98 milliseconds