Home
last modified time | relevance | path

Searched refs:expected_height (Results 1 – 25 of 90) sorted by relevance

1234

/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/tests/test_draw/
H A D__init__.py51 def assert_pixels(name, expected_width, expected_height, expected_pixels, argument
56 assert len(expected_pixels) == expected_height
61 name, expected_width, expected_height, pixels, expected_raw)
64 def assert_same_rendering(expected_width, expected_height, documents, argument
75 name, expected_width, expected_height, html)
80 assert_pixels_equal(name, expected_width, expected_height,
94 name, expected_width, expected_height, html)
118 def html_to_pixels(name, expected_width, expected_height, html): argument
129 document, name, expected_width, expected_height)
133 def document_to_pixels(document, name, expected_width, expected_height): argument
[all …]
H A Dtest_background.py49 def test_canvas_background(name, expected_width, expected_height, argument
51 assert_pixels(name, expected_width, expected_height, expected_pixels, html)
974 def test_background_size(name, expected_width, expected_height, argument
977 name, expected_width, expected_height, expected_pixels, html)
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/mainwindow/statusbar/
H A Dtest_progress.py86 expected_height = fake_statusbar.fontMetrics().height()
87 assert fake_statusbar.height() == expected_height
92 assert fake_statusbar.height() == expected_height
102 expected_height = progress_widget.height()
104 assert progress_widget.height() == expected_height
/dports/games/pvpgn/pvpgn-1.8.5/src/bniutils/
H A Dbnilist.c116 int expected_width, expected_height; in main() local
125 expected_height = 0; in main()
143 expected_height += y; in main()
151 …\n",expected_width,expected_height,tgaimg->width,tgaimg->height,((tgaimg->width == expected_width)… in main()
/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtest_postal.c114 float expected_height; in test_koreapost() member
140 …ual(symbol->height, data[i].expected_height, "i:%d symbol->height %.8g != %.8g\n", i, symbol->heig… in test_koreapost()
161 float expected_height; in test_japanpost() member
192 …ual(symbol->height, data[i].expected_height, "i:%d symbol->height %.8g != %.8g\n", i, symbol->heig… in test_japanpost()
216 float expected_height; in test_input() member
286 …equal(symbol->height, data[i].expected_height, "i:%d symbol->height %g != %g\n", i, symbol->height… in test_input()
H A Dtest_raster.c115 float expected_height; in test_buffer() member
316 float expected_height; in test_upcean_hrt() member
456 float expected_height; in test_row_separator() member
542 float expected_height; in test_stacking() member
628 float expected_height; in test_output_options() member
787 float expected_height; in test_draw_string_wrap() member
860 float expected_height; in test_code128_utf8() member
896 …>height, data[i].expected_height, "i:%d (%d) symbol->height %.8g != %.8g\n", i, BARCODE_CODE128, s… in test_code128_utf8()
935 float expected_height; in test_scale() member
1057 float expected_height; in test_buffer_plot() member
[all …]
H A Dtest_vector.c132 float expected_height; in test_buffer_vector() member
330 float expected_height; in test_upcean_hrt() member
409 …a[i].expected_height, "i:%d (%s) symbol->height %.8g != %.8g\n", i, testUtilBarcodeName(data[i].sy… in test_upcean_hrt()
453 float expected_height; in test_row_separator() member
499 …height, data[i].expected_height, "i:%d (%d) symbol->height %.8g != %.8g\n", i, data[i].symbology, … in test_row_separator()
522 float expected_height; in test_stacking() member
565 …height, data[i].expected_height, "i:%d (%d) symbol->height %.8g != %.8g\n", i, data[i].symbology, … in test_stacking()
579 …height, data[i].expected_height, "i:%d (%d) symbol->height %.8g != %.8g\n", i, data[i].symbology, … in test_stacking()
604 float expected_height; in test_output_options() member
699 …height, data[i].expected_height, "i:%d (%d) symbol->height %.8g != %.8g\n", i, data[i].symbology, … in test_output_options()
[all …]
H A Dtest_common.c98 float expected_height; in test_set_height() member
138 …t_equal(symbol.height, data[i].expected_height, "i:%d symbol.height %g != %g\n", i, symbol.height,… in test_set_height()
/dports/x11-fm/caja/caja-1.26.0/eel/
H A Deel-self-checks.h51 #define EEL_CHECK_DIMENSIONS_RESULT(expression, expected_width, expected_height) \ argument
54 eel_check_dimensions_result (expression, expected_width, expected_height); \
86 int expected_height);
H A Deel-self-checks.c143 int expected_height) in eel_check_dimensions_result() argument
146 || result.height != expected_height) in eel_check_dimensions_result()
153 expected_height)); in eel_check_dimensions_result()
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/qt4/tasks/tests/
H A Dtest_main_window_layout.py110 expected_height = self.window.size[1] // 2
113 bottom=PaneItem(height=expected_height)
128 self.assertEqual(size.height(), expected_height)
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/bugs/
H A D754_entity_get_max_bounding_box.lua3 local function check_max_box(entity, expected_x, expected_y, expected_width, expected_height)
11 assert_equal(height, expected_height)
/dports/www/drupal8/drupal-8.9.20/core/modules/media/tests/src/Unit/
H A DResourceTest.php78 …ns($factory, $width, $height, $exception = NULL, $expected_width = NULL, $expected_height = NULL) { argument
85 $this->assertSame($expected_height ?: $height, $resource->getHeight());
/dports/www/drupal9/drupal-9.2.10/core/modules/media/tests/src/Unit/
H A DResourceTest.php78 …ns($factory, $width, $height, $exception = NULL, $expected_width = NULL, $expected_height = NULL) { argument
85 $this->assertSame($expected_height ?: $height, $resource->getHeight());
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/post_filter/
H A Dloop_restoration.cc162 const int expected_height = plane_process_unit_height[plane] + in ApplyLoopRestorationForOneSuperBlockRow() local
165 (y + expected_height <= plane_height) ? expected_height in ApplyLoopRestorationForOneSuperBlockRow()
285 const int expected_height = plane_process_unit_height[plane] + in ApplyLoopRestorationThreaded() local
288 (unit_y + expected_height <= plane_height) in ApplyLoopRestorationThreaded()
289 ? expected_height in ApplyLoopRestorationThreaded()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/3rd-party/cove/tests/
H A DParallelImageProcessingTest.cpp86 QFETCH(int, expected_height); in makeStripeTest()
103 QCOMPARE(stripe_from_const.height(), expected_height); in makeStripeTest()
119 QCOMPARE(stripe_from_nonconst.height(), expected_height); in makeStripeTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/image/
H A Dimage_family_unittest.cc20 #define EXPECT_IMAGE_NON_NULL_AND_SIZE(image, expected_width, expected_height) \ argument
25 EXPECT_EQ(expected_height, image_->Height()); \
31 #define EXPECT_IMAGE_SIZE(image, expected_width, expected_height) \ argument
36 EXPECT_EQ(expected_height, image_.Height()); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/image/
H A Dimage_family_unittest.cc20 #define EXPECT_IMAGE_NON_NULL_AND_SIZE(image, expected_width, expected_height) \ argument
25 EXPECT_EQ(expected_height, image_->Height()); \
31 #define EXPECT_IMAGE_SIZE(image, expected_width, expected_height) \ argument
36 EXPECT_EQ(expected_height, image_.Height()); \
/dports/textproc/py-python-docx/python-docx-0.8.11/features/steps/
H A Ddocument.py232 expected_width, expected_height = context.original_dimensions
235 assert first_section.page_height == expected_height
258 expected_height, expected_width = context.original_dimensions
261 assert new_section.page_height == expected_height
/dports/multimedia/libgav1/libgav1-0.17.0/src/post_filter/
H A Dloop_restoration.cc123 int expected_height = plane_process_unit_height - in ApplyLoopRestorationForOneSuperBlockRow() local
132 current_process_unit_height = std::min(expected_height, plane_height - y); in ApplyLoopRestorationForOneSuperBlockRow()
133 expected_height = plane_process_unit_height; in ApplyLoopRestorationForOneSuperBlockRow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/post_filter/
H A Dloop_restoration.cc117 int expected_height = plane_process_unit_height - in ApplyLoopRestorationForOneSuperBlockRow() local
126 current_process_unit_height = std::min(expected_height, plane_height - y); in ApplyLoopRestorationForOneSuperBlockRow()
127 expected_height = plane_process_unit_height; in ApplyLoopRestorationForOneSuperBlockRow()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/qr2term-0.2.2/src/
H A Drender.rs166 fn helper_width_and_height(pixels: Vec<Color>, expected_width: usize, expected_height: usize) { in helper_width_and_height()
182 assert_eq!(expected_height, promised_height); in helper_width_and_height()
184 assert_eq!(expected_height, actual_height); in helper_width_and_height()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/
H A Dmain.lua61 local expected_x, expected_y, expected_width, expected_height = expected_entity:get_bounding_box()
65 assert_equal(actual_height, expected_height)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/util/
H A DCRUILabel+AttributeUtils_unittest.mm28 void CheckLabelLineHeight(CGFloat expected_height) {
36 EXPECT_EQ(expected_height, style.maximumLineHeight);
37 EXPECT_EQ(expected_height, label.cr_lineHeight);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dlabel_unittest.cc335 const int expected_height = minimum_size.height() + 10; in TEST_F() local
336 label()->SetLineHeight(expected_height); in TEST_F()
337 EXPECT_EQ(expected_height, label()->GetMinimumSize().height()); in TEST_F()
346 const int expected_height = minimum_size.height() + 10; in TEST_F() local
347 label()->SetLineHeight(expected_height); in TEST_F()
356 int expected_height = minimum_size.height() + 10; in TEST_F() local
357 label()->SetLineHeight(expected_height); in TEST_F()
359 expected_height += kInsets.height(); in TEST_F()
370 int expected_height = minimum_size.height() + 10; in TEST_F() local
371 label()->SetLineHeight(expected_height); in TEST_F()
[all …]

1234