Home
last modified time | relevance | path

Searched defs:skcms_ICCProfile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/modules/skcms/src/
H A Dskcms_public.h176 typedef struct skcms_ICCProfile { struct
177 const uint8_t* buffer;
179 uint32_t size;
180 uint32_t data_color_space;
181 uint32_t pcs;
182 uint32_t tag_count;
188 skcms_Curve trc[3];
213 } skcms_ICCProfile; argument
H A Dskcms_internals.h117 typedef struct skcms_ICCProfile skcms_ICCProfile; typedef