Home
last modified time | relevance | path

Searched refs:theCell (Results 1 – 25 of 31) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_CellFilter.hxx349 return theCell.HashCode (theUpperBound); in HashCode()
382 void iterateAdd (int idim, Cell &theCell, in iterateAdd() argument
389 theCell.index[idim] = i; in iterateAdd()
393 add (theCell, theTarget); in iterateAdd()
401 if ( ! myCells.Contains (theCell) ) in remove()
425 void iterateRemove (int idim, Cell &theCell, in iterateRemove() argument
432 theCell.index[idim] = i; in iterateRemove()
436 remove (theCell, theTarget); in iterateRemove()
444 if ( ! myCells.Contains (theCell) ) in inspect()
475 theCell.index[idim] = i; in iterateInspect()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_CellFilter.hxx349 return theCell.HashCode (theUpperBound); in HashCode()
382 void iterateAdd (int idim, Cell &theCell, in iterateAdd() argument
389 theCell.index[idim] = i; in iterateAdd()
393 add (theCell, theTarget); in iterateAdd()
401 if ( ! myCells.Contains (theCell) ) in remove()
425 void iterateRemove (int idim, Cell &theCell, in iterateRemove() argument
432 theCell.index[idim] = i; in iterateRemove()
436 remove (theCell, theTarget); in iterateRemove()
444 if ( ! myCells.Contains (theCell) ) in inspect()
475 theCell.index[idim] = i; in iterateInspect()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_CellFilter.hxx349 return theCell.HashCode (theUpperBound); in HashCode()
382 void iterateAdd (int idim, Cell &theCell, in iterateAdd() argument
389 theCell.index[idim] = i; in iterateAdd()
393 add (theCell, theTarget); in iterateAdd()
401 if ( ! myCells.Contains (theCell) ) in remove()
425 void iterateRemove (int idim, Cell &theCell, in iterateRemove() argument
432 theCell.index[idim] = i; in iterateRemove()
436 remove (theCell, theTarget); in iterateRemove()
444 if ( ! myCells.Contains (theCell) ) in inspect()
475 theCell.index[idim] = i; in iterateInspect()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/list/
H A D_Listmodule.c159 Point theCell; in ListObj_LGetSelect() local
191 Point theCell; in ListObj_LNextCell() local
332 Point theCell; in ListObj_LAddToCell() local
349 Point theCell; in ListObj_LClrCell() local
366 Point theCell; in ListObj_LGetCell() local
391 Point theCell; in ListObj_LRect() local
396 theCell, in ListObj_LRect()
409 Point theCell; in ListObj_LSetCell() local
427 Point theCell; in ListObj_LSetSelect() local
443 Point theCell; in ListObj_LDraw() local
[all …]
/dports/lang/python27/Python-2.7.18/Mac/Modules/list/
H A D_Listmodule.c159 Point theCell; in ListObj_LGetSelect() local
191 Point theCell; in ListObj_LNextCell() local
332 Point theCell; in ListObj_LAddToCell() local
349 Point theCell; in ListObj_LClrCell() local
366 Point theCell; in ListObj_LGetCell() local
391 Point theCell; in ListObj_LRect() local
396 theCell, in ListObj_LRect()
409 Point theCell; in ListObj_LSetCell() local
427 Point theCell; in ListObj_LSetSelect() local
443 Point theCell; in ListObj_LDraw() local
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DLists.pas579 function LGetSelect( next: Boolean; var theCell: Cell; lHandle: ListHandle ): Boolean; external nam… in LGetSelect()
609 function LNextCell( hNext: Boolean; vNext: Boolean; var theCell: Cell; lHandle: ListHandle ): Boole… in LNextCell()
624 function LSearch( dataPtr: {const} UnivPtr; dataLen: SInt16; searchProc: ListSearchUPP; var theCell in LSearch()
759 procedure LAddToCell( dataPtr: {const} UnivPtr; dataLen: SInt16; theCell: Cell; lHandle: ListHandle…
774 procedure LClrCell( theCell: Cell; lHandle: ListHandle ); external name '_LClrCell';
789 procedure LGetCell( dataPtr: UnivPtr; var dataLen: SInt16; theCell: Cell; lHandle: ListHandle ); ex…
804 procedure LRect( var cellRect: Rect; theCell: Cell; lHandle: ListHandle ); external name '_LRect';
819 procedure LSetCell( dataPtr: {const} UnivPtr; dataLen: SInt16; theCell: Cell; lHandle: ListHandle )…
834 procedure LSetSelect( setIt: Boolean; theCell: Cell; lHandle: ListHandle ); external name '_LSetSel…
849 procedure LDraw( theCell: Cell; lHandle: ListHandle ); external name '_LDraw';
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/xhtml/Text/XHtml/
H A DTable.hs88 [tr << [theCell x y | (theCell,(x,y)) <- theRow ]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSScroller.m988 id theCell = nil;
1007 theCell = (_scFlags.isHorizontal ? rightCell : downCell);
1017 theCell = (_scFlags.isHorizontal ? leftCell : upCell);
1021 theCell = nil;
1029 if (theCell)
1038 NSDebugLog (@"tracking cell %@", theCell);
1044 [theCell trackMouse: theEvent
1089 id theCell = nil;
1103 theCell = (_scFlags.isHorizontal ? leftCell : upCell);
1110 [theCell setHighlighted: flag];
[all …]
H A DNSForm.m394 id theCell = [self cellAtIndex: index];
396 [theCell drawWithFrame: [self cellFrameAtRow: index column: 0]
/dports/print/rtf2latex2e/rtf2latex2e-2-2-2/src/
H A Dwriter.c898 return (table.theCell); in CellGetByIndex()
919 if (!table.theCell) in CellGetByPosition()
1600 table.theCell = cell; in DoTableAttr()
1652 newCell->nextCell = table.theCell; in InheritTableRowSettings()
1660 table.theCell = newCell; in InheritTableRowSettings()
1722 table.theCell = NULL; in PrescanTable()
2047 while (table.theCell) { in DoTable()
2048 cell = (table.theCell)->nextCell; in DoTable()
2049 RTFFree((char *) table.theCell); in DoTable()
2050 table.theCell = cell; in DoTable()
[all …]
H A Drtf2latex2e.h148 cellStruct *theCell; member
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DSheetView.cpp469 Cell theCell(sheet(), col, row); in paintCells() local
470 …const CellView cellView = d->cellViewToProcess(theCell, coordinate, processedObscuredCells, this, … in paintCells()
471 if (!!theCell && (theCell.column() != col || theCell.row() != row)) { in paintCells()
474 theCell, this); in paintCells()
H A DCellToolBase_p.cpp89 const Cell& theCell = cell.isPartOfMerged() ? cell.masterCell() : cell; in updateEditor() local
90 const Style style = theCell.style(); in updateEditor()
92 externalEditor->setPlainText(theCell.displayText()); in updateEditor()
96 externalEditor->setPlainText(theCell.userInput()); in updateEditor()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DsurfaceDlg.cpp577 for (int theCell = 0; theCell < NumMOs; theCell++) {
578 if (theCell != HOMOOrb)
586 oneSymLabel = &(SymLabel[theCell*5]);
622 temp.Printf(wxT("%.3f"), OccNum[theCell]);
648 temp.Printf(wxT("%.3f"), Energy[theCell]);
675 for (int theCell = 0; theCell < NumBasisFuncs; theCell++) {
691 while (ifunc<=theCell) {
697 if (theCell<jfunc) { //Found the right shell, now pick out the right function
705 if ((ishell==minshell)&&(theCell==ifunc)) {
726 jfunc = theCell-ifunc;
[all …]
/dports/cad/openroad/OpenROAD-2.0/docs/contrib/
H A DCodingPractices.rst181 int x_pos = (int)floor(theCell->x_coord / wsite + 0.5);
259 int size_x = (int)floor(theCell->width / wsite + 0.5);
278 cell* theCell = &cells[i];
286 cell* theCell = &cells[i];
/dports/games/nextgo/NeXTGo-3.0/
H A DGoApp.h220 - cellClicked:theCell;
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DMailWindowController.m1180 willDisplayCell: (id) theCell
1203 [theCell setDrawsBackground: YES];
1204 [theCell setBackgroundColor: aColor];
1208 [theCell setDrawsBackground: NO];
1213 [theCell setDrawsBackground: NO];
1219 [theCell setFont: [NSFont seenMessageFont]];
1223 [theCell setFont: [NSFont recentMessageFont]];
1230 [theCell setFont: [NSFont deletedMessageFont]];
1234 [theCell setTextColor: [NSColor blackColor]];
1240 [theCell setAlignment: NSRightTextAlignment];
[all …]
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Model/
H A DGMAppKit.m176 id theCell = [self cell];
190 [archiver encodeInt:[theCell highlightsBy] withName:@"highlightsBy"];
191 [archiver encodeInt:[theCell showsStateBy] withName:@"showsStateBy"];
199 id theCell;
218 theCell = [self cell];
220 [theCell setHighlightsBy:[unarchiver decodeIntWithName:@"highlightsBy"]];
221 [theCell setShowsStateBy:[unarchiver decodeIntWithName:@"showsStateBy"]];
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb_interactive.cc1489 …ugCvcrcFile(ofstream & theOutputFile, instanceId_t theInstanceId, string theCell, int theCurrentSt… in CreateDebugCvcrcFile() argument
1500 theOutputFile << "CVC_MODE = '" << theCell << "." << cvcParameters.cvcMode << "'" << endl; in CreateDebugCvcrcFile()
1502 string myPowerFile = "power." + theCell + "." + cvcParameters.cvcMode; in CreateDebugCvcrcFile()
1506 …theOutputFile << "CVC_REPORT_FILE = '" << "debug_" << theCell << "_" << cvcParameters.cvcMode << "… in CreateDebugCvcrcFile()
1507 …theOutputFile << "CVC_REPORT_TITLE = 'Debug " << theCell << " mode " << cvcParameters.cvcMode << "… in CreateDebugCvcrcFile()
/dports/graphics/megapov/megapov-1.2.1/unix/
H A Dxwin.cpp332 static void GetBestIndex (long r, long g, long b, XColor *theCell);
3161 static void GetBestIndex(long r, long g, long b, XColor *theCell) argument
3305 *theCell = theColors[bestIndex];
3307 theCell->flags = DoRed | DoGreen | DoBlue;
/dports/graphics/povray36/povray-3.6.1/unix/
H A Dxwin.cpp313 static void GetBestIndex (long r, long g, long b, XColor *theCell);
3138 static void GetBestIndex(long r, long g, long b, XColor *theCell) argument
3282 *theCell = theColors[bestIndex];
3284 theCell->flags = DoRed | DoGreen | DoBlue;
/dports/math/vtk8/VTK-8.2.0/IO/XML/
H A DvtkXMLUnstructuredDataWriter.cxx374 vtkCell* theCell = cell->GetRepresentativeCell(); in CreateFaceStream() local
375 vtkPolyhedron* poly = vtkPolyhedron::SafeDownCast(theCell); in CreateFaceStream()
/dports/math/vtk9/VTK-9.1.0/IO/XML/
H A DvtkXMLUnstructuredDataWriter.cxx379 vtkCell* theCell = cell->GetRepresentativeCell(); in CreateFaceStream() local
380 vtkPolyhedron* poly = vtkPolyhedron::SafeDownCast(theCell); in CreateFaceStream()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs760 [tr << [theCell x y | (theCell,(x,y)) <- theRow ]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/html-1.0.1.2/Text/
H A DHtml.hs760 [tr << [theCell x y | (theCell,(x,y)) <- theRow ]

12