/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 29 int res_x, in bilinear_interpol() argument 33 int i_resx = 255 - res_x; in bilinear_interpol() 42 uint8_t r_pos_0 = (*src_pos0 * i_resx + *src_pos1 * res_x) >> 8; in bilinear_interpol() 43 uint8_t r_pos_1 = (*src_pos2 * i_resx + *src_pos3 * res_x) >> 8; in bilinear_interpol() 52 int res_x, in bicubic_interpol() argument 75 int res_x, in bicubic_get_pos_weight() argument 91 u_w[0] = SDP_Table[256 + res_x]; in bicubic_get_pos_weight() 92 u_w[1] = SDP_Table[res_x]; in bicubic_get_pos_weight() 93 u_w[2] = SDP_Table[256 - res_x]; in bicubic_get_pos_weight() 94 u_w[3] = SDP_Table[512 - res_x]; in bicubic_get_pos_weight() [all …]
|
D | cfx_imagetransformer.h | 36 int res_x; member 47 int res_x; member
|
/external/pdfium/third_party/libpng16/ |
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 | 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 | 509 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument 516 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()
|
/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() 978 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument 987 if (res_x != NULL) in png_get_pHYs() 989 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs()
|
D | pngtest.c | 1255 png_uint_32 res_x, res_y; in test_one_file() local 1258 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, in test_one_file() 1260 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type); in test_one_file()
|
D | png.h | 2083 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, 2089 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2436 png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y,
|
D | pngset.c | 557 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument 564 info_ptr->x_pixels_per_unit = res_x; in png_set_pHYs()
|
D | pngrutil.c | 2140 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2174 res_x = png_get_uint_32(buf); in png_handle_pHYs() 2177 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs()
|
D | libpng-manual.txt | 1560 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, 1563 res_x - pixels/unit physical resolution in 1620 res_x = png_get_x_pixels_per_meter(png_ptr, 1629 res_x = png_get_x_pixels_per_inch(png_ptr, 1642 the data is not present or if res_x is 0; 1643 res_x_and_y is 0 if res_x != res_y 3190 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, 3193 res_x - pixels/unit physical resolution
|
/external/honggfuzz/examples/libpng/ |
D | persistent-png.c | 112 png_uint_32 width, ret, res_x, res_y; in LLVMFuzzerTestOneInput() local 124 ret = png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type); in LLVMFuzzerTestOneInput()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_pngmodule.cpp | 57 png_uint_32 res_x, res_y; in _png_load_bmp_attribute() local 59 png_get_pHYs(png_ptr, info_ptr, &res_x, &res_y, &unit_type); in _png_load_bmp_attribute()
|
/external/boringssl/src/crypto/fipsmodule/ec/asm/ |
D | p256-x86_64-asm.pl | 2955 $res_x,$res_y,$res_z, 3213 lea $res_x(%rsp), $r_ptr 3271 pandn $res_x(%rsp), %xmm0 3273 pandn $res_x+0x10(%rsp), %xmm1 3346 $res_x,$res_y,$res_z, 3539 lea $res_x(%rsp), $r_ptr 3597 pandn $res_x(%rsp), %xmm0 3599 pandn $res_x+0x10(%rsp), %xmm1
|