Searched refs:swidth (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/native/sun/awt/libpng/ |
H A D | pngset.c | 357 int unit, png_const_charp swidth, png_const_charp sheight) 372 if (swidth == NULL || (lengthw = png_strlen(swidth)) == 0 || 373 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) 394 png_memcpy(info_ptr->scal_s_width, swidth, lengthw); 434 char swidth[PNG_sCAL_MAX_DIGITS+1]; local 437 png_ascii_from_fp(png_ptr, swidth, sizeof swidth, width, 442 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheigh 356 png_set_sCAL_s(png_structp png_ptr, png_infop info_ptr, int unit, png_const_charp swidth, png_const_charp sheight) argument 464 char swidth[PNG_sCAL_MAX_DIGITS+1]; local [all...] |
H A D | png.h | 2295 int *unit, png_charpp swidth, png_charpp sheight)); 2305 int unit, png_const_charp swidth, png_const_charp sheight));
|
/openjdk7/jdk/src/windows/classes/sun/awt/windows/ |
H A D | WEmbeddedFrame.java | 206 int sx, int sy, int swidth, int sheight, 205 printBand(long hdc, byte[] data, int offset, int sx, int sy, int swidth, int sheight, int dx, int dy, int dwidth, int dheight) argument
|
Completed in 4741 milliseconds