Searched refs:swidth (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libpng/ |
H A D | pngset.c | 431 int unit, png_const_charp swidth, png_const_charp sheight) in png_set_sCAL_s() 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, sheigh in png_set_sCAL() 430 png_set_sCAL_s(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_const_charp swidth, png_const_charp sheight) png_set_sCAL_s() argument 542 char swidth[PNG_sCAL_MAX_DIGITS+1]; png_set_sCAL_fixed() local [all...] |
H A D | png.h | 2167 png_charpp swidth, png_charpp sheight)); 2176 png_const_charp swidth, png_const_charp sheight));
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 150 unsigned short swidth; /* Scalable width. */ member
|
H A D | bdflib.c | 1627 glyph->swidth = _bdf_atous( p->list.field[1] ); in _bdf_parse_glyphs() 1648 glyph->swidth = (unsigned short)FT_MulDiv( in _bdf_parse_glyphs() 1704 if ( sw != glyph->swidth ) in _bdf_parse_glyphs() 1706 glyph->swidth = sw; in _bdf_parse_glyphs()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 189 ptrdiff_t swidth = av_image_get_linesize(src->format, in qsv_fill_border() local 196 if (swidth < 0 || dwidth < 0) { in qsv_fill_border() 208 void *line_ptr = dst->data[i] + y*dst->linesize[i] + swidth; in qsv_fill_border() 211 dwidth - swidth); in qsv_fill_border()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_morpho.c | 817 const int swidth = s->splanewidth[p]; in do_morpho() local 838 ret = read_iplane(&s->SEimg[p], ssrc, ssrc_linesize, swidth, sheight, 1, type_size, depth); in do_morpho()
|
Completed in 13 milliseconds