Lines Matching refs:get_measurement
730 if ((width = get_measurement(fp)) < 0.0f) in get_custom_size()
733 if ((length = get_measurement(fp)) < 0.0f) in get_custom_size()
736 if ((left = get_measurement(fp)) < 0.0f) in get_custom_size()
739 if ((bottom = get_measurement(fp)) < 0.0f) in get_custom_size()
742 if ((right = get_measurement(fp)) < 0.0f) in get_custom_size()
745 if ((top = get_measurement(fp)) < 0.0f) in get_custom_size()
1468 ppdcSource::get_measurement(ppdcFile *fp) in get_measurement() function in ppdcSource
1911 if ((width = get_measurement(fp)) < 0.0f) in get_size()
1914 if ((length = get_measurement(fp)) < 0.0f) in get_size()
2984 d->left_margin = get_measurement(fp); in scan_file()
2985 d->bottom_margin = get_measurement(fp); in scan_file()
2986 d->right_margin = get_measurement(fp); in scan_file()
2987 d->top_margin = get_measurement(fp); in scan_file()
3075 get_measurement(fp); in scan_file()
3076 get_measurement(fp); in scan_file()
3080 d->max_width = get_measurement(fp); in scan_file()
3081 d->max_length = get_measurement(fp); in scan_file()
3167 get_measurement(fp); in scan_file()
3168 get_measurement(fp); in scan_file()
3172 d->min_width = get_measurement(fp); in scan_file()
3173 d->min_length = get_measurement(fp); in scan_file()