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

  /external/libpng/
pngset.c 363 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);
473 char sheight[PNG_sCAL_MAX_DIGITS+1]; local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_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 183 const SkScalar sheight = SkIntToScalar(height); local
185 path.addOval(SkRect::MakeWH(sheight, sheight));
186 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
200 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());

Completed in 1095 milliseconds