Searched refs:NewWithoutCopy (Results 1 – 6 of 6) sorted by relevance
13 SkAutoTUnref<SkData> data(SkData::NewWithoutCopy(mem, size)); in decode_memory()
106 static SkData* NewWithoutCopy(const void* data, size_t length) { in NewWithoutCopy() function
37 SkAutoTUnref<SkData> data(SkData::NewWithoutCopy(encoded, length)); in store_encoded_to_file()
140 SkData::NewWithoutCopy(psInvert, strlen(psInvert))); in create_invert_function()
158 SkAutoTUnref<SkData> data(SkData::NewWithoutCopy(buffer, bytesRead)); in IsWbmp()
290 return SkData::NewWithoutCopy(src, size); in newFromParams()