Home
last modified time | relevance | path

Searched refs:dc_alloc (Results 1 – 14 of 14) sorted by relevance

/dports/math/gnubc/bc-1.07.1/dc/
H A Dstack.c59 dc_alloc DC_DECLVOID() in DC_DECLVOID()
266 dc_list *n = dc_alloc(); in dc_push()
281 dc_list *n = dc_alloc(); in dc_register_push()
352 dc_register[regid] = dc_alloc(); in dc_register_set()
534 r = dc_register[array_id] = dc_alloc(); in dc_set_stacked_array()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dstock.c790 if ( !( dc = dc_alloc())) in register_mapper_fonts()
819 HDC dc = dc_alloc(); in font_logfont2font()
1079 HDC dc = theDC ? theDC : dc_alloc(); in font_font2gp_internal()
1368 if ( !( dc = dc_alloc())) return NULL; in apc_fonts()
1431 if ( !( dc = dc_alloc())) return NULL; in apc_font_encodings()
1693 HDC dc_alloc() in dc_alloc() function
H A Dimage.c556 if ( !( sys ps = dc_alloc())) return; in image_query_bits()
1466 if (!( dc = dc_alloc())) { in apc_dbm_create()
1481 if (!( dc = dc_alloc())) { in apc_dbm_create()
1535 if (!( dca = dc_alloc())) { in dbm_recreate()
1631 if (!( dc = dc_alloc())) { in image_make_icon_handle()
H A Dcursor.c272 if (!( dc = dc_alloc())) return false; in apc_pointer_get_bitmap()
H A Dclip.c257 if (!( dc = CreateCompatibleDC( dc_alloc()))) { in clipboard_get_data()
H A Dgdiplus.c200 dc = dc_alloc(); in aa_make_arena()
H A Dapc.c30 if ( !( sys ps = dc_alloc())) apiErrRet; in apc_application_begin_paint()
164 if (!( dc = dc_alloc())) return false; in apc_application_get_bitmap()
H A Dglobal.c236 if (!( dc = dc_alloc())) return false; in window_subsystem_init()
1654 HDC dc = dc_alloc(); in generic_app_handler()
H A Dgp.c644 if ( !( ps = dc_alloc())) { // fact that if dest ps is memory dc, CCB will result mono-bitmap in apc_gp_fill_poly()
H A Dtext.c1519 if ( !( dc = dc_alloc())) { in apc_gp_get_mapper_ranges()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c2934 struct link_mst_stream_allocation *dc_alloc; in update_mst_stream_alloc_table() local
2947 dc_alloc = in update_mst_stream_alloc_table()
2950 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
2953 work_table[i] = *dc_alloc; in update_mst_stream_alloc_table()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c2934 struct link_mst_stream_allocation *dc_alloc; in update_mst_stream_alloc_table() local
2947 dc_alloc = in update_mst_stream_alloc_table()
2950 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
2953 work_table[i] = *dc_alloc; in update_mst_stream_alloc_table()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c2934 struct link_mst_stream_allocation *dc_alloc; in update_mst_stream_alloc_table() local
2947 dc_alloc = in update_mst_stream_alloc_table()
2950 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
2953 work_table[i] = *dc_alloc; in update_mst_stream_alloc_table()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/win32/
H A Dwin32guts.h669 extern HDC dc_alloc( void);