Lines Matching refs:width
533 sTmp = (u16)( (imgPtr->lyColor).width ); // IMAGE WIDTH in TCWriteTplFile()
562 !TCCheckPowerOfTwo( imgPtr->lyColor.width ) ) in TCWriteTplFile()
564 …wrapS mode must be GX_CLAMP for image %d in script file\n", imgPtr->lyColor.width, imgPtr->index ); in TCWriteTplFile()
941 u32 width, height; in TCComputeTplImageBufferSize_4Bit() local
943 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_4Bit()
947 tileCols = ((width + 7) >> 3); in TCComputeTplImageBufferSize_4Bit()
963 u32 width, height; in TCComputeTplImageBufferSize_8Bit() local
966 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_8Bit()
970 tileCols = ((width + 7) >> 3); in TCComputeTplImageBufferSize_8Bit()
986 u32 width, height; in TCComputeTplImageBufferSize_16Bit() local
989 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_16Bit()
993 tileCols = ((width + 3) >> 2); in TCComputeTplImageBufferSize_16Bit()
1009 u32 width, height; in TCComputeTplImageBufferSize_32Bit() local
1012 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_32Bit()
1016 tileCols = ((width + 3) >> 2); in TCComputeTplImageBufferSize_32Bit()
1034 u32 width, height; in TCComputeTplImageBufferSize_Cmp() local
1037 width = (thisImage->lyColor).width; in TCComputeTplImageBufferSize_Cmp()
1043 tileCols = ((width + 7) >> 3); in TCComputeTplImageBufferSize_Cmp()
1380 u32 width, height; in TCWriteTplImage_I4() local
1383 width = colorLayer->width; in TCWriteTplImage_I4()
1387 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_I4()
1421 realCols = srcLayer->width - x; in TCPackTile_I4()
1481 u32 width, height; in TCWriteTplImage_I8() local
1484 width = colorLayer->width; in TCWriteTplImage_I8()
1488 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_I8()
1522 realCols = srcLayer->width - x; in TCPackTile_I8()
1567 u32 width, height; in TCWriteTplImage_IA4() local
1570 width = colorLayer->width; in TCWriteTplImage_IA4()
1574 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_IA4()
1608 realCols = colorLayer->width - x; in TCPackTile_IA4()
1666 u32 width, height; in TCWriteTplImage_IA8() local
1669 width = colorLayer->width; in TCWriteTplImage_IA8()
1673 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_IA8()
1707 realCols = colorLayer->width - x; in TCPackTile_IA8()
1762 u32 width, height; in TCWriteTplImage_R5G6B5() local
1765 width = colorLayer->width; in TCWriteTplImage_R5G6B5()
1769 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_R5G6B5()
1803 realCols = colorLayer->width - x; in TCPackTile_R5G6B5()
1842 u32 width, height; in TCWriteTplImage_RGB5A3() local
1845 width = colorLayer->width; in TCWriteTplImage_RGB5A3()
1849 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_RGB5A3()
1883 realCols = colorLayer->width - x; in TCPackTile_RGB5A3()
1953 u32 width, height; in TCWriteTplImage_RGBA8() local
1956 width = colorLayer->width; in TCWriteTplImage_RGBA8()
1960 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_RGBA8()
1995 realCols = colorLayer->width - x; in TCPackTile_RGBA8()
2050 u32 width, height; in TCWriteTplImage_CI4() local
2053 width = colorLayer->width; in TCWriteTplImage_CI4()
2057 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_CI4()
2092 realCols = srcLayer->width - x; in TCPackTile_CI4()
2137 u32 width, height; in TCWriteTplImage_CI8() local
2140 width = colorLayer->width; in TCWriteTplImage_CI8()
2144 numTileCols = ((width + 7) >> 3); in TCWriteTplImage_CI8()
2177 realCols = srcLayer->width - x; in TCPackTile_CI8()
2214 u32 width, height; in TCWriteTplImage_CI14_X2() local
2217 width = colorLayer->width; in TCWriteTplImage_CI14_X2()
2221 numTileCols = ((width + 3) >> 2); in TCWriteTplImage_CI14_X2()
2258 realCols = colorLayer->width - x; in TCPackTile_CI14_X2()
2298 srcTileCols = ((colorLayer->width + 3) >> 2); in TCWriteTplImage_CMP()
2331 srcPadWidth = ( (layer->width + 3) >> 2 ); in TCPackTile_CMP()
2731 u32 width = (thisImage->lyColor).width; in TCSetFilterModeByDim() local
2733 u32* dimPtr = &width; in TCSetFilterModeByDim()
2768 if( width == height ) in TCSetFilterModeByDim()
2770 return width; in TCSetFilterModeByDim()