Searched refs:read_curve (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/skcms/ |
D | skcms.cc | 565 static bool read_curve(const uint8_t* buf, uint32_t size, in read_curve() function 765 if (!read_curve(buf + curve_offset, size - curve_offset, &curves[i], &curve_bytes)) { in read_curves() 1291 if (!read_curve(kTRC.buf, kTRC.size, &profile->trc[0], nullptr)) { in skcms_ParseWithA2BPriority() 1310 if (!read_curve(rTRC.buf, rTRC.size, &profile->trc[0], nullptr) || in skcms_ParseWithA2BPriority() 1311 !read_curve(gTRC.buf, gTRC.size, &profile->trc[1], nullptr) || in skcms_ParseWithA2BPriority() 1312 !read_curve(bTRC.buf, bTRC.size, &profile->trc[2], nullptr)) { in skcms_ParseWithA2BPriority()
|