Home
last modified time | relevance | path

Searched refs:da_opt (Results 1 – 16 of 16) sorted by relevance

/dports/games/adonthell/adonthell-0.3.8/src/
H A Dsurface.h191 void draw (s_int16 x, s_int16 y, const drawing_area * da_opt = NULL,
194 draw (x, y, 0, 0, length (), height (), da_opt, target);
215 u_int16 sh, const drawing_area * da_opt = NULL,
226 u_int16 sh, const drawing_area * da_opt = NULL,
229 draw (x, y, sx, sy, sl, sh, da_opt, target);
248 u_int32 col, drawing_area * da_opt = NULL);
H A Dmapview.h342 void draw (s_int16 x, s_int16 y, const drawing_area * da_opt = NULL,
352 void draw_tile (s_int16 x, s_int16 y, const drawing_area * da_opt, surface * target,
355 void draw_mapchar (s_int16 x, s_int16 y, const drawing_area * da_opt,
357 void draw_bubble (s_int16 x, s_int16 y, const drawing_area * da_opt,
H A Dmapobject.cc67 void mapobject::draw (s_int16 x, s_int16 y, const drawing_area * da_opt, surface * target) const in draw() argument
72 (*i)->draw (x, y, da_opt, target); in draw()
76 const drawing_area * da_opt, surface * target) const in draw_from_base() argument
79 da_opt, target); in draw_from_base()
H A Dmapview.cc274 void mapview::draw (s_int16 x, s_int16 y, const drawing_area * da_opt, in draw() argument
296 if (da_opt) da.assign_drawing_area (da_opt); in draw()
559 if (da_opt) da.detach_drawing_area (); in draw()
567 void mapview::draw_tile (s_int16 x, s_int16 y, const drawing_area * da_opt, in draw_tile() argument
573 da_opt, target); in draw_tile()
576 void mapview::draw_mapchar (s_int16 x, s_int16 y, const drawing_area * da_opt, in draw_mapchar() argument
587 itc->mchar->draw (xdraw, ydraw, da_opt, target); in draw_mapchar()
590 void mapview::draw_bubble (s_int16 x, s_int16 y, const drawing_area * da_opt, in draw_bubble() argument
601 (*itc)->draw_bubble (xdraw, ydraw, da_opt, target); in draw_bubble()
H A Dmapobject.h93 …void draw (s_int16 x, s_int16 y, const drawing_area * da_opt = NULL, surface * target = NULL) cons…
104 void draw_from_base (s_int16 x, s_int16 y, const drawing_area * da_opt = NULL,
H A Dadonthell.h196 void draw (s_int16 x, s_int16 y, drawing_area * da_opt = NULL,
199 view.mapview::draw (x, y, da_opt, target);
H A Dmapcharacter.cc839 void mapcharacter::draw (s_int16 x, s_int16 y, const drawing_area * da_opt, surface * target) const in draw() argument
841 anim[current_move]->draw (x, y, da_opt, target); in draw()
844 void mapcharacter::draw_bubble (s_int16 x, s_int16 y, const drawing_area * da_opt, in draw_bubble() argument
853 else if (dx + saying->drawing_area::length () > da_opt->x () + da_opt->length () - 4) in draw_bubble()
854 dx = da_opt->x () + da_opt->length () - saying->drawing_area::length () - 4; in draw_bubble()
857 saying->assign_drawing_area (da_opt); in draw_bubble()
H A Dmapcharacter.h193 …void draw (s_int16 x, s_int16 y, const drawing_area * da_opt = NULL, surface * target = NULL) cons…
194 …void draw_bubble (s_int16 x, s_int16 y, const drawing_area * da_opt = NULL, surface * target = NUL…
H A Ddrawable.h119 virtual void draw (s_int16 x, s_int16 y, const drawing_area * da_opt = NULL,
H A Dsurface.cc160 u_int16 sh, const drawing_area * da_opt, in draw() argument
163 setup_rects (x, y, sx, sy, sl, sh, da_opt); in draw()
241 drawing_area * da_opt) in fillrect() argument
243 if (da_opt) in fillrect()
245 SDL_Rect da = da_opt->setup_rects (); in fillrect()
H A Dmapsquare_walkable.h260 virtual void draw (s_int16 x, s_int16 y, const drawing_area * da_opt = NULL,
H A Danimation.cc149 void animation::draw (s_int16 x, s_int16 y, const drawing_area * da_opt, in draw() argument
159 … y + yoffset () + frame[currentframe ()].offy (), da_opt, in draw()
H A Danimation.h423 void draw (s_int16 x, s_int16 y, const drawing_area * da_opt = NULL,
/dports/math/py-opt-einsum/opt_einsum-3.3.0/opt_einsum/tests/
H A Dtest_backends.py337 da_opt = expr(*da_views)
340 assert isinstance(da_opt, da.Array)
342 assert np.allclose(ein, np.array(da_opt))
345 da_opt = contract(string, *da_views)
346 assert isinstance(da_opt, da.Array)
347 assert np.allclose(ein, np.array(da_opt))
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_options.c761 const dirauth_options_t *da_opt; in test_options_validate__authdir() local
820 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
821 tt_str_op(da_opt->RecommendedClientVersions->value, OP_EQ, "1.2, 3.14"); in test_options_validate__authdir()
822 tt_str_op(da_opt->RecommendedServerVersions->value, OP_EQ, "1.2, 3.14"); in test_options_validate__authdir()
832 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
833 tt_str_op(da_opt->RecommendedClientVersions->value, OP_EQ, "25"); in test_options_validate__authdir()
834 tt_str_op(da_opt->RecommendedServerVersions->value, OP_EQ, "4.18"); in test_options_validate__authdir()
845 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
856 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
867 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_options.c761 const dirauth_options_t *da_opt; in test_options_validate__authdir() local
820 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
821 tt_str_op(da_opt->RecommendedClientVersions->value, OP_EQ, "1.2, 3.14"); in test_options_validate__authdir()
822 tt_str_op(da_opt->RecommendedServerVersions->value, OP_EQ, "1.2, 3.14"); in test_options_validate__authdir()
832 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
833 tt_str_op(da_opt->RecommendedClientVersions->value, OP_EQ, "25"); in test_options_validate__authdir()
834 tt_str_op(da_opt->RecommendedServerVersions->value, OP_EQ, "4.18"); in test_options_validate__authdir()
845 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
856 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
867 da_opt = get_dirauth_options(tdata->opt); in test_options_validate__authdir()
[all …]