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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c538 int dataWidth, dataHeight;
746 if (Tcl_SplitList(interp, options.name, &dataHeight, &srcArgv)
754 for (y = 0; y < dataHeight; ++y) {
762 dataWidth * dataHeight * 3);
789 if (y < dataHeight || dataHeight == 0 || dataWidth == 0) {
793 if (y < dataHeight) {
806 options.toY2 = options.toY + dataHeight;
809 block.height = dataHeight;
535 int dataWidth, dataHeight; local

Completed in 25 milliseconds