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

  /external/chromium_org/third_party/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...]
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 1575 int unit_type; local
1618 int unit_type; local
    [all...]
pngwutil.c     [all...]
png.h     [all...]
  /external/libpng/
pngget.c 392 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
412 if (unit_type != NULL)
414 *unit_type = (int)info_ptr->phys_unit_type;
417 if (*unit_type == 1)
802 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
807 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
811 *unit_type = (int)info_ptr->offset_unit_type;
908 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
929 if (unit_type != NULL)
931 *unit_type = (int)info_ptr->phys_unit_type
    [all...]
pngtest.c 1176 int unit_type; local
1203 int unit_type; local
    [all...]
pngset.c 247 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
256 info_ptr->offset_unit_type = (png_byte)unit_type;
487 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
496 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
png.h     [all...]
pngwutil.c     [all...]
pngpriv.h     [all...]
pngrutil.c 2034 int unit_type; local
2080 int unit_type; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
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...]
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 1591 int unit_type; local
1634 int unit_type; local
    [all...]
pngwutil.c     [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
pngpriv.h     [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 602 msg.unit.unit_type = (*p_data & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 772 UINT8 unit_type; \/* Unit type. Uses the same values as subunit type. *\/ member in struct:__anon5946
    [all...]

Completed in 84 milliseconds