HomeSort by relevance Sort by last modified time
    Searched defs:sheight (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libpng/
pngset.c 379 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);
487 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
  /external/libpng/
pngset.c 371 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);
483 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 362 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);
472 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
  /external/skia/tests/
AAClipTest.cpp 184 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());

Completed in 69 milliseconds