Home
last modified time | relevance | path

Searched refs:vpath (Results 1 – 25 of 2346) sorted by relevance

12345678910>>...94

/dports/graphics/libart_lgpl/libart_lgpl-2.3.21/
H A Dart_svp_vpath_stroke.c136 dx0 = vpath[i1].x - vpath[i0].x; in render_seg()
137 dy0 = vpath[i1].y - vpath[i0].y; in render_seg()
139 dx1 = vpath[i2].x - vpath[i1].x; in render_seg()
140 dy1 = vpath[i2].y - vpath[i1].y; in render_seg()
156 vpath[i0].x, vpath[i0].y, in render_seg()
157 vpath[i1].x, vpath[i1].y, in render_seg()
158 vpath[i2].x, vpath[i2].y); in render_seg()
259 vpath[i1].x, vpath[i1].y, in render_seg()
320 vpath[i1].x, vpath[i1].y, in render_seg()
341 dx0 = vpath[i1].x - vpath[i0].x; in render_cap()
[all …]
H A Dart_vpath_dash.c35 art_vpath_dash_max_subpath (const ArtVpath *vpath) in art_vpath_dash_max_subpath() argument
43 for (i = 0; vpath[i].code != ART_END; i++) in art_vpath_dash_max_subpath()
45 if (vpath[i].code == ART_MOVETO || vpath[i].code == ART_MOVETO_OPEN) in art_vpath_dash_max_subpath()
100 max_subpath = art_vpath_dash_max_subpath (vpath); in art_vpath_dash()
129 dx = vpath[i + 1].x - vpath[i].x; in art_vpath_dash()
130 dy = vpath[i + 1].y - vpath[i].y; in art_vpath_dash()
141 vpath[i].code, vpath[i].x, vpath[i].y); in art_vpath_dash()
157 ART_MOVETO_OPEN, vpath[i].x, vpath[i].y); in art_vpath_dash()
168 x = vpath[i].x + a * (vpath[i + 1].x - vpath[i].x); in art_vpath_dash()
169 y = vpath[i].y + a * (vpath[i + 1].y - vpath[i].y); in art_vpath_dash()
[all …]
H A Dart_svp_ops.c87 print_ps_vpath (ArtVpath *vpath) in print_ps_vpath() argument
92 for (i = 0; vpath[i].code != ART_END; i++) in print_ps_vpath()
94 switch (vpath[i].code) in print_ps_vpath()
97 printf ("%g %g moveto\n", vpath[i].x, vpath[i].y); in print_ps_vpath()
100 printf ("%g %g lineto\n", vpath[i].x, vpath[i].y); in print_ps_vpath()
112 print_ps_svp (ArtSVP *vpath) in print_ps_svp() argument
117 for (i = 0; i < vpath->n_segs; i++) in print_ps_svp()
123 XOFF + vpath->segs[i].points[j].x, in print_ps_svp()
124 YOFF - vpath->segs[i].points[j].y, in print_ps_svp()
131 YOFF - vpath->segs[i].points[0].y, in print_ps_svp()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/rl_addons/renderPM/libart_lgpl/
H A Dart_svp_vpath_stroke.c136 dx0 = vpath[i1].x - vpath[i0].x; in render_seg()
137 dy0 = vpath[i1].y - vpath[i0].y; in render_seg()
139 dx1 = vpath[i2].x - vpath[i1].x; in render_seg()
140 dy1 = vpath[i2].y - vpath[i1].y; in render_seg()
156 vpath[i0].x, vpath[i0].y, in render_seg()
157 vpath[i1].x, vpath[i1].y, in render_seg()
158 vpath[i2].x, vpath[i2].y); in render_seg()
259 vpath[i1].x, vpath[i1].y, in render_seg()
320 vpath[i1].x, vpath[i1].y, in render_seg()
341 dx0 = vpath[i1].x - vpath[i0].x; in render_cap()
[all …]
H A Dart_vpath_dash.c35 art_vpath_dash_max_subpath (const ArtVpath *vpath) in art_vpath_dash_max_subpath() argument
43 for (i = 0; vpath[i].code != ART_END; i++) in art_vpath_dash_max_subpath()
45 if (vpath[i].code == ART_MOVETO || vpath[i].code == ART_MOVETO_OPEN) in art_vpath_dash_max_subpath()
100 max_subpath = art_vpath_dash_max_subpath (vpath); in art_vpath_dash()
129 dx = vpath[i + 1].x - vpath[i].x; in art_vpath_dash()
130 dy = vpath[i + 1].y - vpath[i].y; in art_vpath_dash()
141 vpath[i].code, vpath[i].x, vpath[i].y); in art_vpath_dash()
157 ART_MOVETO_OPEN, vpath[i].x, vpath[i].y); in art_vpath_dash()
168 x = vpath[i].x + a * (vpath[i + 1].x - vpath[i].x); in art_vpath_dash()
169 y = vpath[i].y + a * (vpath[i + 1].y - vpath[i].y); in art_vpath_dash()
[all …]
/dports/graphics/dia/dia-0.97.3/plug-ins/libart/
H A Ddialibartrenderer.c327 vpath[0].x = x; in draw_line()
328 vpath[0].y = y; in draw_line()
332 vpath[1].x = x; in draw_line()
333 vpath[1].y = y; in draw_line()
336 vpath[2].x = 0; in draw_line()
337 vpath[2].y = 0; in draw_line()
390 vpath[i].x = 0; in draw_polyline()
391 vpath[i].y = 0; in draw_polyline()
447 vpath[i].x = x; in draw_polygon()
448 vpath[i].y = y; in draw_polygon()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DMTConfigUtil.cs66 return GetConfig<PagesSection>(vpath); in GetPagesConfig()
74 return GetConfig<PagesSection>(vpath); in GetPagesConfig()
106 return GetConfig<CompilationSection>(vpath); in GetCompilationConfig()
114 return GetConfig<CompilationSection>(vpath); in GetCompilationConfig()
156 result = GetConfigHelper<S>(vpath);
165 if (vpath == null || !vpath.IsWithinAppRoot) {
172 if (!vpath.DirectoryExists()) {
173 vpath = vpath.Parent;
211 s_configurations.TryAdd(vpath, result); in GetConfiguration()
222 VirtualPath currentVPath = vpath; in GetConfigurationHelper()
[all …]
/dports/x11-toolkits/tix/Tix8.4.3/library/
H A DDirList.tcl108 set vpath [tixEvent flag V]
111 tixDirList:HighLight $w $vpath
113 set data(vpath) $vpath
122 set vpath [tixEvent value]
127 tixDirList:HighLight $w $vpath
129 set data(vpath) $vpath
169 set vpath [tixFSInternal $npath]
216 set data(vpath) $vpath
223 if {$data(vpath) ne $vpath} {
224 set old $data(vpath)
[all …]
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dfilenot.c63 if (vpath == NULL) in get_absolute_name()
67 return vfs_path_clone (vpath); in get_absolute_name()
80 if (mc_mkdir (vpath, mode) == 0) in my_mkdir_rec()
86 if (!vfs_file_is_local (vpath)) in my_mkdir_rec()
100 result = mc_mkdir (vpath, mode); in my_mkdir_rec()
114 result = my_mkdir_rec (vpath, mode); in my_mkdir()
119 my_s = get_absolute_name (vpath); in my_mkdir()
131 vfs_path_t *vpath; in my_rmdir() local
135 result = mc_rmdir (vpath); in my_rmdir()
140 my_s = get_absolute_name (vpath); in my_rmdir()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dfilenot.c63 if (vpath == NULL) in get_absolute_name()
67 return vfs_path_clone (vpath); in get_absolute_name()
80 if (mc_mkdir (vpath, mode) == 0) in my_mkdir_rec()
86 if (!vfs_file_is_local (vpath)) in my_mkdir_rec()
100 result = mc_mkdir (vpath, mode); in my_mkdir_rec()
114 result = my_mkdir_rec (vpath, mode); in my_mkdir()
119 my_s = get_absolute_name (vpath); in my_mkdir()
131 vfs_path_t *vpath; in my_rmdir() local
135 result = mc_rmdir (vpath); in my_rmdir()
140 my_s = get_absolute_name (vpath); in my_rmdir()
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/mod_vroot/
H A Dfsio.c53 if (vroot_path_lookup(NULL, vpath, sizeof(vpath)-1, path, 0, NULL) < 0) { in vroot_fsio_stat()
61 res = stat(vpath, st); in vroot_fsio_stat()
101 if (vroot_path_lookup(NULL, vpath, sizeof(vpath)-1, path, 0, NULL) < 0) { in vroot_fsio_lstat()
173 if (vroot_path_lookup(NULL, vpath, sizeof(vpath)-1, path, in vroot_fsio_unlink()
314 if (vroot_path_lookup(tmp_pool, vpath, sizeof(vpath)-1, path, 0, in vroot_fsio_readlink()
557 if (vroot_path_lookup(tmp_pool, vpath, sizeof(vpath)-1, path, 0, in vroot_fsio_chdir()
579 vpathp = vpath; in vroot_fsio_chdir()
777 sstrncpy(vpath, data, sizeof(vpath)); in vroot_fsio_opendir()
818 pstrdup(vroot_dir_pool, vpath), strlen(vpath) + 1) < 0) { in vroot_fsio_opendir()
837 vpath); in vroot_fsio_opendir()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/lib/vfs/
H A Dpath.c422 return vpath; in vfs_path_from_str_deprecated_parser()
516 return vpath; in vfs_path_from_str_uri_parser()
745 vpath->str = vfs_path_to_str_flags (vpath, 0, flags); in vfs_path_from_str_flags()
748 return vpath; in vfs_path_from_str_flags()
781 return vpath; in vfs_path_new()
796 return (vpath != NULL && vpath->path != NULL) ? vpath->path->len : 0; in vfs_path_elements_count()
811 vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); in vfs_path_add_element()
1004 vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); in vfs_path_remove_element_by_index()
1081 vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); in vfs_path_change_encoding()
1082 return vpath; in vfs_path_change_encoding()
[all …]
H A Dvfs.h173 void *(*opendir) (const vfs_path_t * vpath);
188 int (*unlink) (const vfs_path_t * vpath);
190 int (*chdir) (const vfs_path_t * vpath);
195 vfsid (*getid) (const vfs_path_t * vpath);
205 int (*rmdir) (const vfs_path_t * vpath);
247 vfsid vfs_getid (const vfs_path_t * vpath);
282 void vfs_release_path (const vfs_path_t * vpath);
318 DIR *mc_opendir (const vfs_path_t * vpath);
325 int mc_rmdir (const vfs_path_t * vpath);
332 int mc_chdir (const vfs_path_t * vpath);
[all …]
H A Dpath.h61 vfs_path_t *vfs_path_clone (const vfs_path_t * vpath);
73 size_t vfs_path_tokens_count (const vfs_path_t * vpath);
95 size_t vfs_path_len (const vfs_path_t * vpath);
111 vfs_path_get_last_path_str (const vfs_path_t * vpath) in vfs_path_get_last_path_str() argument
114 if (vpath == NULL) in vfs_path_get_last_path_str()
116 element = vfs_path_get_by_index (vpath, -1); in vfs_path_get_last_path_str()
123 vfs_path_get_last_path_vfs (const vfs_path_t * vpath) in vfs_path_get_last_path_vfs() argument
126 if (vpath == NULL) in vfs_path_get_last_path_vfs()
128 element = vfs_path_get_by_index (vpath, -1); in vfs_path_get_last_path_vfs()
142 vfs_path_as_str (const vfs_path_t * vpath) in vfs_path_as_str() argument
[all …]
/dports/misc/mc/mc-4.8.27/lib/vfs/
H A Dpath.c422 return vpath; in vfs_path_from_str_deprecated_parser()
516 return vpath; in vfs_path_from_str_uri_parser()
745 vpath->str = vfs_path_to_str_flags (vpath, 0, flags); in vfs_path_from_str_flags()
748 return vpath; in vfs_path_from_str_flags()
781 return vpath; in vfs_path_new()
796 return (vpath != NULL && vpath->path != NULL) ? vpath->path->len : 0; in vfs_path_elements_count()
811 vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); in vfs_path_add_element()
1004 vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); in vfs_path_remove_element_by_index()
1081 vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE); in vfs_path_change_encoding()
1082 return vpath; in vfs_path_change_encoding()
[all …]
H A Dvfs.h173 void *(*opendir) (const vfs_path_t * vpath);
188 int (*unlink) (const vfs_path_t * vpath);
190 int (*chdir) (const vfs_path_t * vpath);
195 vfsid (*getid) (const vfs_path_t * vpath);
205 int (*rmdir) (const vfs_path_t * vpath);
247 vfsid vfs_getid (const vfs_path_t * vpath);
282 void vfs_release_path (const vfs_path_t * vpath);
318 DIR *mc_opendir (const vfs_path_t * vpath);
325 int mc_rmdir (const vfs_path_t * vpath);
332 int mc_chdir (const vfs_path_t * vpath);
[all …]
H A Dpath.h61 vfs_path_t *vfs_path_clone (const vfs_path_t * vpath);
73 size_t vfs_path_tokens_count (const vfs_path_t * vpath);
95 size_t vfs_path_len (const vfs_path_t * vpath);
111 vfs_path_get_last_path_str (const vfs_path_t * vpath) in vfs_path_get_last_path_str() argument
114 if (vpath == NULL) in vfs_path_get_last_path_str()
116 element = vfs_path_get_by_index (vpath, -1); in vfs_path_get_last_path_str()
123 vfs_path_get_last_path_vfs (const vfs_path_t * vpath) in vfs_path_get_last_path_vfs() argument
126 if (vpath == NULL) in vfs_path_get_last_path_vfs()
128 element = vfs_path_get_by_index (vpath, -1); in vfs_path_get_last_path_vfs()
142 vfs_path_as_str (const vfs_path_t * vpath) in vfs_path_as_str() argument
[all …]
/dports/www/xsp/xsp-4.5/src/Mono.WebServer/
H A DVPathToHost.cs41 public readonly string vpath; field in Mono.WebServer.VPathToHost
51 this.vpath = vpath; in VPathToHost()
52 if (String.IsNullOrEmpty (vpath) || vpath [0] != '/') in VPathToHost()
87 redirect = vpath; in Redirect()
99 if (vpath == null) in Match()
123 int local = vpath.Length; in Match()
124 int vlength = this.vpath.Length; in Match()
127 if (this.vpath [vlength - 1] != '/') in Match()
130 return (vlength - 1 == local && this.vpath.Substring (0, vlength - 1) == vpath); in Match()
133 return (vpath.StartsWith (this.vpath)); in Match()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/vdb/
H A Dtest-VDB-3060.cpp90 if ( vpath == NULL ) in TEST_CASE()
104 if ( vpath != NULL ) in TEST_CASE()
120 VPath * vpath; in TEST_CASE() local
133 if ( vpath != NULL ) in TEST_CASE()
148 if ( vpath == NULL ) in TEST_CASE()
170 if ( vpath != NULL ) in TEST_CASE()
180 VPath * vpath; in TEST_CASE() local
189 if ( vpath != NULL ) in TEST_CASE()
203 if ( vpath == NULL ) in TEST_CASE()
220 if ( vpath != NULL ) in TEST_CASE()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/vdb/
H A Dtest-VDB-3060.cpp90 if ( vpath == NULL ) in TEST_CASE()
104 if ( vpath != NULL ) in TEST_CASE()
120 VPath * vpath; in TEST_CASE() local
133 if ( vpath != NULL ) in TEST_CASE()
148 if ( vpath == NULL ) in TEST_CASE()
170 if ( vpath != NULL ) in TEST_CASE()
180 VPath * vpath; in TEST_CASE() local
189 if ( vpath != NULL ) in TEST_CASE()
203 if ( vpath == NULL ) in TEST_CASE()
220 if ( vpath != NULL ) in TEST_CASE()
[all …]
/dports/devel/cscope/cscope-15.9/src/
H A Dvpinit.c57 char *vpath; /* VPATH environment variable value */ in vpinit() local
79 *vpath == '\0') { in vpinit()
88 for (i = 0; vpath[i] == current_dir[i] && vpath[i] != '\0'; ++i) { in vpinit()
91 if ((vpath[i] != ':' && vpath[i] != '\0') || in vpinit()
100 for (i = 0; vpath[i] != '\0'; ++i) { in vpinit()
101 if (vpath[i] == ':' && vpath[i + 1]) { in vpinit()
109 vpath = my_strdup(vpath); in vpinit()
112 for (i = 0, s = vpath; *s != '\0'; ++i) { in vpinit()
130 free(vpath); in vpinit()
133 if (strlen(vpath) > MAXVPATH) { in vpinit()
[all …]
/dports/misc/mc/mc-4.8.27/src/vfs/local/
H A Dlocal.c73 path_element = vfs_path_get_by_index (vpath, -1); in local_open()
87 local_opendir (const vfs_path_t * vpath) in local_opendir() argument
93 path_element = vfs_path_get_by_index (vpath, -1); in local_opendir()
174 local_chmod (const vfs_path_t * vpath, mode_t mode) in local_chmod() argument
224 local_unlink (const vfs_path_t * vpath) in local_unlink() argument
288 local_chdir (const vfs_path_t * vpath) in local_chdir() argument
322 local_mkdir (const vfs_path_t * vpath, mode_t mode) in local_mkdir() argument
333 local_rmdir (const vfs_path_t * vpath) in local_rmdir() argument
344 local_getlocalcopy (const vfs_path_t * vpath) in local_getlocalcopy() argument
346 return vfs_path_clone (vpath); in local_getlocalcopy()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/local/
H A Dlocal.c73 path_element = vfs_path_get_by_index (vpath, -1); in local_open()
87 local_opendir (const vfs_path_t * vpath) in local_opendir() argument
93 path_element = vfs_path_get_by_index (vpath, -1); in local_opendir()
174 local_chmod (const vfs_path_t * vpath, mode_t mode) in local_chmod() argument
224 local_unlink (const vfs_path_t * vpath) in local_unlink() argument
288 local_chdir (const vfs_path_t * vpath) in local_chdir() argument
322 local_mkdir (const vfs_path_t * vpath, mode_t mode) in local_mkdir() argument
333 local_rmdir (const vfs_path_t * vpath) in local_rmdir() argument
344 local_getlocalcopy (const vfs_path_t * vpath) in local_getlocalcopy() argument
346 return vfs_path_clone (vpath); in local_getlocalcopy()
[all …]
/dports/math/igraph/igraph-0.9.5/tests/regression/
H A Dbug_1760.c8 igraph_vector_ptr_t vpath, epath; in test_unweighted() local
18 IGRAPH_CHECK(igraph_vector_ptr_init(&vpath, num_paths)); in test_unweighted()
23 for (i = 0; i < igraph_vector_ptr_size(&vpath); i++) { in test_unweighted()
31 g, &vpath, &epath, from, *to, IGRAPH_IN, in test_unweighted()
37 print_vector(VECTOR(vpath)[i]); in test_unweighted()
38 igraph_vector_destroy(VECTOR(vpath)[i]); in test_unweighted()
60 igraph_vector_ptr_destroy_all(&vpath); in test_unweighted()
69 igraph_vector_ptr_t vpath, epath; in test_weighted() local
107 print_vector(VECTOR(vpath)[i]); in test_weighted()
108 igraph_vector_destroy(VECTOR(vpath)[i]); in test_weighted()
[all …]
/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Dsingle_target_shortest_path.c35 igraph_vector_t vpath, epath; in main() local
43 igraph_vector_init(&vpath, 0); in main()
45 igraph_get_shortest_path(&g, &vpath, &epath, 0, 4, IGRAPH_OUT); in main()
46 igraph_vector_print(&vpath); in main()
49 igraph_get_shortest_path(&g, &vpath, &epath, 0, 0, IGRAPH_OUT); in main()
50 igraph_vector_print(&vpath); in main()
54 igraph_get_shortest_path(&g, &vpath, &epath, 4, 0, IGRAPH_OUT); in main()
55 igraph_vector_print(&vpath); in main()
60 igraph_vector_print(&vpath); in main()
73 igraph_vector_print(&vpath); in main()
[all …]

12345678910>>...94