/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 30 int res_y, in bilinear_interpol() argument 44 return (r_pos_0 * (255 - res_y) + r_pos_1 * res_y) >> 8; in bilinear_interpol() 53 int res_y, in bicubic_interpol() argument 76 int res_y, in bicubic_get_pos_weight() argument 95 v_w[0] = SDP_Table[256 + res_y]; in bicubic_get_pos_weight() 96 v_w[1] = SDP_Table[res_y]; in bicubic_get_pos_weight() 97 v_w[2] = SDP_Table[256 - res_y]; in bicubic_get_pos_weight() 98 v_w[3] = SDP_Table[512 - res_y]; in bicubic_get_pos_weight() 192 void Transform(int x, int y, int* x1, int* y1, int* res_x, int* res_y) const { in Transform() 198 *res_y = static_cast<int>(fmodf(val.second, kBase)); in Transform() [all …]
|
D | cfx_imagetransformer.h | 37 int res_y; member 48 int res_y; 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 437 if (res_y != NULL) in png_get_pHYs_dpi() 439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi() 451 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .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 964 if (res_y != NULL) in png_get_pHYs() 966 *res_y = info_ptr->y_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 517 info_ptr->y_pixels_per_unit = res_y; in png_set_pHYs()
|
D | pngrutil.c | 2063 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2098 res_y = png_get_uint_32(buf + 4); 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 437 if (res_y != NULL) in png_get_pHYs_dpi() 439 *res_y = info_ptr->y_pixels_per_unit; in png_get_pHYs_dpi() 451 if (res_y != NULL) *res_y = (png_uint_32)(*res_y * .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 993 if (res_y != NULL) in png_get_pHYs() 995 *res_y = info_ptr->y_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 565 info_ptr->y_pixels_per_unit = res_y; in png_set_pHYs()
|
D | pngrutil.c | 2140 png_uint_32 res_x, res_y; in png_handle_pHYs() local 2175 res_y = png_get_uint_32(buf + 4); 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, 1566 res_y - pixels/unit physical resolution in 1623 res_y = png_get_y_pixels_per_meter(png_ptr, 1632 res_y = png_get_y_pixels_per_inch(png_ptr, 1643 res_x_and_y is 0 if res_x != res_y 3190 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, 3196 res_y - 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, 3220 lea $res_y(%rsp), $r_ptr 3235 `&load_for_mul("$R(%rsp)", "$res_y(%rsp)", "$src0")` 3236 lea $res_y(%rsp), $r_ptr 3240 lea $res_y(%rsp), $r_ptr 3295 pandn $res_y(%rsp), %xmm0 3297 pandn $res_y+0x10(%rsp), %xmm1 3346 $res_x,$res_y,$res_z, 3566 lea $res_y(%rsp), $r_ptr 3621 pandn $res_y(%rsp), %xmm0 [all …]
|