• Calculates the total number of pixels based on the provided lengths and widths.

    Parameters

    • queryLen: number

      The length of the query.

    • subjLen: number

      The length of the subject.

    • varLen: number

      The variable length.

    • contentWidth: number

      The width of the content.

    • contentScoringWidth: number

      The width of the scoring content.

    Returns number

    The total number of pixels.