Home
last modified time | relevance | path

Searched refs:HORZ (Results 1 – 25 of 145) sorted by relevance

123456

/dports/sysutils/zeitgeist/zeitgeist-1.0.3/tools/development/
H A Dcairoplot.py42 HORZ = 0 variable
99 return HORZ
403 amplitude = self.bounds[HORZ][1] - self.bounds[HORZ][0]
437 self.bounds[HORZ] = (min_data_value[HORZ], max_data_value[HORZ])
448 self.plot_width = self.dimensions[HORZ] - 2* self.borders[HORZ]
538 cr.line_to(self.dimensions[HORZ] - self.borders[HORZ], y)
644 if self.errors[HORZ] and len(self.errors[HORZ]) == 2:
1187 …step = (self.dimensions[HORZ] - 2*self.borders[HORZ] - self.value_label)/(len(self.labels[HORZ])-1)
1209 step = (self.dimensions[HORZ] - 2*self.borders[HORZ])/(len(self.labels[HORZ])-1)
1242 x = self.borders[HORZ] + value*self.steps[HORZ] + 2
[all …]
/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvastable.c89 #define HORZ 0 macro
1297 layout_data->children[i].start_pad[HORZ] = child->start_pad[HORZ]; in goo_canvas_table_size_request_init()
1298 layout_data->children[i].end_pad[HORZ] = child->end_pad[HORZ]; in goo_canvas_table_size_request_init()
1799 end_column = child->start[HORZ] + child->size[HORZ] - 1; in goo_canvas_table_size_allocate_pass3()
1906 end_column = child->start[HORZ] + child->size[HORZ] - 1; in goo_canvas_table_update_requested_heights()
2112 layout_data->allocated_size[HORZ] = floor (layout_data->allocated_size[HORZ]); in goo_canvas_table_get_requested_height()
2176 layout_data->allocated_size[HORZ] = floor (layout_data->requested_size[HORZ]); in goo_canvas_table_allocate_area()
2307 if (layout_data->allocated_size[HORZ] < layout_data->natural_size[HORZ] in goo_canvas_table_paint()
2495 end_column = table_child->start[HORZ] + table_child->size[HORZ] - 1; in goo_canvas_table_paint()
2623 if (layout_data->allocated_size[HORZ] < layout_data->natural_size[HORZ] in goo_canvas_table_get_items_at()
[all …]
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvastable.c89 #define HORZ 0 macro
1297 layout_data->children[i].start_pad[HORZ] = child->start_pad[HORZ]; in goo_canvas_table_size_request_init()
1298 layout_data->children[i].end_pad[HORZ] = child->end_pad[HORZ]; in goo_canvas_table_size_request_init()
1799 end_column = child->start[HORZ] + child->size[HORZ] - 1; in goo_canvas_table_size_allocate_pass3()
1906 end_column = child->start[HORZ] + child->size[HORZ] - 1; in goo_canvas_table_update_requested_heights()
2112 layout_data->allocated_size[HORZ] = floor (layout_data->allocated_size[HORZ]); in goo_canvas_table_get_requested_height()
2176 layout_data->allocated_size[HORZ] = floor (layout_data->requested_size[HORZ]); in goo_canvas_table_allocate_area()
2307 if (layout_data->allocated_size[HORZ] < layout_data->natural_size[HORZ] in goo_canvas_table_paint()
2495 end_column = table_child->start[HORZ] + table_child->size[HORZ] - 1; in goo_canvas_table_paint()
2623 if (layout_data->allocated_size[HORZ] < layout_data->natural_size[HORZ] in goo_canvas_table_get_items_at()
[all …]
/dports/graphics/goocanvas/goocanvas-1.0.0/src/
H A Dgoocanvastable.c89 #define HORZ 0 macro
1293 layout_data->children[i].start_pad[HORZ] = child->start_pad[HORZ]; in goo_canvas_table_size_request_init()
1294 layout_data->children[i].end_pad[HORZ] = child->end_pad[HORZ]; in goo_canvas_table_size_request_init()
1795 end_column = child->start[HORZ] + child->size[HORZ] - 1; in goo_canvas_table_size_allocate_pass3()
1900 end_column = child->start[HORZ] + child->size[HORZ] - 1; in goo_canvas_table_update_requested_heights()
2074 layout_data->allocated_size[HORZ] = floor (layout_data->allocated_size[HORZ]); in goo_canvas_table_get_requested_height()
2138 layout_data->allocated_size[HORZ] = floor (layout_data->requested_size[HORZ]); in goo_canvas_table_allocate_area()
2269 if (layout_data->allocated_size[HORZ] < layout_data->natural_size[HORZ] in goo_canvas_table_paint()
2457 end_column = table_child->start[HORZ] + table_child->size[HORZ] - 1; in goo_canvas_table_paint()
2585 if (layout_data->allocated_size[HORZ] < layout_data->natural_size[HORZ] in goo_canvas_table_get_items_at()
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmdialog.cc17 #define HORZ 10 macro
85 setSize(HORZ + w + MIDH + w + MIDH + w + HORZ, in CtrlAltDelete()
94 lockButton->setGeometry(YRect(HORZ, VERT, w, h)); in CtrlAltDelete()
95 suspendButton->setGeometry(YRect(HORZ + w + MIDH, VERT, w, h)); in CtrlAltDelete()
96 cancelButton->setGeometry(YRect(HORZ + w + MIDH + w + MIDH, VERT, w, h)); in CtrlAltDelete()
97 logoutButton->setGeometry(YRect(HORZ, VERT + h + MIDV, w, h)); in CtrlAltDelete()
98 rebootButton->setGeometry(YRect(HORZ + w + MIDH, VERT + h + MIDV, w, h)); in CtrlAltDelete()
99 shutdownButton->setGeometry(YRect(HORZ + w + MIDH + w + MIDH, VERT + h + MIDV, w, h)); in CtrlAltDelete()
100 windowListButton->setGeometry(YRect(HORZ, VERT + 2 * (h + MIDV), w, h)); in CtrlAltDelete()
101 restartButton->setGeometry(YRect(HORZ + w + MIDH, VERT + 2 * (h + MIDV), w, h)); in CtrlAltDelete()
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/histogram/
H A Dhist_plot.c133 #define HORZ( TYPE ) { \ macro
167 case VIPS_FORMAT_UCHAR: HORZ( unsigned char ); break; in vips_hist_plot_horz_gen()
168 case VIPS_FORMAT_CHAR: HORZ( signed char ); break; in vips_hist_plot_horz_gen()
169 case VIPS_FORMAT_USHORT: HORZ( unsigned short ); break; in vips_hist_plot_horz_gen()
170 case VIPS_FORMAT_SHORT: HORZ( signed short ); break; in vips_hist_plot_horz_gen()
171 case VIPS_FORMAT_UINT: HORZ( unsigned int ); break; in vips_hist_plot_horz_gen()
172 case VIPS_FORMAT_INT: HORZ( signed int ); break; in vips_hist_plot_horz_gen()
173 case VIPS_FORMAT_FLOAT: HORZ( float ); break; in vips_hist_plot_horz_gen()
174 case VIPS_FORMAT_DOUBLE: HORZ( double ); break; in vips_hist_plot_horz_gen()
/dports/x11-wm/openbox/openbox-3.6/openbox/actions/
H A Dmaximize.c7 HORZ = 1, enumerator
66 o->dir = HORZ; in setup_func()
109 toggle = ((o->dir == HORZ && !data->client->max_horz) || in run_func_toggle()
130 o->dir = HORZ; in setup_horz_func()
/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgwinline.cpp38 #define HORZ 0 macro
76 if(direc==HORZ) { in disp_char()
188 if(disp_char(row,col,attr,btype,ch,HORZ)) in whline()
210 if(disp_char(row,col,attr,btype,ch,HORZ)) in whline()
231 if(disp_char(row,col,attr,btype,ch,HORZ)) in whline()
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/macros/
H A DDEXBOXCO.DP62 LET HORZ(K) = LAMBDA
73 PLOT VERTZ HORZ TAGZ
75 DELETE Y2Z COEFZ COEF2Z VERTZ HORZ TAGZ
/dports/games/3dc/3Dc/include/
H A D3Dc.h88 #define HORZ(x, y) ( ((x)==0) ^ ((y)==0) ) macro
90 #define HORZ2D(x, y, z) (HORZ(x, y) && (z)==0)
94 #define HORZ3D(x, y, z) ((HORZ(x, y) && \
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/generator/
H A DMultiGenerator.java47 public static final int HORZ = 2; field in MultiGenerator
98 case HORZ: in create()
H A DLineStringGenerator.java40 public static final int HORZ = 2; field in LineStringGenerator
103 case HORZ: in create()
/dports/cad/xcircuit/xcircuit-3.10.30/asg/
H A Dglobal_route.c364 termTile = initial_move(tr->jEx, HORZ);
381 termTile = initial_move(tr->ex, HORZ);
415 termTile = initial_move(tr->jEx, HORZ);
440 termTile = initial_move(tr->ex, HORZ);
1012 currentPage = HORZ;
1843 else return(HORZ);
1927 if(a2->page == HORZ)
3882 routingRoot[HORZ][p] =
3904 reform_tile_space(allHSpace, HORZ);
4173 if (a->page == HORZ)
[all …]
H A Dlocal_route.c143 else if (Carc->page == HORZ)
274 if ((a->page == HORZ) &&
304 if ((a->page == HORZ) && (debug_level > 0))
334 if ((a->page == HORZ) && (debug_level > 0))
419 else if (Cpage == HORZ)
440 if ((Cpage == VERT) && (Ppage == HORZ))
471 if ((Cpage == HORZ) && (Ppage == VERT))
489 else if (Cpage == HORZ)
2231 if (orient == HORZ)
4224 if (a->page == HORZ)
[all …]
H A Dn2a.c265 routingRoot[HORZ] = (tile **)calloc(partition_count + 2, sizeof(tile *)); in Route()
313 reset_boundaries(routingRoot[HORZ][currentPartition], x1, y1, x2, y2); in Route()
347 routingRoot[HORZ] = (tile **)calloc(partition_count + 3, sizeof(tile *)); in Route()
H A Dnetwork1.h151 #define HORZ 0 macro
155 (((x) == HORZ) ? "HORZ" : "VERT")
/dports/devel/upp/upp/bazaar/Controls4U/
H A DSliderCtrlX.cpp117 int sz = Orientation == HORZ ? size.cy : size.cx; in DrawTick()
149 if( Orientation == HORZ ) { in DrawTick()
451 DrawTick( w, MAJOR, (HOVE)HoVe( HORZ, VERT ), nPos, i ); in Paint()
453 DrawTick( w, MINOR, (HOVE)HoVe( HORZ, VERT ), nPos, i ); in Paint()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dpartition_strategy.c379 &part_state->partition_rect_allowed[HORZ], in av1_simple_motion_search_based_split()
653 (part_state->partition_rect_allowed[HORZ] || in av1_simple_motion_search_prune_rect()
662 cpi, features, &part_state->prune_rect_part[HORZ], in av1_simple_motion_search_prune_rect()
685 part_state->prune_rect_part[HORZ] = 1; in av1_simple_motion_search_prune_rect()
1170 features, &part_state->prune_rect_part[HORZ], in av1_ml_prune_rect_partition()
1219 const int64_t *horz_rd = part_state->rect_part_rd[HORZ]; in av1_ml_prune_ab_partition()
1540 part_state->partition_rect_allowed[HORZ] = 0; in av1_prune_partitions_before_search()
1717 int64_t *horz_rd = part_state->rect_part_rd[HORZ]; in av1_prune_ab_partitions()
1805 part_state->partition_rect_allowed[HORZ] && in av1_prune_ab_partitions()
1847 int64_t *horz_rd = rect_part_rd[HORZ]; in prepare_features_after_part_ab()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/io/gml2/
H A DStaticLineStringTest.java65 pg.setGenerationAlgorithm(LineStringGenerator.HORZ); in testSingleLineStringManyPointRoundTrip()
H A DStaticMultiLineStringTest.java69 pgc.setGenerationAlgorithm(LineStringGenerator.HORZ); in testSingleMultiLineStringManyPointRoundTrip()
/dports/math/miracl/miracl-5.6/
H A Dratcalc.c24 #define HORZ 196 macro
333 for (i=1;i<38;i++) line[i]=HORZ; in drawit()
347 default: tline[i]=HORZ; in drawit()
348 bline[i]=HORZ; in drawit()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dtia.cpp1511 #define RESXX_APPLY_ACTIVE_HMOVE(HORZ,MOTION,MOTCLK) \ argument
1514 HORZ += 8; \
1516 HORZ -= ( MOTCLK - decrements_passed ); \
1517 if ( HORZ < 0 ) \
1518 HORZ += 160; \
1522 #define RESXX_APPLY_PREVIOUS_HMOVE(HORZ,MOTION) \ argument
1529 HORZ -= ( motclk - motclk_passed ); \
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dtia.cpp1511 #define RESXX_APPLY_ACTIVE_HMOVE(HORZ,MOTION,MOTCLK) \ argument
1514 HORZ += 8; \
1516 HORZ -= ( MOTCLK - decrements_passed ); \
1517 if ( HORZ < 0 ) \
1518 HORZ += 160; \
1522 #define RESXX_APPLY_PREVIOUS_HMOVE(HORZ,MOTION) \ argument
1529 HORZ -= ( motclk - motclk_passed ); \
/dports/biology/infernal/infernal-1.1.3/easel/miniapps/
H A Desl-alimap.c36 #define HORZ 2 macro
291 …tb[apos1][0] = HORZ; /* special case, if we hit apos2==0 and apos1 > 0, we have to do HORZ moves u… in map_msas()
309 choices[HORZ] = mx[(apos1-1)][ apos2 ]; in map_msas()
413 else if(tb[apos1][apos2] == HORZ) { in map_msas()
/dports/biology/hmmer/hmmer-3.3/easel/miniapps/
H A Desl-alimap.c36 #define HORZ 2 macro
291 …tb[apos1][0] = HORZ; /* special case, if we hit apos2==0 and apos1 > 0, we have to do HORZ moves u… in map_msas()
309 choices[HORZ] = mx[(apos1-1)][ apos2 ]; in map_msas()
413 else if(tb[apos1][apos2] == HORZ) { in map_msas()

123456