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

  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 19 int res_y,
33 return (r_pos_0 * (255 - res_y) + r_pos_1 * res_y) >> 8;
42 int res_y,
64 int res_y,
93 v_w[0] = SDP_Table[256 + res_y];
94 v_w[1] = SDP_Table[res_y];
95 v_w[2] = SDP_Table[256 - res_y];
96 v_w[3] = SDP_Table[512 - res_y];
162 int& res_y) {
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)
437 if (res_y != NULL)
439 *res_y = info_ptr->y_pixels_per_unit;
451 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50);
949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
964 if (res_y != NULL)
966 *res_y = info_ptr->y_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)
505 info_ptr->y_pixels_per_unit = res_y;
    [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)
397 if (res_y != NULL)
399 *res_y = info_ptr->y_pixels_per_unit;
411 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50);
879 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
894 if (res_y != NULL)
896 *res_y = info_ptr->y_pixels_per_unit;
png.h     [all...]
pngset.c 501 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
509 info_ptr->y_pixels_per_unit = res_y;
    [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)
405 if (res_y != NULL)
407 *res_y = info_ptr->y_pixels_per_unit;
419 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .0254 + .50);
907 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
922 if (res_y != NULL)
924 *res_y = info_ptr->y_pixels_per_unit;
    [all...]
png.h     [all...]
pngset.c 486 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
494 info_ptr->y_pixels_per_unit = res_y;
    [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 77 milliseconds