HomeSort by relevance Sort by last modified time
    Searched refs:unit_type (Results 1 - 25 of 31) sorted by null

1 2

  /external/openssh/openbsd-compat/
fmt_scaled.c 54 } unit_type; typedef in typeref:enum:__anon28985
57 static unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
213 unit_type unit = NONE;
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 36 int unit_type; local
37 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
38 switch (unit_type) {
  /external/libpng/
pngget.c 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
443 if (unit_type != NULL)
445 *unit_type = (int)info_ptr->phys_unit_type;
448 if (*unit_type == 1)
841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
847 offset_x != NULL && offset_y != NULL && unit_type != NULL)
851 *unit_type = (int)info_ptr->offset_unit_type;
949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
970 if (unit_type != NULL)
972 *unit_type = (int)info_ptr->phys_unit_type
    [all...]
pngtest.c 1211 int unit_type; local
1238 int unit_type; local
    [all...]
pngset.c 249 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
258 info_ptr->offset_unit_type = (png_byte)unit_type;
497 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
506 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
png.h     [all...]
pngwutil.c     [all...]
pngpriv.h     [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
443 if (unit_type != NULL)
445 *unit_type = (int)info_ptr->phys_unit_type;
448 if (*unit_type == 1)
841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
847 offset_x != NULL && offset_y != NULL && unit_type != NULL)
851 *unit_type = (int)info_ptr->offset_unit_type;
949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
970 if (unit_type != NULL)
972 *unit_type = (int)info_ptr->phys_unit_type
    [all...]
pngset.c 249 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
258 info_ptr->offset_unit_type = (png_byte)unit_type;
509 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
518 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
png.h     [all...]
pngwutil.c     [all...]
pngpriv.h     [all...]
  /external/skia/third_party/libpng/
pngget.c 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
443 if (unit_type != NULL)
445 *unit_type = (int)info_ptr->phys_unit_type;
448 if (*unit_type == 1)
841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
847 offset_x != NULL && offset_y != NULL && unit_type != NULL)
851 *unit_type = (int)info_ptr->offset_unit_type;
949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
970 if (unit_type != NULL)
972 *unit_type = (int)info_ptr->phys_unit_type
    [all...]
pngtest.c 1204 int unit_type; local
1231 int unit_type; local
    [all...]
pngwutil.c     [all...]
pngset.c 249 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
258 info_ptr->offset_unit_type = (png_byte)unit_type;
497 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
506 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
png.h     [all...]
pngpriv.h     [all...]
  /external/syslinux/com32/lib/libpng/
pngget.c 333 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
351 if (unit_type != NULL)
353 *unit_type = (int)info_ptr->phys_unit_type;
355 if (*unit_type == 1)
618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
627 *unit_type = (int)info_ptr->offset_unit_type;
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
719 if (unit_type != NULL)
721 *unit_type = (int)info_ptr->phys_unit_type
    [all...]
pngtest.c 1016 int unit_type; local
1019 &unit_type))
1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
1043 int unit_type; local
1045 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type))
1046 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type);
    [all...]
pngset.c 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
283 info_ptr->offset_unit_type = (png_byte)unit_type;
430 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
439 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
pngrutil.c 1568 int unit_type; local
1611 int unit_type; local
    [all...]
pngwutil.c     [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 796 milliseconds

1 2