Searched refs:sk_image_new_from_encoded (Results 1 – 6 of 6) sorted by relevance
31 SK_API sk_image_t* sk_image_new_from_encoded(const sk_data_t* encoded);
31 SK_API sk_image_t* sk_image_new_from_encoded(const sk_data_t* encoded, const sk_irect_t* subset);
73 sk_image_t* img1 = sk_image_new_from_encoded(data, NULL); in sk_test_c_api()
73 sk_image_t* img1 = sk_image_new_from_encoded(data); in sk_test_c_api()
145 sk_image_t* sk_image_new_from_encoded(const sk_data_t* cdata, const sk_irect_t* subset) { in sk_image_new_from_encoded() function
149 sk_image_t* sk_image_new_from_encoded(const sk_data_t* cdata) { in sk_image_new_from_encoded() function