Home
last modified time | relevance | path

Searched refs:res_x (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp29 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 …]
Dcfx_imagetransformer.h36 int res_x; member
47 int res_x; member
/external/pdfium/third_party/libpng16/
Dpngget.c422 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()
Dpng.h2077 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,
Dpngset.c509 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()
Dpngrutil.c2063 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/
Dpngget.c422 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()
Dpngtest.c1255 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()
Dpng.h2083 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,
Dpngset.c557 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()
Dpngrutil.c2140 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()
Dlibpng-manual.txt1560 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/
Dpersistent-png.c112 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/
Dccodec_pngmodule.cpp57 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/
Dp256-x86_64-asm.pl2955 $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