Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDocument.cpp261 static const char kProfile[] = in SkSrgbIcm() local
369 static_assert(kProfileLength == sizeof(kProfile) - 1, ""); in SkSrgbIcm()
370 return SkData::MakeWithoutCopy(kProfile, kProfileLength); in SkSrgbIcm()