Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkICC.cpp445 static uint8_t* string_copy_ascii_to_utf16be(uint8_t* dst, const char* src, size_t count) { in string_copy_ascii_to_utf16be() function
475 ptr = string_copy_ascii_to_utf16be(ptr, colorProfileTag, kICCDescriptionTagSize); in WriteToICC()