Searched refs:realCols (Results 1 – 1 of 1) sorted by relevance
1419 u32 realRows, realCols; in TCPackTile_I4() local1426 realCols = srcLayer->width - x; in TCPackTile_I4()1431 if(realCols > 8) in TCPackTile_I4()1432 realCols = 8; in TCPackTile_I4()1440 for(col=0; col<realCols; col++) in TCPackTile_I4()1520 u32 realRows, realCols; in TCPackTile_I8() local1527 realCols = srcLayer->width - x; in TCPackTile_I8()1532 if(realCols > 8) in TCPackTile_I8()1533 realCols = 8; in TCPackTile_I8()1541 for(col=0; col<realCols; col++) in TCPackTile_I8()[all …]