Lines Matching refs:chrm
390 png_fixed_point chrm[8];
392 if (png_get_cHRM_fixed(png_ptr, info_ptr, &chrm[0], &chrm[1], &chrm[2], &chrm[3], &chrm[4],
393 &chrm[5], &chrm[6], &chrm[7]))
395 float rx = png_fixed_point_to_float(chrm[2]);
396 float ry = png_fixed_point_to_float(chrm[3]);
397 float gx = png_fixed_point_to_float(chrm[4]);
398 float gy = png_fixed_point_to_float(chrm[5]);
399 float bx = png_fixed_point_to_float(chrm[6]);
400 float by = png_fixed_point_to_float(chrm[7]);
401 float wx = png_fixed_point_to_float(chrm[0]);
402 float wy = png_fixed_point_to_float(chrm[1]);