Home
last modified time | relevance | path

Searched refs:pDataSource (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dzfunc0.c41 ref *pDataSource; in gs_build_function_0() local
48 if ((code = dict_find_string(op, "DataSource", &pDataSource)) <= 0) in gs_build_function_0()
50 switch (r_type(pDataSource)) { in gs_build_function_0()
53 pDataSource->value.const_bytes, in gs_build_function_0()
54 r_size(pDataSource)); in gs_build_function_0()
59 check_read_known_file_else(s, pDataSource, return_error, in gs_build_function_0()
H A Dzshade.c427 ref *pDataSource; in build_mesh_shading() local
431 if (dict_find_string(op, "DataSource", &pDataSource) <= 0) in build_mesh_shading()
433 if (r_is_array(pDataSource)) { in build_mesh_shading()
434 uint size = r_size(pDataSource); in build_mesh_shading()
440 code = process_float_array(mem, pDataSource, size, data); in build_mesh_shading()
447 switch (r_type(pDataSource)) { in build_mesh_shading()
451 check_read_file(s, pDataSource); in build_mesh_shading()
456 check_read(*pDataSource); in build_mesh_shading()
458 pDataSource->value.bytes, in build_mesh_shading()
459 r_size(pDataSource)); in build_mesh_shading()
H A Dzdps.c102 ref *pDataSource; in zimage2() local
107 (code = dict_find_string(op, "DataSource", &pDataSource)) < 0 || in zimage2()
122 check_stype(*pDataSource, st_igstate_obj); in zimage2()
123 image.DataSource = igstate_ptr(pDataSource); in zimage2()