Home | History | Annotate | Download | only in libtests

Lines Matching refs:fix

244 fix(double d)
2284 * TODO: fix this in libpng
2949 g = fix(gammad);
2990 me->wx = fix(chromaticity_x(white));
2991 me->wy = fix(chromaticity_y(white));
2993 me->rx = fix(chromaticity_x(encoding->red));
2994 me->ry = fix(chromaticity_y(encoding->red));
2995 me->gx = fix(chromaticity_x(encoding->green));
2996 me->gy = fix(chromaticity_y(encoding->green));
2997 me->bx = fix(chromaticity_x(encoding->blue));
2998 me->by = fix(chromaticity_y(encoding->blue));
4717 !(trans_alpha != NULL && num == 0)) /* TODO: fix this in libpng. */
6785 * channel. In addition, after the bug fix in 1.7.0, there is no longer
7317 data.red_to_set = fix(data.red_coefficient);
7318 data.green_to_set = fix(data.green_coefficient);
7361 * will trigger the error check in transform_range_check. Fix that
8934 const png_fixed_point g = fix(sg);
8952 png_fixed_point f = fix(dp->file_gamma);
8969 png_fixed_point s = fix(dp->screen_gamma);
8970 png_fixed_point f = fix(dp->file_gamma);
8982 const png_fixed_point g = fix(bg);
9861 /* TODO: FIX THIS: MAJOR BUG! If the transformations all happen inside
11303 * TODO: fix this