HomeSort by relevance Sort by last modified time
    Searched refs:res_x (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)
341 if (res_x != NULL)
343 *res_x = info_ptr->x_pixels_per_unit;
357 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50);
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
707 if (res_x != NULL)
709 *res_x = info_ptr->x_pixels_per_unit;
pngset.c 430 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
437 info_ptr->x_pixels_per_unit = res_x;
    [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)
341 if (res_x != NULL)
343 *res_x = info_ptr->x_pixels_per_unit;
357 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50);
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
707 if (res_x != NULL)
709 *res_x = info_ptr->x_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)
437 info_ptr->x_pixels_per_unit = res_x;
    [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)
312 if (res_x != NULL)
314 *res_x = info_ptr->x_pixels_per_unit;
328 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50);
665 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
673 if (res_x != NULL)
675 *res_x = info_ptr->x_pixels_per_unit;
pngset.c 515 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
521 info_ptr->x_pixels_per_unit = res_x;
    [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 679 milliseconds