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

  /external/pdfium/core/fxge/dib/
fx_dib_transform.cpp 22 int res_x,
26 int i_resx = 255 - res_x;
35 uint8_t r_pos_0 = (*src_pos0 * i_resx + *src_pos1 * res_x) >> 8;
36 uint8_t r_pos_1 = (*src_pos2 * i_resx + *src_pos3 * res_x) >> 8;
45 int res_x,
67 int res_x,
93 u_w[0] = SDP_Table[256 + res_x];
94 u_w[1] = SDP_Table[res_x];
95 u_w[2] = SDP_Table[256 - res_x];
96 u_w[3] = SDP_Table[512 - res_x];
470 int src_col_l, src_row_l, res_x, res_y; local
504 int src_col_l, src_row_l, res_x, res_y; local
556 int src_col_l, src_row_l, res_x, res_y; local
589 int src_col_l, src_row_l, res_x, res_y; local
660 int src_col_l, src_row_l, res_x, res_y; local
700 int src_col_l, src_row_l, res_x, res_y; local
768 int src_col_l, src_row_l, res_x, res_y, r_pos_k_r = 0; local
844 int src_col_l, src_row_l, res_x, res_y, r_pos_k_r = 0; local
    [all...]
  /external/libpng/
pngget.c 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
431 if (res_x != NULL)
433 *res_x = info_ptr->x_pixels_per_unit;
450 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50);
949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
958 if (res_x != NULL)
960 *res_x = info_ptr->x_pixels_per_unit;
    [all...]
pngtest.c 1237 png_uint_32 res_x, res_y; local
    [all...]
png.h     [all...]
pngset.c 497 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
504 info_ptr->x_pixels_per_unit = res_x;
    [all...]
pngrutil.c 2065 png_uint_32 res_x, res_y; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
431 if (res_x != NULL)
433 *res_x = info_ptr->x_pixels_per_unit;
450 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50);
949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
958 if (res_x != NULL)
960 *res_x = info_ptr->x_pixels_per_unit;
    [all...]
png.h     [all...]
pngset.c 509 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
516 info_ptr->x_pixels_per_unit = res_x;
    [all...]
pngrutil.c 2063 png_uint_32 res_x, res_y; local
    [all...]
  /external/skia/third_party/libpng/
pngget.c 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
431 if (res_x != NULL)
433 *res_x = info_ptr->x_pixels_per_unit;
450 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50);
949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
958 if (res_x != NULL)
960 *res_x = info_ptr->x_pixels_per_unit;
    [all...]
pngtest.c 1230 png_uint_32 res_x, res_y; local
    [all...]
png.h     [all...]
pngset.c 497 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
504 info_ptr->x_pixels_per_unit = res_x;
    [all...]
pngrutil.c 2063 png_uint_32 res_x, res_y; local
    [all...]
  /external/syslinux/com32/lib/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 1567 png_uint_32 res_x, res_y; local
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 35 png_uint_32 res_x, res_y; local
37 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
  /external/boringssl/src/crypto/fipsmodule/ec/asm/
p256-x86_64-asm.pl     [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 975 milliseconds