Home
last modified time | relevance | path

Searched refs:C_RADEON_CC_COLUMNS (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCC.cpp24 for (int column = 0; column < C_RADEON_CC_COLUMNS; column++) { in CCaption()
252 if (fColumn < C_RADEON_CC_COLUMNS - 1) in Decode()
264 if (fColumn < C_RADEON_CC_COLUMNS - 1) in Decode()
303 if (fColumn < C_RADEON_CC_COLUMNS - 1) in Decode()
393 for (int column = fColumn; column < C_RADEON_CC_COLUMNS; column++) in Decode()
401 for (int column = 0; column < C_RADEON_CC_COLUMNS; column++) in Decode()
405 for (int column = 0; column < C_RADEON_CC_COLUMNS; column++) in Decode()
414 for (int column = 0; column < C_RADEON_CC_COLUMNS; column++) in Decode()
418 for (int column = 0; column < C_RADEON_CC_COLUMNS; column++) in Decode()
427 for (int column = 0; column < C_RADEON_CC_COLUMNS; column++) in Decode()
[all …]
H A DCC.h35 C_RADEON_CC_COLUMNS = 32 enumerator
63 short fText[C_RADEON_CC_ROWS][C_RADEON_CC_COLUMNS];
64 short fDisplayText[C_RADEON_CC_ROWS][C_RADEON_CC_COLUMNS];