Lines Matching refs:width
538 sTmp = (u16)( (imgPtr->lyColor).width ); // IMAGE WIDTH in TCWriteTplFile()
567 !TCCheckPowerOfTwo( imgPtr->lyColor.width ) ) in TCWriteTplFile()
569 …wrapS mode must be GX_CLAMP for image %d in script file\n", imgPtr->lyColor.width, imgPtr->index ); in TCWriteTplFile()
946 u32 width, height; in TCComputeTplImageBufferSize_4Bit() local
948 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_4Bit()
952 tileCols = ((width + 7) >> 3); in TCComputeTplImageBufferSize_4Bit()
968 u32 width, height; in TCComputeTplImageBufferSize_8Bit() local
971 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_8Bit()
975 tileCols = ((width + 7) >> 3); in TCComputeTplImageBufferSize_8Bit()
991 u32 width, height; in TCComputeTplImageBufferSize_16Bit() local
994 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_16Bit()
998 tileCols = ((width + 3) >> 2); in TCComputeTplImageBufferSize_16Bit()
1014 u32 width, height; in TCComputeTplImageBufferSize_32Bit() local
1017 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_32Bit()
1021 tileCols = ((width + 3) >> 2); in TCComputeTplImageBufferSize_32Bit()
1039 u32 width, height; in TCComputeTplImageBufferSize_Cmp() local
1042 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_Cmp()
1048 tileCols = ((width + 7) >> 3); in TCComputeTplImageBufferSize_Cmp()
1385 u32 width, height; in TCWriteTplImage_I4() local
1388 width = colorLayer->width; in TCWriteTplImage_I4()
1392 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_I4()
1426 realCols = srcLayer->width - x; in TCPackTile_I4()
1486 u32 width, height; in TCWriteTplImage_I8() local
1489 width = colorLayer->width; in TCWriteTplImage_I8()
1493 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_I8()
1527 realCols = srcLayer->width - x; in TCPackTile_I8()
1572 u32 width, height; in TCWriteTplImage_IA4() local
1575 width = colorLayer->width; in TCWriteTplImage_IA4()
1579 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_IA4()
1613 realCols = colorLayer->width - x; in TCPackTile_IA4()
1671 u32 width, height; in TCWriteTplImage_IA8() local
1674 width = colorLayer->width; in TCWriteTplImage_IA8()
1678 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_IA8()
1712 realCols = colorLayer->width - x; in TCPackTile_IA8()
1767 u32 width, height; in TCWriteTplImage_R5G6B5() local
1770 width = colorLayer->width; in TCWriteTplImage_R5G6B5()
1774 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_R5G6B5()
1808 realCols = colorLayer->width - x; in TCPackTile_R5G6B5()
1847 u32 width, height; in TCWriteTplImage_RGB5A3() local
1850 width = colorLayer->width; in TCWriteTplImage_RGB5A3()
1854 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_RGB5A3()
1888 realCols = colorLayer->width - x; in TCPackTile_RGB5A3()
1958 u32 width, height; in TCWriteTplImage_RGBA8() local
1961 width = colorLayer->width; in TCWriteTplImage_RGBA8()
1965 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_RGBA8()
2000 realCols = colorLayer->width - x; in TCPackTile_RGBA8()
2055 u32 width, height; in TCWriteTplImage_CI4() local
2058 width = colorLayer->width; in TCWriteTplImage_CI4()
2062 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_CI4()
2097 realCols = srcLayer->width - x; in TCPackTile_CI4()
2142 u32 width, height; in TCWriteTplImage_CI8() local
2145 width = colorLayer->width; in TCWriteTplImage_CI8()
2149 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_CI8()
2182 realCols = srcLayer->width - x; in TCPackTile_CI8()
2219 u32 width, height; in TCWriteTplImage_CI14_X2() local
2222 width = colorLayer->width; in TCWriteTplImage_CI14_X2()
2226 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_CI14_X2()
2263 realCols = colorLayer->width - x; in TCPackTile_CI14_X2()
2303 srcTileCols = ((colorLayer->width + 3) >> 2); in TCWriteTplImage_CMP()
2336 srcPadWidth = ( (layer->width + 3) >> 2 ); in TCPackTile_CMP()
2736 u32 width = (thisImage->lyColor).width; in TCSetFilterModeByDim() local
2738 u32* dimPtr = &width; in TCSetFilterModeByDim()
2773 if( width == height ) in TCSetFilterModeByDim()
2775 return width; in TCSetFilterModeByDim()