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

  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 18 int res_x,
22 int i_resx = 255 - res_x;
31 uint8_t r_pos_0 = (*src_pos0 * i_resx + *src_pos1 * res_x) >> 8;
32 uint8_t r_pos_1 = (*src_pos2 * i_resx + *src_pos3 * res_x) >> 8;
41 int res_x,
63 int res_x,
89 u_w[0] = SDP_Table[256 + res_x];
90 u_w[1] = SDP_Table[res_x];
91 u_w[2] = SDP_Table[256 - res_x];
92 u_w[3] = SDP_Table[512 - res_x];
459 int src_col_l, src_row_l, res_x, res_y; local
493 int src_col_l, src_row_l, res_x, res_y; local
545 int src_col_l, src_row_l, res_x, res_y; local
578 int src_col_l, src_row_l, res_x, res_y; local
649 int src_col_l, src_row_l, res_x, res_y; local
689 int src_col_l, src_row_l, res_x, res_y; local
757 int src_col_l, src_row_l, res_x, res_y, r_pos_k_r = 0; local
833 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 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/opencv3/3rdparty/libpng/
pngget.c 383 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
391 if (res_x != NULL)
393 *res_x = info_ptr->x_pixels_per_unit;
410 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50);
879 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
888 if (res_x != NULL)
890 *res_x = info_ptr->x_pixels_per_unit;
png.h     [all...]
pngset.c 501 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
508 info_ptr->x_pixels_per_unit = res_x;
    [all...]
pngrutil.c 1829 png_uint_32 res_x, res_y; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngget.c 391 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
399 if (res_x != NULL)
401 *res_x = info_ptr->x_pixels_per_unit;
418 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50);
907 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
916 if (res_x != NULL)
918 *res_x = info_ptr->x_pixels_per_unit;
    [all...]
png.h     [all...]
pngset.c 486 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
493 info_ptr->x_pixels_per_unit = res_x;
    [all...]
pngrutil.c 2002 png_uint_32 res_x, res_y; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 33 png_uint_32 res_x, res_y; local
35 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type);
  /external/boringssl/src/crypto/ec/asm/
p256-x86_64-asm.pl     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 549 milliseconds