Searched refs:sk_image_new_from_encoded (Results 1 – 3 of 3) sorted by relevance
31 SK_API sk_image_t* sk_image_new_from_encoded(const sk_data_t* encoded, const sk_irect_t* subset);
68 sk_image_t* img1 = sk_image_new_from_encoded(data, NULL); in sk_test_c_api()
230 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