Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFDocument.cpp470 const size_t kProfileLength = 3212; in SkSrgbIcm() local
471 static_assert(kProfileLength == sizeof(kProfile) - 1, ""); in SkSrgbIcm()
472 return SkData::MakeWithoutCopy(kProfile, kProfileLength); in SkSrgbIcm()
/third_party/skia/src/pdf/
DSkPDFDocument.cpp494 const size_t kProfileLength = 3212; in SkSrgbIcm() local
495 static_assert(kProfileLength == sizeof(kProfile) - 1, ""); in SkSrgbIcm()
496 return SkData::MakeWithoutCopy(kProfile, kProfileLength); in SkSrgbIcm()