Home
last modified time | relevance | path

Searched refs:last_shape (Results 1 – 13 of 13) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A Dtmg_conn_s.cpp60 tcs_shape* last_shape; member
135 _levV[j]->last_shape = NULL; in clear()
212 slev->last_shape->next = s; in addShape()
222 slev->last_shape = s; in addShape()
362 bin->last_shape = NULL; in tcs_lev_init()
378 bin->last_shape->next = s; in tcs_lev_add()
388 bin->last_shape = s; in tcs_lev_add()
397 bin->last_shape->next = s; in tcs_lev_add_no_bb()
399 bin->last_shape = s; in tcs_lev_add_no_bb()
405 if (bin->last_shape) in tcs_lev_wrap()
[all …]
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/caffe/
H A Dshape.py59 last_shape = node.get_only_parent()[0].output_shape
62 shapes.append(shape if shape != 0 else last_shape[idx])
66 for i in last_shape:
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dchains.rs584 let last_shape = if all_in_one_line { in format_last_child() localVariable
597 last_shape.offset_left(almost_total) in format_last_child()
599 last_shape in format_last_child()
619 let last_shape = child_shape in format_last_child() localVariable
621 match last.rewrite(context, last_shape) { in format_last_child()
642 let last_shape = if context.use_block_indent() { in format_last_child() localVariable
643 last_shape in format_last_child()
648 last_subexpr_str = last_subexpr_str.or_else(|| last.rewrite(context, last_shape)); in format_last_child()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_cv/
H A Dmod_cv.cpp118 struct shape last_shape[MAX_SHAPES]; member
616 context->last_shape[i] = context->shape[i]; in detectAndDraw()
746 if (context->shape_idx && context->shape[0].w && context->last_shape[0].w) { in video_thread_callback()
750 if (context->shape[0].w > context->last_shape[0].w) { in video_thread_callback()
752 min = context->last_shape[0].w; in video_thread_callback()
754 max = context->last_shape[0].w; in video_thread_callback()
762 memset(context->last_shape, 0, sizeof(context->last_shape[0]) * MAX_SHAPES); in video_thread_callback()
805 memset(context->last_shape, 0, sizeof(context->last_shape[0]) * MAX_SHAPES); in video_thread_callback()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Danimate.cc320 last_shape = obj->get_shapenum(); in Initialize()
325 ShapeID shp(last_shape, last_frame); in Initialize()
326 aniinf = obj->get_info().get_animation_info_safe(last_shape, in Initialize()
H A Danimate.h133 unsigned short last_shape; // To check if we need to re init variable
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapelst.h81 int last_shape; // Last shape visible in window. variable
H A Dshapelst.cc205 last_shape = shapenum; in render()
270 last_shape = 0; in setup_info()
2459 first_shape, last_shape, first_shape, last_shape); in update_statusbar()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_photon.c1851 static int last_shape = 0; variable
1897 last_shape = shape; in mch_set_mouse_shape()
1912 mch_set_mouse_shape(last_shape); in gui_mch_mousehide()
H A Dgui_x11.c3249 static int last_shape = 0; variable
3266 mch_set_mouse_shape(last_shape); in gui_mch_mousehide()
3324 last_shape = shape; in mch_set_mouse_shape()
H A Dgui_gtk_x11.c6816 static int last_shape = 0; variable
6837 mch_set_mouse_shape(last_shape); in gui_mch_mousehide()
6906 last_shape = shape; in mch_set_mouse_shape()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scene_manager/
H A Dswf_parse.c830 static GF_Err swf_flush_shape(SWFReader *read, SWFShape *shape, SWFFont *font, Bool last_shape) in swf_flush_shape() argument
869 e = read->define_shape(read, shape, font, last_shape); in swf_flush_shape()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scene_manager/
H A Dswf_parse.c830 static GF_Err swf_flush_shape(SWFReader *read, SWFShape *shape, SWFFont *font, Bool last_shape) in swf_flush_shape() argument
869 e = read->define_shape(read, shape, font, last_shape); in swf_flush_shape()