Searched refs:profile (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.5.0/src/extra/libs/png/ |
D | lodepng.c | 3005 …png_assign_icc(LodePNGInfo* info, const char* name, const unsigned char* profile, unsigned profile… in lodepng_assign_icc() argument 3013 lodepng_memcpy(info->iccp_profile, profile, profile_size); in lodepng_assign_icc() 3019 unsigned lodepng_set_icc(LodePNGInfo* info, const char* name, const unsigned char* profile, unsigne… in lodepng_set_icc() argument 3023 return lodepng_assign_icc(info, name, profile, profile_size); in lodepng_set_icc() 5796 static unsigned isGrayICCProfile(const unsigned char* profile, unsigned size) { in isGrayICCProfile() argument 5807 return profile[16] == 'G' && profile[17] == 'R' && profile[18] == 'A' && profile[19] == 'Y'; in isGrayICCProfile() 5810 static unsigned isRGBICCProfile(const unsigned char* profile, unsigned size) { in isRGBICCProfile() argument 5813 return profile[16] == 'R' && profile[17] == 'G' && profile[18] == 'B' && profile[19] == ' '; in isRGBICCProfile()
|
D | lodepng.h | 619 unsigned lodepng_set_icc(LodePNGInfo* info, const char* name, const unsigned char* profile, unsigne…
|