Searched refs:kProfileLength (Results 1 – 1 of 1) sorted by relevance
366 const size_t kProfileLength = 3212; in SkSrgbIcm() local367 static_assert(kProfileLength == sizeof(kProfile) - 1, ""); in SkSrgbIcm()368 return SkData::MakeWithoutCopy(kProfile, kProfileLength); in SkSrgbIcm()