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

/external/harfbuzz_ng/util/
H A Dansi-print.cc46 #define CELL_W 8 macro
47 #define CELL_H (2 * CELL_W)
215 assert (bi.width <= CELL_W);
219 unsigned int col_sum[CELL_W] = {0};
221 unsigned int col_sum_i[CELL_W] = {0};
375 unsigned int cols = (width + CELL_W - 1) / CELL_W;
376 image_t cell (CELL_W, CELL_H);
377 biimage_t bi (CELL_W, CELL_H);
381 image.copy_sub_image (cell, col * CELL_W, ro
[all...]

Completed in 85 milliseconds