/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 18 int res_x, in bilinear_interpol() argument 22 int i_resx = 255 - res_x; in bilinear_interpol() 31 uint8_t r_pos_0 = (*src_pos0 * i_resx + *src_pos1 * res_x) >> 8; in bilinear_interpol() 32 uint8_t r_pos_1 = (*src_pos2 * i_resx + *src_pos3 * res_x) >> 8; in bilinear_interpol() 41 int res_x, in bicubic_interpol() argument 63 int res_x, in bicubic_get_pos_weight() argument 89 u_w[0] = SDP_Table[256 + res_x]; in bicubic_get_pos_weight() 90 u_w[1] = SDP_Table[res_x]; in bicubic_get_pos_weight() 91 u_w[2] = SDP_Table[256 - res_x]; in bicubic_get_pos_weight() 92 u_w[3] = SDP_Table[512 - res_x]; in bicubic_get_pos_weight() [all …]
|
/external/libpng/ |
D | pngget.c | 422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument 431 if (res_x != NULL) in png_get_pHYs_dpi() 433 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs_dpi() 450 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50); in png_get_pHYs_dpi() 949 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument 958 if (res_x != NULL) in png_get_pHYs() 960 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs()
|
D | pngtest.c | 1230 png_uint_32 res_x, res_y; in test_one_file() local 1233 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, in test_one_file() 1235 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type); in test_one_file()
|
D | png.h | 2077 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2083 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2428 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|
D | pngset.c | 497 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument 504 info_ptr->x_pixels_per_unit = res_x; in png_set_pHYs()
|
D | pngrutil.c | 2063 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2097 res_x = png_get_uint_32(buf); in png_handle_pHYs() 2100 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
|
D | libpng-manual.txt | 1523 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, 1526 res_x - pixels/unit physical resolution in 1583 res_x = png_get_x_pixels_per_meter(png_ptr, 1592 res_x = png_get_x_pixels_per_inch(png_ptr, 1605 the data is not present or if res_x is 0; 1606 res_x_and_y is 0 if res_x != res_y 3132 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, 3135 res_x - pixels/unit physical resolution
|
/external/pdfium/third_party/lpng_v163/ |
D | pngget.c | 391 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument 399 if (res_x != NULL) in png_get_pHYs_dpi() 401 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs_dpi() 418 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50); in png_get_pHYs_dpi() 907 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument 916 if (res_x != NULL) in png_get_pHYs() 918 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs()
|
D | pngset.c | 486 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument 493 info_ptr->x_pixels_per_unit = res_x; in png_set_pHYs()
|
D | png.h | 2497 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2503 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2844 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|
D | pngrutil.c | 2002 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2036 res_x = png_get_uint_32(buf); in png_handle_pHYs() 2039 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_png.cpp | 33 png_uint_32 res_x, res_y; in _png_load_bmp_attribute() local 35 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type); in _png_load_bmp_attribute()
|
/external/boringssl/src/crypto/ec/asm/ |
D | p256-x86_64-asm.pl | 1918 $res_x,$res_y,$res_z, 2156 lea $res_x(%rsp), $r_ptr 2214 pandn $res_x(%rsp), %xmm0 2216 pandn $res_x+0x10(%rsp), %xmm1 2278 $res_x,$res_y,$res_z, 2461 lea $res_x(%rsp), $r_ptr 2519 pandn $res_x(%rsp), %xmm0 2521 pandn $res_x+0x10(%rsp), %xmm1
|