Cogl.Bitmap.prototype.get_rowstride

function get_rowstride(): Number(gint) {
    // Gjs wrapper for cogl_bitmap_get_rowstride()
}
  

Since 1.10

Returns

the rowstride of the bitmap. This is the number of bytes between the address of start of one row to the address of the next row in the image.