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

/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/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/libpng/
H A Dpngset.c371 int unit, png_const_charp swidth, png_const_charp sheight)
390 if (sheight == NULL || (lengthh = strlen(sheight)) == 0 ||
391 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh))
429 memcpy(info_ptr->scal_s_height, sheight, lengthh);
453 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
457 png_ascii_from_fp(png_ptr, sheight, (sizeof sheight), height,
460 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight);
370 png_set_sCAL_s(png_const_structrp png_ptr, png_inforp info_ptr, int unit, png_const_charp swidth, png_const_charp sheight) argument
483 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
[all...]
/external/opencv3/3rdparty/libpng/
H A Dpngset.c379 int unit, png_const_charp swidth, png_const_charp sheight)
398 if (sheight == NULL || (lengthh = png_strlen(sheight)) == 0 ||
399 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh))
433 png_memcpy(info_ptr->scal_s_height, sheight, lengthh);
457 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
461 png_ascii_from_fp(png_ptr, sheight, sizeof sheight, height,
464 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight);
378 png_set_sCAL_s(png_structp png_ptr, png_infop info_ptr, int unit, png_const_charp swidth, png_const_charp sheight) argument
487 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
[all...]
/external/pdfium/third_party/lpng_v163/
H A Dpngset.c362 int unit, png_const_charp swidth, png_const_charp sheight)
381 if (sheight == NULL || (lengthh = strlen(sheight)) == 0 ||
382 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh))
418 memcpy(info_ptr->scal_s_height, sheight, lengthh);
442 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
446 png_ascii_from_fp(png_ptr, sheight, (sizeof sheight), height,
449 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight);
361 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 sheight[PNG_sCAL_MAX_DIGITS+1]; local
[all...]

Completed in 130 milliseconds