Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkICC.cpp145 static constexpr char kDescriptionTagBodyPrefix[12] = variable
151 sizeof(kDescriptionTagBodyPrefix) + 2 * sizeof(SkMD5::Digest), "");
410 strncpy(dst, kDescriptionTagBodyPrefix, sizeof(kDescriptionTagBodyPrefix)); in get_color_profile_tag()
422 char* ptr = dst + sizeof(kDescriptionTagBodyPrefix); in get_color_profile_tag()