Searched refs:sheight (Results 1 - 12 of 12) sorted by relevance

/external/libpng/
H A Dpngset.c363 int unit, png_const_charp swidth, png_const_charp sheight)
382 if (sheight == NULL || (lengthh = strlen(sheight)) == 0 ||
383 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh))
419 memcpy(info_ptr->scal_s_height, sheight, lengthh);
443 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
447 png_ascii_from_fp(png_ptr, sheight, (sizeof sheight), height,
450 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight);
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
473 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
[all...]
H A Dpng.h2322 png_charpp swidth, png_charpp sheight));
2331 png_const_charp swidth, png_const_charp sheight));
/external/chromium_org/third_party/skia/tests/
H A DAAClipTest.cpp184 const SkScalar sheight = SkIntToScalar(height); local
186 path.addOval(SkRect::MakeWH(sheight, sheight));
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
/external/skia/tests/
H A DAAClipTest.cpp184 const SkScalar sheight = SkIntToScalar(height); local
186 path.addOval(SkRect::MakeWH(sheight, sheight));
187 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
201 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmask.c54 VGint swidth, VGint sheight,
85 location[3] = MIN2(ty + sheight, MIN2(dheight, ty + theight));
88 offsets[3] = MIN2(theight, MIN2(dheight - ty, sheight));
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,
85 location[3] = MIN2(ty + sheight, MIN2(dheight, ty + theight));
88 offsets[3] = MIN2(theight, MIN2(dheight - ty, sheight));
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)
405 length = png_strlen(sheight) + 1;
417 png_memcpy(info_ptr->scal_s_height, sheight, (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
1905 sheight = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1);
1906 if (sheight == NULL)
1916 png_memcpy(sheight, ep, (png_size_t)png_strlen(ep));
1931 png_free(png_ptr, sheight);
1941 png_set_sCAL_s(png_ptr, info_ptr, png_ptr->chunkdata[0], swidth, sheight);
1949 png_free(png_ptr, sheight);
H A Dpng.h2545 png_infop info_ptr, int *unit, png_charpp swidth, png_charpp sheight));
2557 png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrutil.c1816 png_charp swidth, sheight; local
1921 sheight = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1);
1922 if (sheight == NULL)
1932 png_memcpy(sheight, ep, (png_size_t)png_strlen(ep));
1947 png_free(png_ptr, sheight);
1957 png_set_sCAL_s(png_ptr, info_ptr, png_ptr->chunkdata[0], swidth, sheight);
1965 png_free(png_ptr, sheight);
H A Dpngset.c382 int unit, png_charp swidth, png_charp sheight)
405 length = png_strlen(sheight) + 1;
417 png_memcpy(info_ptr->scal_s_height, sheight, (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 Dpng.h2617 png_infop info_ptr, int *unit, png_charpp swidth, png_charpp sheight));
2629 png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));

Completed in 276 milliseconds