Searched defs:swidth (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/bdf/
H A Dbdf.h151 unsigned short swidth; /* Scalable width. */ member in struct:bdf_glyph_t_
/external/pdfium/third_party/libpng16/
H A Dpngset.c383 int unit, png_const_charp swidth, png_const_charp sheight)
398 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 ||
399 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
422 memcpy(info_ptr->scal_s_width, swidth, lengthw);
464 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
467 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width,
472 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheigh
382 png_set_sCAL_s(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_const_charp swidth, png_const_charp sheight) argument
494 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
[all...]
/external/syslinux/com32/lib/libpng/
H A Dpngset.c382 int unit, png_charp swidth, png_charp sheight)
393 length = png_strlen(swidth) + 1;
403 png_memcpy(info_ptr->scal_s_width, swidth, (png_size_t)length);
381 png_set_sCAL_s(png_structp png_ptr, png_infop info_ptr, int unit, png_charp swidth, png_charp sheight) argument
H A Dpngrutil.c1793 png_charp swidth, sheight; local
1849 swidth = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1);
1850 if (swidth == NULL)
1857 png_memcpy(swidth, ep, (png_size_t)png_strlen(ep));
1869 png_free(png_ptr, swidth);
1884 png_free(png_ptr, swidth);
1897 png_free(png_ptr, swidth);
1915 png_free(png_ptr, swidth);
1926 png_set_sCAL_s(png_ptr, info_ptr, png_ptr->chunkdata[0], swidth, sheight);
1933 png_free(png_ptr, swidth);
[all...]
/external/libpng/
H A Dpngset.c431 int unit, png_const_charp swidth, png_const_charp sheight)
446 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 ||
447 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
470 memcpy(info_ptr->scal_s_width, swidth, lengthw);
512 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
515 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width,
520 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheigh
430 png_set_sCAL_s(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_const_charp swidth, png_const_charp sheight) argument
542 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
[all...]
/external/syslinux/core/fs/xfs/
H A Dxfs_fs.h169 uint32_t swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom_v1
195 uint32_t swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom
/external/syslinux/extlinux/
H A Dxfs_fs.h169 uint32_t swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom_v1
195 uint32_t swidth; /* stripe width, fsblocks */ member in struct:xfs_fsop_geom

Completed in 1581 milliseconds