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

/ast/src/lib/libtk/generic/
H A DtkCanvBmap.c725 int width, height, rowsAtOnce, rowsThisTime;
787 rowsAtOnce = 60000/width;
788 if (rowsAtOnce < 1) {
789 rowsAtOnce = 1;
793 for (curRow = 0; curRow < height; curRow += rowsAtOnce) {
794 rowsThisTime = rowsAtOnce;
714 int width, height, rowsAtOnce, rowsThisTime; local

Completed in 11 milliseconds