Lines Matching refs:realRows
1419 u32 realRows, realCols; in TCPackTile_I4() local
1425 realRows = srcLayer->height - y; in TCPackTile_I4()
1428 if( realRows > 8) in TCPackTile_I4()
1429 realRows = 8; in TCPackTile_I4()
1435 for(row=0; row<realRows; row++) in TCPackTile_I4()
1520 u32 realRows, realCols; in TCPackTile_I8() local
1526 realRows = srcLayer->height - y; in TCPackTile_I8()
1529 if( realRows > 4) in TCPackTile_I8()
1530 realRows = 4; in TCPackTile_I8()
1536 for(row=0; row<realRows; row++) in TCPackTile_I8()
1606 u32 realRows, realCols; in TCPackTile_IA4() local
1612 realRows = colorLayer->height - y; in TCPackTile_IA4()
1615 if( realRows > 4) in TCPackTile_IA4()
1616 realRows = 4; in TCPackTile_IA4()
1622 for(row=0; row<realRows; row++) in TCPackTile_IA4()
1705 u32 realRows, realCols; in TCPackTile_IA8() local
1711 realRows = colorLayer->height - y; in TCPackTile_IA8()
1714 if( realRows > 4) in TCPackTile_IA8()
1715 realRows = 4; in TCPackTile_IA8()
1721 for(row=0; row<realRows; row++) in TCPackTile_IA8()
1800 u32 realRows, realCols; in TCPackTile_R5G6B5() local
1807 realRows = colorLayer->height - y; in TCPackTile_R5G6B5()
1810 if( realRows > 4) in TCPackTile_R5G6B5()
1811 realRows = 4; in TCPackTile_R5G6B5()
1817 for(row=0; row<realRows; row++) in TCPackTile_R5G6B5()
1879 u32 realRows, realCols; in TCPackTile_RGB5A3() local
1887 realRows = colorLayer->height - y; in TCPackTile_RGB5A3()
1890 if( realRows > 4) in TCPackTile_RGB5A3()
1891 realRows = 4; in TCPackTile_RGB5A3()
1897 for(row=0; row<realRows; row++) in TCPackTile_RGB5A3()
1992 u32 realRows, realCols; in TCPackTile_RGBA8() local
1999 realRows = colorLayer->height - y; in TCPackTile_RGBA8()
2002 if( realRows > 4) in TCPackTile_RGBA8()
2003 realRows = 4; in TCPackTile_RGBA8()
2009 for(row=0; row<realRows; row++) in TCPackTile_RGBA8()
2090 u32 realRows, realCols; in TCPackTile_CI4() local
2096 realRows = srcLayer->height - y; in TCPackTile_CI4()
2099 if( realRows > 8) in TCPackTile_CI4()
2100 realRows = 8; in TCPackTile_CI4()
2106 for(row=0; row<realRows; row++) in TCPackTile_CI4()
2175 u32 realRows, realCols; in TCPackTile_CI8() local
2181 realRows = srcLayer->height - y; in TCPackTile_CI8()
2184 if( realRows > 4) in TCPackTile_CI8()
2185 realRows = 4; in TCPackTile_CI8()
2191 for(row=0; row<realRows; row++) in TCPackTile_CI8()
2256 u32 realRows, realCols; in TCPackTile_CI14_X2() local
2262 realRows = colorLayer->height - y; in TCPackTile_CI14_X2()
2265 if( realRows > 4) in TCPackTile_CI14_X2()
2266 realRows = 4; in TCPackTile_CI14_X2()
2272 for(row=0; row<realRows; row++) in TCPackTile_CI14_X2()