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

  /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/libpng16/
pngset.c 383 int unit, png_const_charp swidth, png_const_charp sheight)
402 if (sheight == NULL || (lengthh = strlen(sheight)) == 0 ||
403 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh))
441 memcpy(info_ptr->scal_s_height, sheight, lengthh);
465 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
469 png_ascii_from_fp(png_ptr, sheight, (sizeof sheight), height,
472 png_set_sCAL_s(png_ptr, info_ptr, unit, swidth, sheight);
495 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
  /external/skia/tests/
AAClipTest.cpp 185 const SkScalar sheight = SkIntToScalar(height); local
187 path.addOval(SkRect::MakeWH(sheight, sheight));
188 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
202 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
  /external/skia/third_party/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/syslinux/com32/lib/libpng/
pngrutil.c 1793 png_charp swidth, sheight; local
    [all...]

Completed in 845 milliseconds