Home
last modified time | relevance | path

Searched refs:PathArray (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dpatharray.c21 static PathArray
25 PathArray a = (PathArray) _dxf_NewArrayV(TYPE_INT, CATEGORY_REAL, 1, two, in _NewPathArray()
38 PathArray
45 PathArray
46 DXGetPathArrayInfo(PathArray a, int *count) in DXGetPathArrayInfo()
55 PathArray
56 DXSetPathOffset(PathArray a, int offset) in DXSetPathOffset()
63 PathArray
64 DXGetPathOffset(PathArray a, int *offset) in DXGetPathOffset()
73 _dxfPathArray_GetArrayData(PathArray a) in _dxfPathArray_GetArrayData()
H A Dmesharray.c224 if (!DXSetPathOffset((PathArray)terms[i], offsets[i])) in DXSetMeshOffsets()
238 if (!DXGetPathOffset((PathArray)terms[i], offsets+i)) in DXGetMeshOffsets()
H A DarrayClass.c171 Pointer _dxfPathArray_GetArrayData(PathArray);
452 Class DXGetPathArrayClass(PathArray o) { in DXGetPathArrayClass()
H A DarrayClass.X43 SUBCLASS PathArray OF Array
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/
H A Dui-picker.php361 $PathArray = Dir2Path($item2, 'uploadtree');
362 $Path = $this->Uploadtree2PathStr($PathArray);
407 $PathArray = Dir2Path($row['uploadtree_pk'], 'uploadtree');
408 $SuggestionsArray[$row['uploadtree_pk']] = $this->Uploadtree2PathStr($PathArray);
432 function BrowsePick($uploadtree_pk, $inBrowseuploadtree_pk, $infolder_pk, $PathArray) argument
562 function HTMLout($RtnMod, $uploadtree_pk, $Browseuploadtree_pk, $folder_pk, $PathArray) argument
594 $PathStr = $this->Uploadtree2PathStr($PathArray);
699 $PathArray = Dir2Path($uploadtree_pk, 'uploadtree');
715 private function Uploadtree2PathStr ($PathArray) argument
718 if (count($PathArray)) {
[all …]
/dports/graphics/opendx/dx-4.4.4/include/dx/
H A Darray.h369 PathArray DXNewPathArray(int count);
379 PathArray DXGetPathArrayInfo(PathArray a, int *count);
388 PathArray DXSetPathOffset(PathArray a, int offset);
389 PathArray DXGetPathOffset(PathArray a, int *offset);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Utils.cpp1659 CPWL_PathData PathArray[] = { in GetGraphics_Checkmark() local
1746 CPWL_PathData PathArray[] = { in GetGraphics_Circle() local
1869 CPWL_PathData PathArray[] = { in GetGraphics_Comment() local
1990 CPWL_PathData PathArray[] = { in GetGraphics_Cross() local
2045 CPWL_PathData PathArray[] = { in GetGraphics_Help() local
2275 CPWL_PathData PathArray[] = { in GetGraphics_InsertText() local
2309 CPWL_PathData PathArray[] = { in GetGraphics_Key() local
2433 CPWL_PathData PathArray[] = { in GetGraphics_NewParagraph() local
2537 CPWL_PathData PathArray[] = { in GetGraphics_TextNote() local
2754 CPWL_PathData PathArray[11]; in GetGraphics_Star() local
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkRenderer.cxx86 this->PathArray = NULL; in vtkAbstractObjectFactoryNewMacro()
1493 this->PathArray = new vtkAssemblyPath *[numberPickFrom]; in PickProp()
1520 this->PickedProp = this->PathArray[pickedId]; in PickProp()
1545 delete [] this->PathArray; in PickProp()
1546 this->PathArray = NULL; in PickProp()
1586 this->PathArray[this->PathArrayCount++] = path; in PickRender()
1651 this->PathArray[this->PathArrayCount++] = path; in PickRender()
1699 prop = this->PathArray[i]->GetLastNode()->GetViewProp(); in PickGeometry()
1714 prop = this->PathArray[i]->GetLastNode()->GetViewProp(); in PickGeometry()
1730 prop = this->PathArray[i]->GetLastNode()->GetViewProp(); in PickGeometry()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/xray/
H A Dxray_profile_collector.cc150 using PathArray = Array<int32_t>; typedef
153 using PathAllocator = typename PathArray::AllocatorType;
157 PathArray Path;
181 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp149 using PathArray = Array<int32_t>; typedef
152 using PathAllocator = typename PathArray::AllocatorType;
156 PathArray Path;
180 auto Record = PRs.AppendEmplace(PathArray{PA}, Node); in populateRecords()
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/
H A Doptions.rb138 PathArray = Object.new constant in Options
674 opt.accept PathArray do |paths,|
838 opt.on("--include=DIRECTORIES", "-i", PathArray,
930 opt.on("--template-stylesheets=FILES", PathArray,
/dports/graphics/opendx/dx-4.4.4/help/
H A Ddxall10748 PathArray #!N TAB n-dimensional TAB ProductArray TAB MeshArray #!N #!N In
H A Ddxall13216 PathArray DXNewPathArray(int count) #!EF #!N #!N Functional Details #!N #!N The
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/lib_finder/
H A Dprocessingdlg.cpp341 const wxArrayString& PathArray = Map[Pattern[Pattern.Count()-1]]; in CheckFilter() local
342 if ( PathArray.empty() ) return; in CheckFilter()
345 for ( size_t i=0; i<PathArray.Count(); i++ ) in CheckFilter()
349 SplitPath(PathArray[i],Path); in CheckFilter()
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dpath.cpp468 class PathArray { class
495 PathArray(void);
498 ~PathArray(void);
518 PathArray::PathArray(void) { in PathArray() function in Saga2::PathArray
530 PathArray::~PathArray(void) { in ~PathArray()
539 PathCell *PathArray::makeCell(int plat, int uCoord, int vCoord, bool *newCell) { in makeCell()
579 PathCell *PathArray::getCell(int plat, int uCoord, int vCoord) { in getCell()
607 void PathArray::deleteCell(int plat, int uCoord, int vCoord) { in deleteCell()
634 void PathArray::reset(void) { in reset()
1291 static PathArray *cellArray;
[all …]

12