Searched defs:sheight (Results 1 - 9 of 9) sorted by relevance

/external/skia/tests/
H A DAAClipTest.cpp182 const SkScalar sheight = SkIntToScalar(height); local
184 path.addOval(SkRect::MakeWH(sheight, sheight));
185 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
199 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);
/external/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.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);
/external/qemu/distrib/libpng-1.2.19/
H A Dpngset.c472 int unit, png_charp swidth, png_charp sheight)
492 length = png_strlen(sheight) + 1;
501 png_memcpy(info_ptr->scal_s_height, sheight, (png_size_t)length);
471 png_set_sCAL_s(png_structp png_ptr, png_infop info_ptr, int unit, png_charp swidth, png_charp sheight) argument
H A Dpngrutil.c1708 png_charp swidth, sheight; local
1783 sheight = (png_charp)png_malloc_warn(png_ptr, png_strlen(ep) + 1);
1789 png_memcpy(sheight, ep, (png_size_t)png_strlen(ep));
1803 png_free(png_ptr, sheight);
1813 png_set_sCAL_s(png_ptr, info_ptr, buffer[0], swidth, sheight);
1820 png_free(png_ptr, sheight);

Completed in 110 milliseconds