Home | History | Annotate | Download | only in core

Lines Matching refs:clutBytes

618     uint32_t clutBytes;
619 if (!safe_mul(numEntries, precision, &clutBytes)) {
624 if (len < clutBytes) {
625 SkColorSpacePrintf("Color LUT tag is too small (%d / %d bytes).\n", len, clutBytes);