Home
last modified time | relevance | path

Searched refs:has_y (Results 1 – 25 of 88) sorted by relevance

1234

/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dstat-count.r59 has_y <- !(is.null(data$y) && is.null(params$y)) functionVar
60 if (!has_x && !has_y) {
63 if (has_x && has_y) {
H A Dstat-bin.r91 has_y <- !(is.null(data$y) && is.null(params$y)) functionVar
92 if (!has_x && !has_y) {
95 if (has_x && has_y) {
H A Dstat-ecdf.r82 has_y <- !(is.null(data$y) && is.null(params$y)) functionVar
83 if (!has_x && !has_y) {
H A Dstat-density.r76 has_y <- !(is.null(data$y) && is.null(params$y)) functionVar
77 if (!has_x && !has_y) {
H A Dstat-boxplot.r69 has_y <- !(is.null(data$y) && is.null(params$y)) functionVar
70 if (!has_x && !has_y) {
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/
H A Dvec2_test.cc61 ASSERT_TRUE(vec2_->has_y()); in TEST_F()
85 ASSERT_TRUE(vec2_->has_y()); in TEST_F()
123 ASSERT_TRUE(dv2->has_y()); in TEST_F()
H A Dmodel_test.cc198 ASSERT_FALSE(scale_->has_y()); in TEST_F()
208 ASSERT_FALSE(scale_->has_y()); in TEST_F()
214 ASSERT_TRUE(scale_->has_y()); in TEST_F()
233 ASSERT_TRUE(scale_->has_y()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/input/
H A Dtouch_input_scaler.cc53 if (point->has_x() || point->has_y()) { in InjectTouchEvent()
54 DCHECK(point->has_x() && point->has_y()); in InjectTouchEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/renderer/
H A Dwindow_features_converter.cc21 result->has_y = web_window_features.y_set; in ConvertWebWindowFeaturesToMojoWindowFeatures()
39 result.y_set = window_features.has_y; in ConvertMojoWindowFeaturesToWebWindowFeatures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/renderer/
H A Dwindow_features_converter.cc21 result->has_y = web_window_features.y_set; in ConvertWebWindowFeaturesToMojoWindowFeatures()
39 result.y_set = window_features.has_y; in ConvertMojoWindowFeaturesToWebWindowFeatures()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dsvg_text_layout_engine.cc61 bool has_y = data.HasY(); in SetCurrentTextPosition() local
62 if (has_y) in SetCurrentTextPosition()
73 if (has_y) in SetCurrentTextPosition()
80 return has_x || has_y; in SetCurrentTextPosition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dsvg_text_layout_engine.cc62 bool has_y = data.HasY(); in SetCurrentTextPosition() local
63 if (has_y) in SetCurrentTextPosition()
74 if (has_y) in SetCurrentTextPosition()
81 return has_x || has_y; in SetCurrentTextPosition()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dparticle_kind.cpp175 bool has_y = size->get("y-increase-factor", &m_scale_affector_factor_y) == 1; in ParticleKind() local
176 m_has_scale_affector = (has_x || has_y); in ParticleKind()
/dports/games/battletanks/btanks-0.9.8083/math/
H A Dquad_tree.h278 bool has_y = rect.y1 > root.area.y1; in split() local
279 if (has_x && has_y) { in split()
290 } else if (has_y) { in split()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/mojom/window_features/
H A Dwindow_features.mojom12 bool has_y = false;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/window_features/
H A Dwindow_features.mojom12 bool has_y = false;
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/nibabel/tests/
H A Dtest_orientations.py193 for y_val, has_y in ((0, False),
199 res = pass_tol if has_y else fail_tol
/dports/cad/yosys/yosys-yosys-0.12/passes/sat/
H A Dsim.cc285 bool has_a, has_b, has_c, has_d, has_s, has_y; in update_cell() local
292 has_y = cell->hasPort(ID::Y); in update_cell()
299 if (has_y) sig_y = cell->getPort(ID::Y); in update_cell()
305 if (has_a && !has_c && !has_d && !has_s && has_y) { in update_cell()
311 if (has_a && has_b && has_c && !has_d && !has_s && has_y) { in update_cell()
317 if (has_a && has_b && !has_c && !has_d && has_s && has_y) { in update_cell()
/dports/devel/critcl/critcl-3.1.18.1/test/assets/cproc/
H A D2.124 static void c__aproc0(int x, int has_y, int y, int z)
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dvec2.h66 bool has_y() const { return has_y_; } in has_y() function
/dports/science/libkml/libkml-1.3.0/examples/helloworld/
H A Dhelloattrs.cc56 assert(true == hotspot->has_y()); in CheckHotSpot()
/dports/devel/critcl/critcl-3.1.18.1/test/assets/cproc-trace/
H A D2.124 static void c__aproc0(int x, int has_y, int y, int z)
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/protocol/
H A Dmouse_input_filter.cc48 if (out_event.has_y()) { in InjectMouseEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/blocked_content/
H A Dblocked_window_params.cc58 if (features_.has_y) in CreateNavigateParams()
/dports/databases/pointcloud/pointcloud-1.2.1/lib/
H A Dpc_point.c328 int has_y = pc_point_get_y(pt, &y) == PC_SUCCESS; in pc_point_to_geometry_wkb() local
332 if ( ! ( has_x && has_y ) ) in pc_point_to_geometry_wkb()

1234