Searched refs:same_height (Results 1 – 8 of 8) sorted by relevance
/dports/games/sxsame/sxsame-3.02/ |
H A D | sxsame.c | 157 int same_width, same_height; variable 218 SaveInitFile(same_width, same_height, 402 if(same_width == 15 && same_height == 8) in sxs() 430 game.bit_height*same_height); in sxs() 453 for(j=0;j<same_height;j++) in sxs() 461 rest = same_width*same_height; in sxs() 473 DrawAllBits(same_width, same_height, 0); in sxs() 1436 same_height = 8; in size_small() 1444 same_height = 10; in size_normal() 1452 same_height = 15; in size_large() [all …]
|
/dports/www/drupal8/drupal-8.9.20/core/modules/editor/tests/src/Functional/ |
H A D | EditorUploadImageScaleTest.php | 231 …$same_height = $this->assertEqual($height, $expected['height'], 'Actual height of "' . $height . '… 232 return $same_width && $same_height;
|
/dports/graphics/ocrad/ocrad-0.27/ |
H A D | common.h | 67 enum Type { letters, letters_only, numbers, numbers_only, same_height, enumerator
|
H A D | common.cc | 52 { "same_height", Filter::same_height },
|
H A D | textline.cc | 361 if( filter == Filter::same_height ) in apply_filter()
|
H A D | character.cc | 384 case Filter::same_height: break; // handled at line level in apply_filter()
|
H A D | ChangeLog | 32 * Added new filters 'same_height', 'upper_num' and 'upper_num_only'.
|
/dports/graphics/ocrad/ocrad-0.27/doc/ |
H A D | ocrad.texi | 347 @item --filter=same_height
|