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

  /external/honggfuzz/examples/libpng/
persistent-png.c 119 int bit_depth, color_type, interlace_method, compression_method, filter_method, unit_type, num_palette, num_text; local
127 ret = png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 58 int unit_type; local
59 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
60 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)
870 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
876 offset_x != NULL && offset_y != NULL && unit_type != NULL)
880 *unit_type = (int)info_ptr->offset_unit_type;
978 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
999 if (unit_type != NULL)
1001 *unit_type = (int)info_ptr->phys_unit_type
    [all...]
pngtest.c 1229 int unit_type; local
1256 int unit_type; local
    [all...]
pngset.c 296 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
305 info_ptr->offset_unit_type = (png_byte)unit_type;
557 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
566 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
png.h     [all...]
pngwutil.c     [all...]
pngpriv.h     [all...]
pngrutil.c 2141 int unit_type; local
2187 int unit_type; local
    [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...]
pngrutil.c 2064 int unit_type; local
2110 int unit_type; local
    [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...]
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 432 const int unit_type = local
435 switch (unit_type) {
447 switch (unit_type) {
  /external/syslinux/com32/include/
png.h     [all...]
  /system/bt/stack/avrc/
avrc_api.cc 697 msg.unit.unit_type =
    [all...]
  /system/bt/stack/include/
avrc_defs.h 888 uint8_t unit_type; \/* Unit type. Uses the same values as subunit type. *\/ member in struct:__anon2242
    [all...]
  /external/ImageMagick/coders/
png.c 1938 unit_type; local
    [all...]

Completed in 998 milliseconds