Searched refs:x_out (Results 1 – 4 of 4) sorted by relevance
232 int x_out; in ImportRow() local236 for (x_out = 0; x_out < dst_width; ++x_out) { in ImportRow()244 frow[x_out] = (sum + base) * dst_width - frac; in ImportRow()250 for (x_out = 0; x_out < dst_width; ++x_out) { in ImportRow()256 frow[x_out] = right * (dst_width - 1) + (left - right) * x_accum; in ImportRow()261 for (x_out = 0; x_out < dst_width; ++x_out) { in ImportRow()262 irow[x_out] += frow[x_out]; in ImportRow()268 int x_out; in ExportRow() local269 for (x_out = 0; x_out < dst_width; ++x_out) { in ExportRow()270 const int frac = MULT(frow[x_out], yscale); in ExportRow()[all …]
28 FT_Pos x_out,43 ax = x_out;51 ax = x_out + x_in;66 FT_Pos x_out,72 delta = x_in * y_out - y_in * x_out;
454 int x_out; in ImportRow() local458 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ImportRow()466 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac; in ImportRow()473 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ImportRow()479 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum; in ImportRow()484 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ImportRow()485 wrk->irow[x_out] += wrk->frow[x_out]; in ImportRow()490 int x_out; in ExportRow() local493 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ExportRow()494 const int frac = MULT(wrk->frow[x_out], yscale); in ExportRow()[all …]
939 FT_Pos x_out, in psh_corner_is_flat() argument954 ax = x_out; in psh_corner_is_flat()962 ax = x_out + x_in; in psh_corner_is_flat()