Searched refs:height (Results 1 – 6 of 6) sorted by relevance
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | squish.h | 178 int GetStorageRequirements( int width, int height, int flags ); 217 void CompressImage( u8 const* rgba, int width, int height, void* blocks, int flags ); 240 void DecompressImage( u8* rgba, int width, int height, void const* blocks, int flags );
|
| H A D | squish.cpp | 125 int GetStorageRequirements( int width, int height, int flags ) in GetStorageRequirements() argument 131 int blockcount = ( ( width + 3 )/4 ) * ( ( height + 3 )/4 ); in GetStorageRequirements() 136 void CompressImage( u8 const* rgba, int width, int height, void* blocks, int flags ) in CompressImage() argument 146 for( int y = 0; y < height; y += 4 ) in CompressImage() 163 if( sx < width && sy < height ) in CompressImage() 190 void DecompressImage( u8* rgba, int width, int height, void const* blocks, int flags ) in DecompressImage() argument 200 for( int y = 0; y < height; y += 4 ) in DecompressImage() 217 if( sx < width && sy < height ) in DecompressImage()
|
| H A D | texture_compression_s3tc.txt | 161 * <height> is not a multiple of four or equal to TEXTURE_HEIGHT, 202 * <height> is not a multiple of four or equal to TEXTURE_HEIGHT. 257 TEXTURE_WIDTH; <height> is not a multiple of four or equal to 275 DELETE: less than w+b, <yoffset> + <height> is less than h+b, or <zoffset> 299 an S3TC image has a width or height less than four, the data corresponding 302 When an S3TC image with a width of <w>, height of <h>, and block size of
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | DxtTests.cpp | 160 uint32 height; in SUITE() member 180 height = _height; in SUITE() 184 blkHeight = height >> 2; in SUITE() 481 …MT_ASSERT ((compressTask.width & 3) == 0 && (compressTask.height & 3) == 0, "Image size must be a … in SUITE()
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | style.css | 77 line-height: 1.5; 663 line-height: 0; 675 line-height: 1.5; 940 line-height: 1.5;
|
| H A D | Doxyfile | 50 # in the documentation. The maximum height of the logo should not exceed 55
|