ScummVM API documentation
Sci::CelScalerTable Struct Reference

Public Attributes

int valuesX [kCelScalerTableSize]
 
Ratio scaleX
 
int valuesY [kCelScalerTableSize]
 
Ratio scaleY
 

Member Data Documentation

◆ valuesX

int Sci::CelScalerTable::valuesX[kCelScalerTableSize]

A lookup table of indexes that should be used to find the correct column to read from the source bitmap when drawing a scaled version of the source bitmap.

◆ scaleX

Ratio Sci::CelScalerTable::scaleX

The ratio used to generate the x-values.

◆ valuesY

int Sci::CelScalerTable::valuesY[kCelScalerTableSize]

A lookup table of indexes that should be used to find the correct row to read from a source bitmap when drawing a scaled version of the source bitmap.

◆ scaleY

Ratio Sci::CelScalerTable::scaleY

The ratio used to generate the y-values.


The documentation for this struct was generated from the following file: