Lines Matching refs:realRows

1414 	u32 realRows, realCols;  in TCPackTile_I4()  local
1420 realRows = srcLayer->height - y; in TCPackTile_I4()
1423 if( realRows > 8) in TCPackTile_I4()
1424 realRows = 8; in TCPackTile_I4()
1430 for(row=0; row<realRows; row++) in TCPackTile_I4()
1515 u32 realRows, realCols; in TCPackTile_I8() local
1521 realRows = srcLayer->height - y; in TCPackTile_I8()
1524 if( realRows > 4) in TCPackTile_I8()
1525 realRows = 4; in TCPackTile_I8()
1531 for(row=0; row<realRows; row++) in TCPackTile_I8()
1601 u32 realRows, realCols; in TCPackTile_IA4() local
1607 realRows = colorLayer->height - y; in TCPackTile_IA4()
1610 if( realRows > 4) in TCPackTile_IA4()
1611 realRows = 4; in TCPackTile_IA4()
1617 for(row=0; row<realRows; row++) in TCPackTile_IA4()
1700 u32 realRows, realCols; in TCPackTile_IA8() local
1706 realRows = colorLayer->height - y; in TCPackTile_IA8()
1709 if( realRows > 4) in TCPackTile_IA8()
1710 realRows = 4; in TCPackTile_IA8()
1716 for(row=0; row<realRows; row++) in TCPackTile_IA8()
1795 u32 realRows, realCols; in TCPackTile_R5G6B5() local
1802 realRows = colorLayer->height - y; in TCPackTile_R5G6B5()
1805 if( realRows > 4) in TCPackTile_R5G6B5()
1806 realRows = 4; in TCPackTile_R5G6B5()
1812 for(row=0; row<realRows; row++) in TCPackTile_R5G6B5()
1874 u32 realRows, realCols; in TCPackTile_RGB5A3() local
1882 realRows = colorLayer->height - y; in TCPackTile_RGB5A3()
1885 if( realRows > 4) in TCPackTile_RGB5A3()
1886 realRows = 4; in TCPackTile_RGB5A3()
1892 for(row=0; row<realRows; row++) in TCPackTile_RGB5A3()
1987 u32 realRows, realCols; in TCPackTile_RGBA8() local
1994 realRows = colorLayer->height - y; in TCPackTile_RGBA8()
1997 if( realRows > 4) in TCPackTile_RGBA8()
1998 realRows = 4; in TCPackTile_RGBA8()
2004 for(row=0; row<realRows; row++) in TCPackTile_RGBA8()
2085 u32 realRows, realCols; in TCPackTile_CI4() local
2091 realRows = srcLayer->height - y; in TCPackTile_CI4()
2094 if( realRows > 8) in TCPackTile_CI4()
2095 realRows = 8; in TCPackTile_CI4()
2101 for(row=0; row<realRows; row++) in TCPackTile_CI4()
2170 u32 realRows, realCols; in TCPackTile_CI8() local
2176 realRows = srcLayer->height - y; in TCPackTile_CI8()
2179 if( realRows > 4) in TCPackTile_CI8()
2180 realRows = 4; in TCPackTile_CI8()
2186 for(row=0; row<realRows; row++) in TCPackTile_CI8()
2251 u32 realRows, realCols; in TCPackTile_CI14_X2() local
2257 realRows = colorLayer->height - y; in TCPackTile_CI14_X2()
2260 if( realRows > 4) in TCPackTile_CI14_X2()
2261 realRows = 4; in TCPackTile_CI14_X2()
2267 for(row=0; row<realRows; row++) in TCPackTile_CI14_X2()