| /plan9/sys/src/cmd/gs/src/ |
| H A D | zimage3.c | 76 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 D | gsiparm2.h | 38 gs_state *DataSource; member 51 DataSource, UnpaintedPath)
|
| H A D | ztrans.c | 388 &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 D | gsshade.c | 49 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(¶ms->DataSource, NULL, 0);/* client must set */ in mesh_shading_params_init() 305 int bpf = check_BPF(¶ms->DataSource, params->BitsPerFlag); in gs_shading_FfGt_init() 373 int bpf = check_BPF(¶ms->DataSource, params->BitsPerFlag); in gs_shading_Cp_init() 407 int bpf = check_BPF(¶ms->DataSource, params->BitsPerFlag); in gs_shading_Tpp_init()
|
| H A D | zfcid0.c | 78 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 D | gxshade.c | 57 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 D | zfunc0.c | 52 data_source_init_string2(¶ms.DataSource, in gs_build_function_0() 63 data_source_init_stream(¶ms.DataSource, s); in gs_build_function_0()
|
| H A D | gsfunc0.h | 35 gs_data_source_t DataSource; member
|
| H A D | iimage.h | 32 ref DataSource[gs_image_max_components]; member
|
| H A D | zshade.c | 445 data_source_init_floats(¶ms->DataSource, data, size); in build_mesh_shading() 452 data_source_init_stream(¶ms->DataSource, s); in build_mesh_shading() 457 data_source_init_string2(¶ms->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 D | ifont.h | 55 ref DataSource; /* (if not preloaded) reusable stream */ member
|
| H A D | zimage.c | 99 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 D | zdpnext.c | 153 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 D | gximage2.c | 69 gs_state *pgs = pim->DataSource; in image2_set_data() 112 gs_state *pgs = pim->DataSource; in gx_begin_image2()
|
| H A D | gsfunc.h | 69 const gs_data_source_t *DataSource; member
|
| H A D | zfsample.c | 226 return (byte *)(params->DataSource.data.str.data) + in cube_ptr_from_index() 352 data_source_init_bytes(¶ms->DataSource, in cube_build_func0()
|
| H A D | gsfunc0.c | 53 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 D | gsshade.h | 148 gs_data_source_t DataSource;\
|
| H A D | zdps.c | 123 image.DataSource = igstate_ptr(pDataSource); in zimage2()
|
| H A D | gsfunc.c | 91 pfi->DataSource = 0; in gs_function_get_info_default()
|
| H A D | gdevpdfg.c | 541 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(¶ms.DataSource, (const byte *)values, in pdf_write_spot_function()
|
| H A D | gsfunc4.c | 689 pfi->DataSource = &pfn->data_source; in fn_PtCr_get_info()
|
| H A D | gdevpdfu.c | 1870 if (info.DataSource != 0) { in pdf_function_aux() 1902 data_source_access_only(info.DataSource, pos, count, buf, in pdf_function_aux()
|
| H A D | gdevpdfv.c | 721 bool from_array = data_source_is_array(pmp->DataSource); in pdf_put_mesh_shading()
|
| /plan9/sys/src/cmd/gs/icclib/ |
| H A D | NOTES | 51 DataSource file or (Required)The ICC profile data. If this is a 104 These are effectively translated into themselves, with the DataSource
|