Home
last modified time | relevance | path

Searched refs:tstring (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dzht2.c474 ref *tstring; in dict_threshold_params() local
478 &tstring, ptproc); in dict_threshold_params()
482 check_read_type_only(*tstring, t_string); in dict_threshold_params()
483 if (r_size(tstring) != (long)ptp->width * ptp->height) in dict_threshold_params()
485 ptp->thresholds.data = tstring->value.const_bytes; in dict_threshold_params()
486 ptp->thresholds.size = r_size(tstring); in dict_threshold_params()
497 ref *tstring; in dict_threshold2_params() local
501 &tstring, ptproc); in dict_threshold2_params()
519 switch (r_type(tstring)) { in dict_threshold2_params()
521 size = r_size(tstring); in dict_threshold2_params()
[all …]