Home
last modified time | relevance | path

Searched refs:prev_cx (Results 1 – 12 of 12) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/math/
H A Dorder-stats.c120 struct ccase *prev_cx = NULL; in order_stats_accumulate_idx() local
139 update_k_values (prev_cx, prev_value, c_i, cc_i, os, nos); in order_stats_accumulate_idx()
143 case_unref (prev_cx); in order_stats_accumulate_idx()
146 prev_cx = case_ref (cx); in order_stats_accumulate_idx()
149 update_k_values (prev_cx, prev_value, c_i, cc_i, os, nos); in order_stats_accumulate_idx()
150 case_unref (prev_cx); in order_stats_accumulate_idx()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_passes/src/
H A Dregion.rs92 let prev_cx = visitor.cx; in resolve_block() localVariable
150 visitor.cx = prev_cx; in resolve_block()
154 let prev_cx = visitor.cx; in resolve_arm() localVariable
167 visitor.cx = prev_cx; in resolve_arm()
209 let prev_cx = visitor.cx; in resolve_expr() localVariable
447 visitor.cx = prev_cx; in resolve_expr()
/dports/japanese/skkserv/skk-9.6/contrib/skkinput-0.99/
H A Dskkwin.c299 if( x == node->prev_cx && y == node->prev_cy ) in skkinput_DiffDrawWindowSub1()
319 if( x >= node->prev_cx && in skkinput_DiffDrawWindowSub1()
320 ( node->prev_cx <= ( x + w->skkinput.kanji_width ) ) && in skkinput_DiffDrawWindowSub1()
357 ( x == node->prev_cx && y == node->prev_cy ) || in skkinput_DiffDrawWindowSub1()
477 ( x <= node->prev_cx && y == node->prev_cy ) ){ in skkinput_DiffDrawWindow()
478 skkwin_jerase( gw, node->prev_cx, node->prev_cy, True ) ; in skkinput_DiffDrawWindow()
496 node->prev_cx = cx ; in skkinput_DiffDrawWindow()
979 node->prev_cx = cx ; in skkinput_FullDrawWindow()
H A Dskkmain.h112 int prev_cx, prev_cy ; member
H A Dskkmbuf.c93 node->prev_cx = node->prev_cy = -1 ; in skkinput_SkkInputNodeInit()
/dports/japanese/skkinput/skkinput-2.06.4/
H A Dbuffers.h82 int prev_cx, prev_cy ; member
H A Dskkmbuf.c115 node->prev_cx = node->prev_cy = -1 ; in skkinput_SkkInputNodeInit()
H A DSeparateWin.c767 ( node->prev_cx != x1 || node->prev_cy != y1 ) ){ in skkinput_DiffDrawWindowSub1()
780 if( node->prev_cx == x1 && node->prev_cy == y1 ){ in skkinput_DiffDrawWindowSub1()
902 x1 <= node->prev_cx || y1 <= node->prev_cy ) ){ in skkinput_DiffDrawWindowSub1()
912 node->prev_cx = cx ; in skkinput_DiffDrawWindowSub1()
1162 node->prev_cx = cx ; in skkinput_FullDrawWindow()
H A DOffWin.c1340 node->prev_cx = cx ; in OFFW_FullDrawWindow()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/openvg/
H A DOpenVGRenderer.cpp675 float prev_cx = cur_end.cp.x; in reverse_path() local
686 if (prev_ax == prev_cx && prev_ay == prev_cy) { in reverse_path()
687 prev_cx = cur_edge.ap.x; in reverse_path()
691 Edge newedge(prev_cx, prev_cy, cur_edge.ap.x, cur_edge.ap.y); in reverse_path()
695 prev_cx = cur_edge.cp.x; in reverse_path()
702 Edge newlastedge(prev_cx, prev_cy, cur_path.ap.x, cur_path.ap.y); in reverse_path()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/opengl/
H A DRenderer_ogl.cpp1256 float prev_cx = cur_end.cp.x; in reverse_path() local
1268 if (prev_ax == prev_cx && prev_ay == prev_cy) { in reverse_path()
1269 prev_cx = cur_edge.ap.x; in reverse_path()
1273 Edge newedge(prev_cx, prev_cy, cur_edge.ap.x, cur_edge.ap.y); in reverse_path()
1277 prev_cx = cur_edge.cp.x; in reverse_path()
1284 Edge newlastedge(prev_cx, prev_cy, cur_path.ap.x, cur_path.ap.y); in reverse_path()
/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dlevelwin.cpp210 static int prev_cx = -1; in draw() local
220 if (prev_cx != view_x || in draw()
242 prev_cx = view_x; in draw()