Searched refs:x_bytes (Results 1 – 3 of 3) sorted by relevance
528 int x_bytes, width_bytes; in swrast_put_image2() local544 x_bytes = x * (bpp >> 3); in swrast_put_image2()552 dst = bo->map + x_bytes + (y * internal_stride); in swrast_put_image2()577 int x_bytes, width_bytes; in swrast_get_image() local589 x_bytes = x * (bpp >> 3); in swrast_get_image()599 src = bo->map + x_bytes + (y * internal_stride); in swrast_get_image()
810 size_t x_bytes; in mbedtls_ecjpake_derive_secret() local825 x_bytes = (ctx->grp.pbits + 7) / 8; in mbedtls_ecjpake_derive_secret()826 MBEDTLS_MPI_CHK(mbedtls_mpi_write_binary(&K.X, kx, x_bytes)); in mbedtls_ecjpake_derive_secret()828 kx, x_bytes, buf)); in mbedtls_ecjpake_derive_secret()
535 FT_UInt x_bytes = 0; in store_points() local558 x_bytes += 1; in store_points()561 x_bytes += 2; in store_points()607 xy_bytes = x_bytes + y_bytes; in store_points()608 if ( xy_bytes < x_bytes || in store_points()614 y_offset = flag_offset + x_bytes; in store_points()