Home
last modified time | relevance | path

Searched refs:swidth (Results 1 – 13 of 13) sorted by relevance

/third_party/libpng/
Dpngset.c431 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()
Dpng.h2167 png_charpp swidth, png_charpp sheight));
2176 png_const_charp swidth, png_const_charp sheight));
/third_party/skia/third_party/externals/libpng/
Dpngset.c431 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()
Dpng.h2167 png_charpp swidth, png_charpp sheight));
2176 png_const_charp swidth, png_const_charp sheight));
/third_party/flutter/skia/third_party/externals/libpng/
Dpngset.c431 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()
Dpng.h2167 png_charpp swidth, png_charpp sheight));
2176 png_const_charp swidth, png_const_charp sheight));
/third_party/flutter/skia/third_party/externals/freetype/src/bdf/
Dbdf.h151 unsigned short swidth; /* Scalable width. */ member
Dbdflib.c1623 glyph->swidth = (unsigned short)_bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs()
1644 glyph->swidth = (unsigned short)FT_MulDiv( in _bdf_parse_glyphs()
1700 if ( sw != glyph->swidth ) in _bdf_parse_glyphs()
1702 glyph->swidth = sw; in _bdf_parse_glyphs()
/third_party/skia/third_party/externals/freetype/src/bdf/
Dbdf.h150 unsigned short swidth; /* Scalable width. */ member
Dbdflib.c1627 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/freetype/src/bdf/
Dbdf.h150 unsigned short swidth; /* Scalable width. */ member
Dbdflib.c1622 glyph->swidth = (unsigned short)_bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs()
1643 glyph->swidth = (unsigned short)FT_MulDiv( in _bdf_parse_glyphs()
1699 if ( sw != glyph->swidth ) in _bdf_parse_glyphs()
1701 glyph->swidth = sw; in _bdf_parse_glyphs()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c3133 guint fwidth = 200, height = 50, swidth = 100; in GST_START_TEST() local
3145 pix2 = gst_buffer_new_and_alloc (swidth * sizeof (guint32) * height); in GST_START_TEST()
3148 GST_VIDEO_OVERLAY_COMPOSITION_FORMAT_RGB, swidth, height); in GST_START_TEST()
3149 rect1 = gst_video_overlay_rectangle_new_raw (pix2, swidth, 0, in GST_START_TEST()
3150 swidth, height, GST_VIDEO_OVERLAY_FORMAT_FLAG_NONE); in GST_START_TEST()
3165 data += swidth * sizeof (guint32); in GST_START_TEST()