Home
last modified time | relevance | path

Searched refs:kProfileLength (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pdf/
DSkPDFDocument.cpp366 const size_t kProfileLength = 3212; in SkSrgbIcm() local
367 static_assert(kProfileLength == sizeof(kProfile) - 1, ""); in SkSrgbIcm()
368 return SkData::MakeWithoutCopy(kProfile, kProfileLength); in SkSrgbIcm()