Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkICC.cpp17 static constexpr char kDescriptionTagBodyPrefix[12] = variable
23 sizeof(kDescriptionTagBodyPrefix) + 2 * sizeof(SkMD5::Digest), "");
283 memcpy(dst, kDescriptionTagBodyPrefix, sizeof(kDescriptionTagBodyPrefix)); in get_color_profile_tag()
289 char* ptr = dst + sizeof(kDescriptionTagBodyPrefix); in get_color_profile_tag()
/external/skqp/src/core/
DSkICC.cpp17 static constexpr char kDescriptionTagBodyPrefix[12] = variable
23 sizeof(kDescriptionTagBodyPrefix) + 2 * sizeof(SkMD5::Digest), "");
278 strncpy(dst, kDescriptionTagBodyPrefix, sizeof(kDescriptionTagBodyPrefix)); in get_color_profile_tag()
285 char* ptr = dst + sizeof(kDescriptionTagBodyPrefix); in get_color_profile_tag()