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

  /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 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...]
pngrutil.c 2064 int unit_type; local
2110 int unit_type; local
    [all...]
  /external/opencv3/3rdparty/libpng/
pngget.c 383 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
403 if (unit_type != NULL)
405 *unit_type = (int)info_ptr->phys_unit_type;
408 if (*unit_type == 1)
777 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
782 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
786 *unit_type = (int)info_ptr->offset_unit_type;
879 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
900 if (unit_type != NULL)
902 *unit_type = (int)info_ptr->phys_unit_type
    [all...]
pngset.c 270 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
279 info_ptr->offset_unit_type = (png_byte)unit_type;
501 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
510 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
png.h     [all...]
pngwutil.c     [all...]
pngpriv.h     [all...]
pngrutil.c 1830 int unit_type; local
1876 int unit_type; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngget.c 391 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
411 if (unit_type != NULL)
413 *unit_type = (int)info_ptr->phys_unit_type;
416 if (*unit_type == 1)
801 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
806 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
810 *unit_type = (int)info_ptr->offset_unit_type;
907 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
928 if (unit_type != NULL)
930 *unit_type = (int)info_ptr->phys_unit_type;
    [all...]
pngset.c 246 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
255 info_ptr->offset_unit_type = (png_byte)unit_type;
486 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
495 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
png.h     [all...]
pngwutil.c     [all...]
pngpriv.h     [all...]
pngrutil.c 2003 int unit_type; local
2049 int unit_type; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 34 int unit_type; local
35 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
36 switch (unit_type) {
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
pngpriv.h     [all...]
  /system/bt/stack/avrc/
avrc_api.c 606 msg.unit.unit_type = (*p_data & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
    [all...]
  /system/bt/stack/include/
avrc_defs.h 773 UINT8 unit_type; \/* Unit type. Uses the same values as subunit type. *\/ member in struct:__anon73663
    [all...]
  /external/ImageMagick/coders/
png.c 1938 unit_type; local
    [all...]

Completed in 2386 milliseconds