Searched refs:swidth (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A 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()
|
A D | png.h | 2167 png_charpp swidth, png_charpp sheight)); 2176 png_const_charp swidth, png_const_charp sheight));
|
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_rect.c | 1162 lv_coord_t swidth = style->body.shadow.width; in lv_draw_shadow_full() local 1172 int16_t filter_width = 2 * swidth + 1; in lv_draw_shadow_full() 1234 for(line_rel = -swidth; line_rel <= swidth; line_rel++) { in lv_draw_shadow_full() 1247 if(line_rel == -swidth) in lv_draw_shadow_full() 1251 } else if(col_rel > swidth) in lv_draw_shadow_full() 1315 lv_coord_t swidth = style->body.shadow.width; in lv_draw_shadow_bottom() local 1321 swidth += aa; in lv_draw_shadow_bottom() 1346 for(col = 0; col < swidth; col++) { in lv_draw_shadow_bottom() 1347 line_1d_blur[col] = (uint32_t)((uint32_t)(swidth - col) * opa / 2) / (swidth); in lv_draw_shadow_bottom() 1372 for(d = 0; d < swidth; d++) { in lv_draw_shadow_bottom() [all …]
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdf.h | 150 unsigned short swidth; /* Scalable width. */ member
|
A D | bdflib.c | 1803 glyph->swidth = (unsigned short)_bdf_atoul( p->list.field[1], 0, 10 ); in _bdf_parse_glyphs() 1827 glyph->swidth = (unsigned short)FT_MulDiv( in _bdf_parse_glyphs() 1886 if ( sw != glyph->swidth ) in _bdf_parse_glyphs() 1888 glyph->swidth = sw; in _bdf_parse_glyphs()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | png.h | 2167 png_charpp swidth, png_charpp sheight)); 2176 png_const_charp swidth, png_const_charp sheight));
|
Completed in 26 milliseconds