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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c1123 INT32 *diffusion_workspace = NULL, *thisrow = NULL, local in function:ScaleBitmap
1192 thisrow = diffusion_workspace + 1;
1384 thisrow[col] / 16;
1398 thisrow[col + 1] += error * 7;
1409 nextrow[newWidth - 2] += thisrow[newWidth];
1414 nextrow = thisrow;
1415 thisrow = temp;
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c1120 INT32 *diffusion_workspace = NULL, *thisrow = NULL, local in function:ScaleBitmap
1189 thisrow = diffusion_workspace + 1;
1381 thisrow[col] / 16;
1395 thisrow[col + 1] += error * 7;
1406 nextrow[newWidth - 2] += thisrow[newWidth];
1411 nextrow = thisrow;
1412 thisrow = temp;

Completed in 6 milliseconds