Home
last modified time | relevance | path

Searched refs:x_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_drm.c528 int x_bytes, width_bytes; in swrast_put_image2() local
544 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() local
589 x_bytes = x * (bpp >> 3); in swrast_get_image()
599 src = bo->map + x_bytes + (y * internal_stride); in swrast_get_image()
/third_party/mbedtls/library/
Decjpake.c810 size_t x_bytes; in mbedtls_ecjpake_derive_secret() local
825 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()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c535 FT_UInt x_bytes = 0; in store_points() local
558 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()