Searched refs:realCols (Results 1 – 1 of 1) sorted by relevance
1414 u32 realRows, realCols; in TCPackTile_I4() local1421 realCols = srcLayer->width - x; in TCPackTile_I4()1426 if(realCols > 8) in TCPackTile_I4()1427 realCols = 8; in TCPackTile_I4()1435 for(col=0; col<realCols; col++) in TCPackTile_I4()1515 u32 realRows, realCols; in TCPackTile_I8() local1522 realCols = srcLayer->width - x; in TCPackTile_I8()1527 if(realCols > 8) in TCPackTile_I8()1528 realCols = 8; in TCPackTile_I8()1536 for(col=0; col<realCols; col++) in TCPackTile_I8()[all …]