Lines Matching defs:swidth
362 int unit, png_const_charp swidth, png_const_charp sheight)
377 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 ||
378 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
400 memcpy(info_ptr->scal_s_width, swidth, lengthw);
441 char swidth[PNG_sCAL_MAX_DIGITS+1];
444 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width,
449 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight);
471 char swidth[PNG_sCAL_MAX_DIGITS+1];
474 png_ascii_from_fixed(png_ptr, swidth, (sizeof swidth), width);
477 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight);