Searched refs:width (Results 1 – 6 of 6) sorted by relevance
| /TaskScheduler/ThirdParty/Squish/ |
| 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 148 for( int x = 0; x < width; x += 4 ) in CompressImage() 163 if( sx < width && sy < height ) in CompressImage() 166 u8 const* sourcePixel = rgba + 4*( width*sy + sx ); in CompressImage() 190 void DecompressImage( u8* rgba, int width, int height, void const* blocks, int flags ) in DecompressImage() argument 202 for( int x = 0; x < width; x += 4 ) in DecompressImage() 217 if( sx < width && sy < height ) in DecompressImage() 219 u8* targetPixel = rgba + 4*( width*sy + sx ); in DecompressImage()
|
| 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 | texture_compression_s3tc.txt | 159 * <width> is not a multiple of four or equal to TEXTURE_WIDTH, 201 * <width> is not a multiple of four or equal to TEXTURE_WIDTH. 256 the following apply: <width> is not a multiple of four or equal to 274 DELETE: <yoffset>, or <zoffset> is greater than -b, <xoffset> + <width> is 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 | 159 uint32 width; in SUITE() member 179 width = _width; in SUITE() 183 blkWidth = width >> 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 | 297 border-width: 0 0 0 1px; 302 border-width: 0 1px 0 0; 306 border-top-width: 1px; 312 border-top-width: 1px; 318 border-bottom-width: 1px; 324 border-bottom-width: 1px; 347 width: auto; 659 width: auto;
|
| H A D | Doxyfile | 51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 1456 # to set the initial width (in pixels) of the frame in which the tree is shown.
|