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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmask.c54 VGint swidth, VGint sheight,
74 location[2] = MIN2(tx + swidth, MIN2(dwidth, tx + twidth));
77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth ));
53 intersect_rectangles(VGint dwidth, VGint dheight, VGint swidth, VGint sheight, VGint tx, VGint ty, VGint twidth, VGint theight, VGint *offsets, VGint *location) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmask.c54 VGint swidth, VGint sheight,
74 location[2] = MIN2(tx + swidth, MIN2(dwidth, tx + twidth));
77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth ));
53 intersect_rectangles(VGint dwidth, VGint dheight, VGint swidth, VGint sheight, VGint tx, VGint ty, VGint twidth, VGint theight, VGint *offsets, VGint *location) argument
/external/chromium_org/third_party/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.c1800 png_charp swidth, sheight; local
1864 swidth = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1);
1865 if (swidth == NULL)
1872 png_memcpy(swidth, ep, (png_size_t)png_strlen(ep));
1884 png_free(png_ptr, swidth);
1899 png_free(png_ptr, swidth);
1912 png_free(png_ptr, swidth);
1930 png_free(png_ptr, swidth);
1941 png_set_sCAL_s(png_ptr, info_ptr, png_ptr->chunkdata[0], swidth, sheight);
1948 png_free(png_ptr, swidth);
[all...]
/external/libpng/
H A Dpngset.c363 int unit, png_const_charp swidth, png_const_charp sheight)
378 if (swidth == NULL || (lengthw = strlen(swidth)) == 0 ||
379 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
401 memcpy(info_ptr->scal_s_width, swidth, lengthw);
442 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
445 png_ascii_from_fp(png_ptr, swidth, (sizeof swidth), width,
450 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheigh
362 png_set_sCAL_s(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_const_charp swidth, png_const_charp sheight) argument
472 char swidth[PNG_sCAL_MAX_DIGITS+1]; local
[all...]
/external/qemu/distrib/libpng-1.2.46/
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.c1816 png_charp swidth, sheight; local
1880 swidth = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1);
1881 if (swidth == NULL)
1888 png_memcpy(swidth, ep, (png_size_t)png_strlen(ep));
1900 png_free(png_ptr, swidth);
1915 png_free(png_ptr, swidth);
1928 png_free(png_ptr, swidth);
1946 png_free(png_ptr, swidth);
1957 png_set_sCAL_s(png_ptr, info_ptr, png_ptr->chunkdata[0], swidth, sheight);
1964 png_free(png_ptr, swidth);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 680 milliseconds