Lines Matching refs:width
161 colorLayer->width = ( thisImage->lyColor.width >> thisImage->minLOD ); in TCWriteTplImageMipMaps()
171 …if( (thisImage->lyColor.width != thisImage->lyAlpha.width) || (thisImage->lyColor.height != thisIm… in TCWriteTplImageMipMaps()
179 alphaLayer->width = ( thisImage->lyAlpha.width >> thisImage->minLOD ); in TCWriteTplImageMipMaps()
205 colorLayer->width = ( thisImage->lyColor.width >> level ); in TCWriteTplImageMipMaps()
210 alphaLayer->width = ( thisImage->lyAlpha.width >> level ); in TCWriteTplImageMipMaps()
292 boxWid = srcColor->width / dstColor->width; in TCCreateNextMipMapLayer()
299 for( col=0; col < dstColor->width; col++ ) in TCCreateNextMipMapLayer()
387 saveWidth = (thisImage->lyColor).width; in TCComputeTplMipMapImageBufferSize()
393 (thisImage->lyColor).width = ( saveWidth >> level ); in TCComputeTplMipMapImageBufferSize()
399 (thisImage->lyColor).width = saveWidth; in TCComputeTplMipMapImageBufferSize()
463 if( ( thisImage->lyColor.width > 1024 ) || ( thisImage->lyColor.height > 1024 ) ) in TCCheckPower2()
476 size = (thisImage->lyColor).width; in TCCheckPower2()
527 checkWidth = ( (thisImage->lyColor).width >> scale ); in TCCheckMipMapReduction()