Searched refs:x_bytes (Results 1 – 5 of 5) sorted by relevance
526 int x_bytes, width_bytes; in swrast_put_image2() local542 x_bytes = x * (bpp >> 3); in swrast_put_image2()550 dst = bo->map + x_bytes + (y * internal_stride); in swrast_put_image2()575 int x_bytes, width_bytes; in swrast_get_image() local587 x_bytes = x * (bpp >> 3); in swrast_get_image()597 src = bo->map + x_bytes + (y * internal_stride); in swrast_get_image()
151 x_bytes = int(math.ceil(math.log(x, 2) / 8.0))154 num_bytes = max(x_bytes, y_bytes)
546 FT_UInt x_bytes = 0; in store_points() local569 x_bytes += 1; in store_points()572 x_bytes += 2; in store_points()618 xy_bytes = x_bytes + y_bytes; in store_points()619 if ( xy_bytes < x_bytes || in store_points()625 y_offset = flag_offset + x_bytes; in store_points()
443 std::vector<uint8_t> x_bytes = BIGNUMBytes(x.get()); in GetPublicKeyBytes() local446 return std::make_pair(std::move(x_bytes), std::move(y_bytes)); in GetPublicKeyBytes()
1410 std::vector<uint8_t> x_bytes = BIGNUMBytes(x.get()); in GetPublicKeyBytes() local1413 return std::make_pair(std::move(x_bytes), std::move(y_bytes)); in GetPublicKeyBytes()