Home
last modified time | relevance | path

Searched refs:DataSource (Results 1 – 25 of 26) sorted by relevance

12

/plan9/sys/src/cmd/gs/src/
H A Dzimage3.c76 memmove(&ip_data.DataSource[1], &ip_data.DataSource[0], in zimage3()
77 (countof(ip_data.DataSource) - 1) * in zimage3()
78 sizeof(ip_data.DataSource[0])); in zimage3()
79 ip_data.DataSource[0] = ip_mask.DataSource[0]; in zimage3()
82 &ip_data.DataSource[0], in zimage3()
124 return zimage_setup(i_ctx_p, (gs_pixel_image_t *)&image, &ip.DataSource[0], in zimage4()
H A Dgsiparm2.h38 gs_state *DataSource; member
51 DataSource, UnpaintedPath)
H A Dztrans.c388 &ip_data.DataSource[0], in zimage3x()
425 memmove(&pip_data->DataSource[1], &pip_data->DataSource[0], in mask_dict_param()
426 (countof(pip_data->DataSource) - 1) * in mask_dict_param()
427 sizeof(pip_data->DataSource[0])); in mask_dict_param()
428 pip_data->DataSource[0] = ip_mask.DataSource[0]; in mask_dict_param()
H A Dgsshade.c49 return ENUM_USING(st_data_source, &psm->params.DataSource, in ENUM_PTRS_WITH()
50 sizeof(psm->params.DataSource), index); in ENUM_PTRS_WITH()
60 RELOC_USING(st_data_source, &psm->params.DataSource, in RELOC_PTRS_WITH()
61 sizeof(psm->params.DataSource)); in RELOC_PTRS_WITH()
99 if (data_source_is_array(params->DataSource)) in check_mesh()
151 data_source_init_floats(&params->DataSource, NULL, 0);/* client must set */ in mesh_shading_params_init()
305 int bpf = check_BPF(&params->DataSource, params->BitsPerFlag); in gs_shading_FfGt_init()
373 int bpf = check_BPF(&params->DataSource, params->BitsPerFlag); in gs_shading_Cp_init()
407 int bpf = check_BPF(&params->DataSource, params->BitsPerFlag); in gs_shading_Tpp_init()
H A Dzfcid0.c78 if (r_has_type(&pfdata->u.cid0.DataSource, t_null)) { in cid0_read_bytes()
147 check_read_known_file(s, &pfdata->u.cid0.DataSource, return_error); in cid0_read_bytes()
396 ref GlyphDirectory, GlyphData, DataSource; in zbuildfont9() local
441 DataSource = *pds; in zbuildfont9()
445 make_null(&DataSource); in zbuildfont9()
449 make_null(&DataSource); in zbuildfont9()
492 ref_assign(&pfont_data(pfont)->u.cid0.DataSource, &DataSource); in zbuildfont9()
H A Dgxshade.c57 if (data_source_is_stream(params->DataSource)) { in shade_next_init()
62 stream *s = cs->s = params->DataSource.data.strm; in shade_next_init()
69 sread_string(&cs->ds, params->DataSource.data.str.data, in shade_next_init()
70 params->DataSource.data.str.size); in shade_next_init()
73 if (data_source_is_array(params->DataSource)) { in shade_next_init()
H A Dzfunc0.c52 data_source_init_string2(&params.DataSource, in gs_build_function_0()
63 data_source_init_stream(&params.DataSource, s); in gs_build_function_0()
H A Dgsfunc0.h35 gs_data_source_t DataSource; member
H A Diimage.h32 ref DataSource[gs_image_max_components]; member
H A Dzshade.c445 data_source_init_floats(&params->DataSource, data, size); in build_mesh_shading()
452 data_source_init_stream(&params->DataSource, s); in build_mesh_shading()
457 data_source_init_string2(&params->DataSource, in build_mesh_shading()
469 if (data_source_is_array(params->DataSource)) { in build_mesh_shading()
511 if (data_source_is_array(params->DataSource)) { in flag_bits_param()
H A Difont.h55 ref DataSource; /* (if not preloaded) reusable stream */ member
H A Dzimage.c99 array_get(mem, pds, i, &pip->DataSource[i]); in data_image_params()
101 pip->DataSource[0] = *pds; in data_image_params()
168 &ip.DataSource[0], in image1_setup()
197 return zimage_setup(i_ctx_p, (gs_pixel_image_t *)&image, &ip.DataSource[0], in zimagemask1()
H A Dzdpnext.c153 image.DataSource = igs; in composite_image()
157 image.DataSource = igstate_ptr(op - 3); in composite_image()
168 if (image.DataSource == igs) { in composite_image()
H A Dgximage2.c69 gs_state *pgs = pim->DataSource; in image2_set_data()
112 gs_state *pgs = pim->DataSource; in gx_begin_image2()
H A Dgsfunc.h69 const gs_data_source_t *DataSource; member
H A Dzfsample.c226 return (byte *)(params->DataSource.data.str.data) + in cube_ptr_from_index()
352 data_source_init_bytes(&params->DataSource, in cube_build_func0()
H A Dgsfunc0.c53 return ENUM_USING(st_data_source, &pfn->params.DataSource, in ENUM_PTRS_WITH()
54 sizeof(pfn->params.DataSource), index); in ENUM_PTRS_WITH()
64 RELOC_USING(st_data_source, &pfn->params.DataSource, in RELOC_PTRS_WITH()
65 sizeof(pfn->params.DataSource)); in RELOC_PTRS_WITH()
83 data_source_access(&pfn->params.DataSource, offset >> 3,\
1272 pfi->DataSource = &pfn->params.DataSource; in fn_Sd_get_info()
1410 data_source_access_only(info.DataSource, pos, count, buf, &ptr); in gs_function_Sd_serialize()
H A Dgsshade.h148 gs_data_source_t DataSource;\
H A Dzdps.c123 image.DataSource = igstate_ptr(pDataSource); in zimage2()
H A Dgsfunc.c91 pfi->DataSource = 0; in gs_function_get_info_default()
H A Dgdevpdfg.c541 params.DataSource.access = in pdf_write_transfer_map()
543 params.DataSource.data.str.data = (const byte *)map; /* bogus */ in pdf_write_transfer_map()
769 data_source_init_bytes(&params.DataSource, (const byte *)values, in pdf_write_spot_function()
H A Dgsfunc4.c689 pfi->DataSource = &pfn->data_source; in fn_PtCr_get_info()
H A Dgdevpdfu.c1870 if (info.DataSource != 0) { in pdf_function_aux()
1902 data_source_access_only(info.DataSource, pos, count, buf, in pdf_function_aux()
H A Dgdevpdfv.c721 bool from_array = data_source_is_array(pmp->DataSource); in pdf_put_mesh_shading()
/plan9/sys/src/cmd/gs/icclib/
H A DNOTES51 DataSource file or (Required)The ICC profile data. If this is a
104 These are effectively translated into themselves, with the DataSource

12