HomeSort by relevance Sort by last modified time
    Searched refs:res_y (Results 1 - 15 of 15) 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)
346 if (res_y != NULL)
348 *res_y = info_ptr->y_pixels_per_unit;
358 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50);
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
713 if (res_y != NULL)
715 *res_y = info_ptr->y_pixels_per_unit;
pngset.c 430 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
438 info_ptr->y_pixels_per_unit = res_y;
    [all...]
pngrutil.c 1574 png_uint_32 res_x, res_y; local
    [all...]
png.h     [all...]
  /external/libpng/
pngget.c 333 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
346 if (res_y != NULL)
348 *res_y = info_ptr->y_pixels_per_unit;
358 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50);
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
713 if (res_y != NULL)
715 *res_y = info_ptr->y_pixels_per_unit;
pngtest.c 1042 png_uint_32 res_x, res_y; 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 430 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
438 info_ptr->y_pixels_per_unit = res_y;
    [all...]
pngrutil.c 1590 png_uint_32 res_x, res_y; local
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 305 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
317 if (res_y != NULL)
319 *res_y = info_ptr->y_pixels_per_unit;
329 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50);
665 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
678 if (res_y != NULL)
680 *res_y = info_ptr->y_pixels_per_unit;
pngset.c 515 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
522 info_ptr->y_pixels_per_unit = res_y;
    [all...]
png.h     [all...]
pngrutil.c 1488 png_uint_32 res_x, res_y; local
    [all...]
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 18 FT_Error FT_Set_Char_Size (FT_Face aFace, unsigned int size_x, unsigned int size_y, unsigned int res_x, unsigned int res_y)
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 3718 milliseconds