/external/pdfium/third_party/libpng16/ |
D | pngset.c | 383 int unit, png_const_charp swidth, png_const_charp sheight) in png_set_sCAL_s() argument 398 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 || in png_set_sCAL_s() 399 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) in png_set_sCAL_s() 422 memcpy(info_ptr->scal_s_width, swidth, lengthw); in png_set_sCAL_s() 464 char swidth[PNG_sCAL_MAX_DIGITS+1]; in png_set_sCAL() local 467 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width, in png_set_sCAL() 472 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight); in png_set_sCAL() 494 char swidth[PNG_sCAL_MAX_DIGITS+1]; in png_set_sCAL_fixed() local 497 png_ascii_from_fixed(png_ptr, swidth, (sizeof swidth), width); in png_set_sCAL_fixed() 500 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight); in png_set_sCAL_fixed()
|
D | png.h | 2192 png_charpp swidth, png_charpp sheight)); 2201 png_const_charp swidth, png_const_charp sheight));
|
/external/u-boot/lib/efi_loader/ |
D | efi_gop.c | 90 efi_uintn_t i, j, linelen, slineoff = 0, dlineoff, swidth, dwidth; in gop_blt_int() local 140 swidth = linelen; in gop_blt_int() 144 swidth = gopobj->info.width; in gop_blt_int() 149 swidth = 0; in gop_blt_int() 166 slineoff = swidth * sy; in gop_blt_int() 207 slineoff += swidth; in gop_blt_int()
|
/external/libpng/ |
D | pngset.c | 431 int unit, png_const_charp swidth, png_const_charp sheight) in png_set_sCAL_s() argument 446 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 || in png_set_sCAL_s() 447 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw)) in png_set_sCAL_s() 470 memcpy(info_ptr->scal_s_width, swidth, lengthw); in png_set_sCAL_s() 512 char swidth[PNG_sCAL_MAX_DIGITS+1]; in png_set_sCAL() local 515 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width, in png_set_sCAL() 520 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight); in png_set_sCAL() 542 char swidth[PNG_sCAL_MAX_DIGITS+1]; in png_set_sCAL_fixed() local 545 png_ascii_from_fixed(png_ptr, swidth, (sizeof swidth), width); in png_set_sCAL_fixed() 548 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight); in png_set_sCAL_fixed()
|
D | png.h | 2198 png_charpp swidth, png_charpp sheight)); 2207 png_const_charp swidth, png_const_charp sheight));
|
/external/python/cpython2/Mac/Modules/ |
D | MacOS.c | 512 short xpos, ypos, width, height, swidth, sheight; in MacOS_splash() 528 swidth = qd.screenBits.bounds.right - qd.screenBits.bounds.left; in MacOS_splash() 530 xpos = (swidth-width)/2; in MacOS_splash()
|
/external/freetype/src/bdf/ |
D | bdf.h | 151 unsigned short swidth; /* Scalable width. */ member
|
D | bdflib.c | 1636 glyph->swidth = (unsigned short)_bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs() 1657 glyph->swidth = (unsigned short)FT_MulDiv( in _bdf_parse_glyphs() 1713 if ( sw != glyph->swidth ) in _bdf_parse_glyphs() 1715 glyph->swidth = sw; in _bdf_parse_glyphs()
|
/external/syzkaller/sys/linux/ |
D | filesystem.txt | 182 swidth fs_opt_hex["swidth", int32]
|