Home
last modified time | relevance | path

Searched refs:art_new (Results 1 – 25 of 61) sorted by relevance

123

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/fix_pub/test/
H A Dunit_test_fix_pub.cpp472 CCit_art art_new, in BOOST_AUTO_TEST_CASE() local
475 art_new.SetAuthors().SetNames().SetStr().push_back("Doe John"); in BOOST_AUTO_TEST_CASE()
476 art_old.Assign(art_new); in BOOST_AUTO_TEST_CASE()
495 art_new.SetAuthors().SetNames().SetStr().push_back("a b"); in BOOST_AUTO_TEST_CASE()
496 art_new.SetAuthors().SetNames().SetStr().push_back("c d"); in BOOST_AUTO_TEST_CASE()
497 art_new.SetAuthors().SetNames().SetStr().push_back("e f"); in BOOST_AUTO_TEST_CASE()
498 art_new.SetAuthors().SetNames().SetStr().push_back("g h"); in BOOST_AUTO_TEST_CASE()
499 art_new.SetAuthors().SetNames().SetStr().push_back("i j"); in BOOST_AUTO_TEST_CASE()
500 art_new.SetAuthors().SetNames().SetStr().push_back("ii jj"); in BOOST_AUTO_TEST_CASE()
618 CCit_art art_new, in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/unit_test/
H A Dunit_test_pub_fix.cpp473 CCit_art art_new, in BOOST_AUTO_TEST_CASE() local
476 art_new.SetAuthors().SetNames().SetStr().push_back("Doe John"); in BOOST_AUTO_TEST_CASE()
477 art_old.Assign(art_new); in BOOST_AUTO_TEST_CASE()
496 art_new.SetAuthors().SetNames().SetStr().push_back("a b"); in BOOST_AUTO_TEST_CASE()
497 art_new.SetAuthors().SetNames().SetStr().push_back("c d"); in BOOST_AUTO_TEST_CASE()
498 art_new.SetAuthors().SetNames().SetStr().push_back("e f"); in BOOST_AUTO_TEST_CASE()
499 art_new.SetAuthors().SetNames().SetStr().push_back("g h"); in BOOST_AUTO_TEST_CASE()
500 art_new.SetAuthors().SetNames().SetStr().push_back("i j"); in BOOST_AUTO_TEST_CASE()
501 art_new.SetAuthors().SetNames().SetStr().push_back("ii jj"); in BOOST_AUTO_TEST_CASE()
619 CCit_art art_new, in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_svp_render_aa.c134 ArtSVPRenderAAIter *iter = art_new (ArtSVPRenderAAIter, 1); in art_svp_render_aa_iter()
142 iter->active_segs = art_new (int, svp->n_segs); in art_svp_render_aa_iter()
143 iter->cursor = art_new (int, svp->n_segs); in art_svp_render_aa_iter()
144 iter->seg_x = art_new (artfloat, svp->n_segs); in art_svp_render_aa_iter()
145 iter->seg_dx = art_new (artfloat, svp->n_segs); in art_svp_render_aa_iter()
146 iter->steps = art_new (ArtSVPRenderAAStep, x1 - x0); in art_svp_render_aa_iter()
H A Dart_uta.c43 uta = art_new (ArtUta, 1); in art_uta_new()
49 uta->utiles = art_new (ArtUtaBbox, uta->width * uta->height); in art_uta_new()
H A Dart_svp_wind.c368 active_segs = art_new (int, vp->n_segs); in traverse()
369 cursor = art_new (int, vp->n_segs); in traverse()
793 pts = art_new (ArtPoint, 16); in fix_crossing()
1015 cursor = art_new (int, vp->n_segs); in art_svp_uncross()
1017 seg_map = art_new (int, vp->n_segs); in art_svp_uncross()
1018 n_ips = art_new (int, vp->n_segs); in art_svp_uncross()
1019 n_ips_max = art_new (int, vp->n_segs); in art_svp_uncross()
1020 ips = art_new (ArtPoint *, vp->n_segs); in art_svp_uncross()
1094 pts = art_new (ArtPoint, 16); in art_svp_uncross()
1372 winding = art_new (int, vp->n_segs); in art_svp_rewind_uncrossed()
[all …]
H A Dart_misc.h50 #define art_new(type, n) ((type *)art_alloc ((n) * sizeof(type))) macro
56 …do { if(max) { p = art_renew (p, type, max <<= 1); } else { max = 1; p = art_new(type, 1); } } whi…
H A Dart_pixbuf.c53 pixbuf = art_new (ArtPixBuf, 1); in art_pixbuf_new_rgb_dnotify()
97 pixbuf = art_new (ArtPixBuf, 1); in art_pixbuf_new_rgba_dnotify()
266 result = art_new (ArtPixBuf, 1); in art_pixbuf_duplicate()
H A Dart_vpath_svp.c102 ends = art_new (ArtVpathSVPEnd, n_segs * 2); in art_vpath_from_svp()
123 new = art_new (ArtVpath, n_new_max); in art_vpath_from_svp()
125 visited = art_new (int, n_segs); in art_vpath_from_svp()
H A Dart_vpath.c84 vec = art_new (ArtVpath, CIRCLE_STEPS + 2); in art_vpath_new_circle()
121 new = art_new (ArtVpath, size + 1); in art_vpath_affine_transform()
212 new = art_new (ArtVpath, size + 1); in art_vpath_perturb()
H A Dart_rect_uta.c63 rects = art_new (ArtIRect, n_rects_max); in art_rect_list_from_uta()
69 glom = art_new (int, width * height); in art_rect_list_from_uta()
H A Dart_svp_intersect.c65 ArtPriQ *result = art_new (ArtPriQ, 1); in art_pri_new()
221 ArtPriPtPool *result = art_new (ArtPriPtPool, 1); in art_pri_pt_pool_new()
231 return art_new (ArtPriPoint, 1); in art_pri_pt_alloc()
377 seg->points = art_new (ArtPoint, init_n_points_max); in art_svp_writer_rewind_add_segment()
646 pri_pt = art_new (ArtPriPoint, 1); in art_svp_intersect_push_pt()
1222 hs = art_new (ArtActiveSeg, 1); in art_svp_intersect_horiz()
1399 ArtActiveSeg *seg = art_new (ArtActiveSeg, 1); in art_svp_intersect_add_seg()
1405 ArtPriPoint *pri_pt = art_new (ArtPriPoint, 1); in art_svp_intersect_add_seg()
1412 seg->stack = art_new (ArtPoint, seg->n_stack_max); in art_svp_intersect_add_seg()
1725 ctx = art_new (ArtIntersectCtx, 1); in art_svp_intersector()
[all …]
H A Dart_uta_rect.c47 uta = art_new (ArtUta, 1); in art_uta_from_irect()
52 utiles = art_new (ArtUtaBbox, width * height); in art_uta_from_irect()
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_svp_render_aa.c134 ArtSVPRenderAAIter *iter = art_new (ArtSVPRenderAAIter, 1); in art_svp_render_aa_iter()
142 iter->active_segs = art_new (int, svp->n_segs); in art_svp_render_aa_iter()
143 iter->cursor = art_new (int, svp->n_segs); in art_svp_render_aa_iter()
144 iter->seg_x = art_new (artfloat, svp->n_segs); in art_svp_render_aa_iter()
145 iter->seg_dx = art_new (artfloat, svp->n_segs); in art_svp_render_aa_iter()
146 iter->steps = art_new (ArtSVPRenderAAStep, x1 - x0); in art_svp_render_aa_iter()
H A Dart_uta.c43 uta = art_new (ArtUta, 1); in art_uta_new()
49 uta->utiles = art_new (ArtUtaBbox, uta->width * uta->height); in art_uta_new()
H A Dart_svp_wind.c373 active_segs = art_new (int, vp->n_segs); in traverse()
374 cursor = art_new (int, vp->n_segs); in traverse()
798 pts = art_new (ArtPoint, 16); in fix_crossing()
1020 cursor = art_new (int, vp->n_segs); in art_svp_uncross()
1022 seg_map = art_new (int, vp->n_segs); in art_svp_uncross()
1023 n_ips = art_new (int, vp->n_segs); in art_svp_uncross()
1024 n_ips_max = art_new (int, vp->n_segs); in art_svp_uncross()
1025 ips = art_new (ArtPoint *, vp->n_segs); in art_svp_uncross()
1099 pts = art_new (ArtPoint, 16); in art_svp_uncross()
1377 winding = art_new (int, vp->n_segs); in art_svp_rewind_uncrossed()
[all …]
H A Dart_misc.h50 #define art_new(type, n) ((type *)art_alloc ((n) * sizeof(type))) macro
56 …do { if(max) { p = art_renew (p, type, max <<= 1); } else { max = 1; p = art_new(type, 1); } } whi…
H A Dart_pixbuf.c53 pixbuf = art_new (ArtPixBuf, 1); in art_pixbuf_new_rgb_dnotify()
97 pixbuf = art_new (ArtPixBuf, 1); in art_pixbuf_new_rgba_dnotify()
266 result = art_new (ArtPixBuf, 1); in art_pixbuf_duplicate()
H A Dart_vpath_svp.c102 ends = art_new (ArtVpathSVPEnd, n_segs * 2); in art_vpath_from_svp()
123 new = art_new (ArtVpath, n_new_max); in art_vpath_from_svp()
125 visited = art_new (int, n_segs); in art_vpath_from_svp()
H A Dart_vpath.c84 vec = art_new (ArtVpath, CIRCLE_STEPS + 2); in art_vpath_new_circle()
121 new = art_new (ArtVpath, size + 1); in art_vpath_affine_transform()
212 new = art_new (ArtVpath, size + 1); in art_vpath_perturb()
H A Dart_rect_uta.c63 rects = art_new (ArtIRect, n_rects_max); in art_rect_list_from_uta()
69 glom = art_new (int, width * height); in art_rect_list_from_uta()
H A Dart_svp_intersect.c65 ArtPriQ *result = art_new (ArtPriQ, 1); in art_pri_new()
221 ArtPriPtPool *result = art_new (ArtPriPtPool, 1); in art_pri_pt_pool_new()
231 return art_new (ArtPriPoint, 1); in art_pri_pt_alloc()
377 seg->points = art_new (ArtPoint, init_n_points_max); in art_svp_writer_rewind_add_segment()
646 pri_pt = art_new (ArtPriPoint, 1); in art_svp_intersect_push_pt()
1222 hs = art_new (ArtActiveSeg, 1); in art_svp_intersect_horiz()
1399 ArtActiveSeg *seg = art_new (ArtActiveSeg, 1); in art_svp_intersect_add_seg()
1405 ArtPriPoint *pri_pt = art_new (ArtPriPoint, 1); in art_svp_intersect_add_seg()
1412 seg->stack = art_new (ArtPoint, seg->n_stack_max); in art_svp_intersect_add_seg()
1725 ctx = art_new (ArtIntersectCtx, 1); in art_svp_intersector()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword25/gfx/image/
H A Dart.cpp196 points = art_new(ArtPoint, n_points_max); in art_svp_from_vpath()
236 points = art_new(ArtPoint, n_points_max); in art_svp_from_vpath()
451 vec = art_new(ArtVpath, vec_n_max); in art_bez_path_to_vec()
808 forw = art_new(ArtVpath, n_forw_max); in art_svp_vpath_stroke_raw()
811 rev = art_new(ArtVpath, n_rev_max); in art_svp_vpath_stroke_raw()
815 result = art_new(ArtVpath, n_result_max); in art_svp_vpath_stroke_raw()
1030 ArtPriQ *result = art_new(ArtPriQ, 1); in art_pri_new()
1411 pri_pt = art_new(ArtPriPoint, 1); in art_svp_intersect_push_pt()
1877 hs = art_new(ArtActiveSeg, 1); in art_svp_intersect_horiz()
2190 ctx = art_new(ArtIntersectCtx, 1); in art_svp_intersector()
[all …]
H A Dart.h45 #define art_new(type, n) ((type *)malloc ((n) * sizeof(type))) macro
59 p = art_new(type, 1); \
/dports/games/scummvm/scummvm-2.5.1/engines/sword25/gfx/image/
H A Dart.cpp197 points = art_new(ArtPoint, n_points_max); in art_svp_from_vpath()
237 points = art_new(ArtPoint, n_points_max); in art_svp_from_vpath()
452 vec = art_new(ArtVpath, vec_n_max); in art_bez_path_to_vec()
813 forw = art_new(ArtVpath, n_forw_max); in art_svp_vpath_stroke_raw()
816 rev = art_new(ArtVpath, n_rev_max); in art_svp_vpath_stroke_raw()
820 result = art_new(ArtVpath, n_result_max); in art_svp_vpath_stroke_raw()
1035 ArtPriQ *result = art_new(ArtPriQ, 1); in art_pri_new()
1416 pri_pt = art_new(ArtPriPoint, 1); in art_svp_intersect_push_pt()
1882 hs = art_new(ArtActiveSeg, 1); in art_svp_intersect_horiz()
2195 ctx = art_new(ArtIntersectCtx, 1); in art_svp_intersector()
[all …]
H A Dart.h45 #define art_new(type, n) ((type *)malloc ((n) * sizeof(type))) macro
59 p = art_new(type, 1); \

123