Searched refs:pixelset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c685 double pixelset = get_matrix_horizontal_component(vals->pixel_matrix); local in function:compute_xform_matrix
687 if (pixel < EPS || pixelset < EPS) return 0;
690 xform[0] = dx / pixelset;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c682 double pixelset = get_matrix_horizontal_component(vals->pixel_matrix); local in function:compute_xform_matrix
684 if (pixel < EPS || pixelset < EPS) return 0;
687 xform[0] = dx / pixelset;

Completed in 7 milliseconds