Home
last modified time | relevance | path

Searched refs:windowTable (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/frequency/
H A Djuce_Windowing.cpp48 windowTable.resize (static_cast<int> (size)); in fillWindowingTables()
49 fillWindowingTables (windowTable.getRawDataPointer(), size, type, normalise, beta); in fillWindowingTables()
171 …atVectorOperations::multiply (samples, windowTable.getRawDataPointer(), jmin (static_cast<int> (si… in multiplyWithWindowingTable()
H A Djuce_Windowing.h105 Array<FloatType> windowTable;
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_dsp/frequency/
H A Djuce_Windowing.cpp49 windowTable.resize (static_cast<int> (size)); in fillWindowingTables()
50 fillWindowingTables (windowTable.getRawDataPointer(), size, type, normalise, beta); in fillWindowingTables()
170 …atVectorOperations::multiply (samples, windowTable.getRawDataPointer(), jmin (static_cast<int> (si… in multiplyWithWindowingTable()
H A Djuce_Windowing.h106 Array<FloatType> windowTable;
/dports/devel/jna/jna-5.7.0/contrib/x11/src/jnacontrib/x11/demos/
H A DXDesktopDemo.java51 private JTable windowTable; field in XDesktopDemo
212 WindowTableModel tableModel = (WindowTableModel) windowTable.getModel(); in getSelectedWindow()
213 return tableModel.getWindow(windowTable.getSelectedRow()); in getSelectedWindow()
253 windowTable.setModel(new WindowTableModel(head, data, windows)); in refreshDesktopsAndWindows()
255windowTable.getSelectionModel().setSelectionInterval(activeWindowNumber, activeWindowNumber); in refreshDesktopsAndWindows()
299 windowTable = new JTable(); in initGui()
300 windowTable.setEnabled(true); in initGui()
301 scrollPane1.setViewportView(windowTable); in initGui()
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinWindow.c17 Tcl_HashTable windowTable; /* The windowTable maps from HWND to Tk_Window member
58 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS); in Tk_AttachHWND()
72 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, in Tk_AttachHWND()
82 entryPtr = Tcl_CreateHashEntry(&tsdPtr->windowTable, (char *)hwnd, &new); in Tk_AttachHWND()
114 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS); in Tk_HWNDToWindow()
117 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char *) hwnd); in Tk_HWNDToWindow()
321 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char*)hwnd); in XDestroyWindow()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinWindow.c18 Tcl_HashTable windowTable; /* The windowTable maps from HWND to Tk_Window member
59 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS); in Tk_AttachHWND()
73 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, in Tk_AttachHWND()
83 entryPtr = Tcl_CreateHashEntry(&tsdPtr->windowTable, (char *)hwnd, &isNew); in Tk_AttachHWND()
115 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS); in Tk_HWNDToWindow()
118 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, hwnd); in Tk_HWNDToWindow()
317 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, hwnd); in XDestroyWindow()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinWindow.c19 Tcl_HashTable windowTable; /* The windowTable maps from HWND to member
61 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS);
75 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable,
85 entryPtr = Tcl_CreateHashEntry(&tsdPtr->windowTable, (char *)hwnd, &new);
118 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS);
121 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char*)hwnd);
341 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char*)hwnd);
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinWindow.c18 Tcl_HashTable windowTable; /* The windowTable maps from HWND to Tk_Window member
59 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS); in Tk_AttachHWND()
73 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, in Tk_AttachHWND()
83 entryPtr = Tcl_CreateHashEntry(&tsdPtr->windowTable, (char *)hwnd, &new); in Tk_AttachHWND()
115 Tcl_InitHashTable(&tsdPtr->windowTable, TCL_ONE_WORD_KEYS); in Tk_HWNDToWindow()
118 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char *) hwnd); in Tk_HWNDToWindow()
317 entryPtr = Tcl_FindHashEntry(&tsdPtr->windowTable, (char*)hwnd); in XDestroyWindow()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkTextWind.c289 for (hPtr = Tcl_FirstHashEntry(&textPtr->windowTable, &search);
344 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&textPtr->windowTable,
404 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
538 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
617 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
656 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
819 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
1166 hPtr = Tcl_FindHashEntry(&textPtr->windowTable, name);
H A DtkText.h432 Tcl_HashTable windowTable; /* Hash table that maps from window names member
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkTextWind.c289 for (hPtr = Tcl_FirstHashEntry(&textPtr->windowTable, &search);
344 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&textPtr->windowTable,
404 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
538 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
617 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
656 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
819 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
1166 hPtr = Tcl_FindHashEntry(&textPtr->windowTable, name);
H A DtkText.h432 Tcl_HashTable windowTable; /* Hash table that maps from window names member
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkTextWind.c289 for (hPtr = Tcl_FirstHashEntry(&textPtr->windowTable, &search);
344 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&textPtr->windowTable,
404 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
538 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
617 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
656 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
819 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
1166 hPtr = Tcl_FindHashEntry(&textPtr->windowTable, name);
H A DtkText.h432 Tcl_HashTable windowTable; /* Hash table that maps from window names member
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltWindow.c982 static Blt_HashTable windowTable; variable
993 Blt_InitHashTable(&windowTable, BLT_ONE_WORD_KEYS);
996 hPtr = Blt_CreateHashEntry(&windowTable, (char *)tkwin, &isNew);
1007 hPtr = Blt_FindHashEntry(&windowTable, (char *)tkwin);
1020 hPtr = Blt_FindHashEntry(&windowTable, (char *)tkwin);
1022 Blt_DeleteHashEntry(&windowTable, hPtr);
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkTextWind.c288 for (hPtr = Tcl_FirstHashEntry(&textPtr->windowTable, &search);
343 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&textPtr->windowTable,
403 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
548 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
627 Tcl_DeleteHashEntry(Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
666 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.textPtr->windowTable,
830 hPtr = Tcl_CreateHashEntry(&textPtr->windowTable,
1177 hPtr = Tcl_FindHashEntry(&textPtr->windowTable, name);
H A DtkText.h492 Tcl_HashTable windowTable; /* Hash table that maps from window names member
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkTextWind.c340 for (hPtr = Tcl_FirstHashEntry(&textPtr->sharedTextPtr->windowTable, in TkTextWindowCmd()
408 &textPtr->sharedTextPtr->windowTable, in EmbWinConfigure()
489 hPtr = Tcl_CreateHashEntry(&textPtr->sharedTextPtr->windowTable, in EmbWinConfigure()
530 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.sharedTextPtr->windowTable, in EmbWinStructureProc()
625 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.sharedTextPtr->windowTable, in EmbWinLostSlaveProc()
749 &ewPtr->body.ew.sharedTextPtr->windowTable, in EmbWinDeleteProc()
973 hPtr = Tcl_CreateHashEntry(&textPtr->sharedTextPtr->windowTable, in EmbWinLayoutProc()
1340 hPtr = Tcl_FindHashEntry(&textPtr->sharedTextPtr->windowTable, name); in TkTextWindowIndex()
H A DtkText.h549 Tcl_HashTable windowTable; /* Hash table that maps from window names to member
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkTextWind.c343 for (hPtr = Tcl_FirstHashEntry(&textPtr->sharedTextPtr->windowTable, in TkTextWindowCmd()
413 &textPtr->sharedTextPtr->windowTable, in EmbWinConfigure()
495 hPtr = Tcl_CreateHashEntry(&textPtr->sharedTextPtr->windowTable, in EmbWinConfigure()
536 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.sharedTextPtr->windowTable, in EmbWinStructureProc()
630 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.sharedTextPtr->windowTable, in EmbWinLostContentProc()
753 &ewPtr->body.ew.sharedTextPtr->windowTable, in EmbWinDeleteProc()
979 hPtr = Tcl_CreateHashEntry(&textPtr->sharedTextPtr->windowTable, in EmbWinLayoutProc()
1346 hPtr = Tcl_FindHashEntry(&textPtr->sharedTextPtr->windowTable, name); in TkTextWindowIndex()
H A DtkText.h559 Tcl_HashTable windowTable; /* Hash table that maps from window names to member
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkTextWind.c343 for (hPtr = Tcl_FirstHashEntry(&textPtr->sharedTextPtr->windowTable, in TkTextWindowCmd()
413 &textPtr->sharedTextPtr->windowTable, in EmbWinConfigure()
495 hPtr = Tcl_CreateHashEntry(&textPtr->sharedTextPtr->windowTable, in EmbWinConfigure()
536 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.sharedTextPtr->windowTable, in EmbWinStructureProc()
630 hPtr = Tcl_FindHashEntry(&ewPtr->body.ew.sharedTextPtr->windowTable, in EmbWinLostContentProc()
753 &ewPtr->body.ew.sharedTextPtr->windowTable, in EmbWinDeleteProc()
979 hPtr = Tcl_CreateHashEntry(&textPtr->sharedTextPtr->windowTable, in EmbWinLayoutProc()
1346 hPtr = Tcl_FindHashEntry(&textPtr->sharedTextPtr->windowTable, name); in TkTextWindowIndex()
H A DtkText.h551 Tcl_HashTable windowTable; /* Hash table that maps from window names to member
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A DextFlow.cpp3016 extWindow* windowTable[1000]; in couplingWindowFlow() local
3056 windowTable[windowCnt] = new extWindow(W, windowCnt, logger_); in couplingWindowFlow()
3057 windowTable[windowCnt]->printBoundaries(boundFP, true); in couplingWindowFlow()
3098 extWindow* w = windowTable[jj]; in couplingWindowFlow()
3889 extWindow* windowTable[1000]; in createWindowsDB() local
3956 windowTable[windowCnt++] = W1; in createWindowsDB()

12