Home
last modified time | relevance | path

Searched refs:BottomBit (Results 1 – 25 of 52) sorted by relevance

123

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/meshtypes/marchingcubes_3D/
H A DTypes.h73 static constexpr vtkm::Int8 BottomBit = 1 << 3; variable
87 BottomBit,
92 FrontBit | BottomBit,
95 BottomBit | LeftBit,
96 BottomBit | RightBit,
100 BackBit | BottomBit,
103 FrontBit | BottomBit | LeftBit,
104 FrontBit | BottomBit | RightBit,
107 BackBit | BottomBit | LeftBit,
108 BackBit | BottomBit | RightBit
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/meshtypes/freudenthal_3D/
H A DTypes.h79 static constexpr vtkm::Int8 BottomBit = 1 << 3; variable
100 BottomBit,
101 BottomBit | RightBit,
104 BackBit | BottomBit,
105 BackBit | BottomBit | RightBit
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/meshtypes/freudenthal_2D/
H A DTypes.h75 static constexpr vtkm::Int8 BottomBit = 1 << 3; variable
78 RightBit, BottomBit | RightBit, BottomBit, LeftBit, LeftBit | TopBit, TopBit
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/meshtypes/
H A DMeshStructureFreudenthal2D.h157 ((pos[1] == this->MeshSize[1] - 1) ? BottomBit : 0); in GetExtremalNeighbour()
196 ((pos[1] == this->MeshSize[1] - 1) ? BottomBit : 0); in GetNeighbourComponentsMaskAndDegree()
H A DMeshStructureFreudenthal3D.h159 ((pos[1] == this->MeshSize[1] - 1) ? BottomBit : 0) | ((pos[2] == 0) ? FrontBit : 0) | in GetExtremalNeighbour()
196 ((pos[1] == this->MeshSize[1] - 1) ? BottomBit : 0) | ((pos[2] == 0) ? FrontBit : 0) | in GetNeighbourComponentsMaskAndDegree()
H A DMeshStructureMarchingCubes.h229 ((pos[1] == this->MeshSize[1] - 1) ? BottomBit : 0) | ((pos[2] == 0) ? FrontBit : 0) | in GetExtremalNeighbour()
265 ((pos[1] == this->MeshSize[1] - 1) ? BottomBit : 0) | ((pos[2] == 0) ? FrontBit : 0) | in GetNeighbourComponentsMaskAndDegree()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWPageSpan.hxx213 …argins(double margin, int wh=libmwaw::LeftBit|libmwaw::RightBit|libmwaw::TopBit|libmwaw::BottomBit) in setMargins()
222 if (wh&libmwaw::BottomBit) in setMargins()
H A DMsWksTable.cxx231 libmwaw::BottomBit | libmwaw::LeftBit; in sendTable()
249 if (row+1!=nRows) internWhat|=libmwaw::BottomBit; in sendTable()
H A DMWAWGraphicStyle.cxx276 int const allBits = libmwaw::LeftBit|libmwaw::RightBit|libmwaw::TopBit|libmwaw::BottomBit; in setBorders()
290 if (wh & libmwaw::BottomBit) m_bordersList[libmwaw::Bottom] = border; in setBorders()
H A DMWAWChart.cxx433 else if (m_relativePosition&libmwaw::BottomBit) in addContentTo()
465 else if (legend.m_relativePosition&libmwaw::BottomBit) in operator <<()
H A DMWAWCell.cxx384 …int const allBits = libmwaw::LeftBit|libmwaw::RightBit|libmwaw::TopBit|libmwaw::BottomBit|libmwaw:… in setBorders()
400 if (wh & libmwaw::BottomBit) m_bordersList[libmwaw::Bottom] = border; in setBorders()
H A DBeagleWksStructManager.cxx280 libmwaw::BottomBit|libmwaw::TopBit; in readFrame()
294 frame.m_bordersSet |= libmwaw::BottomBit; in readFrame()
H A DClarisWksSpreadsheet.cxx553 …atic int const what[] = {libmwaw::LeftBit, libmwaw::TopBit, libmwaw::RightBit, libmwaw::BottomBit}; in sendSpreadsheet()
H A DClarisWksTable.cxx271 …tatic int const wh[] = { libmwaw::LeftBit, libmwaw::TopBit, libmwaw::RightBit, libmwaw::BottomBit}; in update()
/dports/textproc/libwps03/libwps-0.3.1/src/lib/
H A DWPSParagraph.cpp168 if (pp.m_border&WPSBorder::BottomBit) o << "B"; in operator <<()
231 if (border & WPSBorder::BottomBit) in addTo()
H A DWPSCell.cpp138 int const allBits = WPSBorder::LeftBit|WPSBorder::RightBit|WPSBorder::TopBit|WPSBorder::BottomBit; in setBorders()
153 if (wh & WPSBorder::BottomBit) m_bordersList[WPSBorder::Bottom] = border; in setBorders()
H A Dlibwps_internal.h220 enum { LeftBit = 0x01, RightBit = 0x02, TopBit=0x4, BottomBit = 0x08 }; enumerator
H A DWPS8Table.cpp375 WPSBorder::RightBit, WPSBorder::BottomBit in readMCLD()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DWPSParagraph.cpp179 if (pp.m_border&WPSBorder::BottomBit) o << "B"; in operator <<()
238 if (border & WPSBorder::BottomBit) in addTo()
H A DWPSCell.cpp145 int const allBits = WPSBorder::LeftBit|WPSBorder::RightBit|WPSBorder::TopBit|WPSBorder::BottomBit; in setBorders()
160 if (wh & WPSBorder::BottomBit) m_bordersList[WPSBorder::Bottom] = border; in setBorders()
H A DWPSGraphicStyle.cpp146 int const allBits = WPSBorder::LeftBit|WPSBorder::RightBit|WPSBorder::TopBit|WPSBorder::BottomBit; in setBorders()
162 if (wh & WPSBorder::BottomBit) m_bordersList[WPSBorder::Bottom] = border; in setBorders()
H A DWKSChart.cpp529 else if (m_relativePosition&WPSBorder::BottomBit) in addContentTo()
562 else if (legend.m_relativePosition&WPSBorder::BottomBit) in operator <<()
H A DWPS8Table.cpp390 WPSBorder::RightBit, WPSBorder::BottomBit in readMCLD()
H A DQuattroDosSpreadsheet.cpp888 …int const wh[]= {WPSBorder::TopBit, WPSBorder::LeftBit, WPSBorder::BottomBit, WPSBorder::RightBit}; in readCellStyle()
1214 …int const wh[]= {WPSBorder::TopBit, WPSBorder::LeftBit, WPSBorder::BottomBit, WPSBorder::RightBit}; in readUserStyle()
1317 …int const wh[]= {WPSBorder::TopBit, WPSBorder::LeftBit, WPSBorder::BottomBit, WPSBorder::RightBit}; in readUserStyle()
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DSTOFFChart.cxx521 else if (m_relativePosition&libstoff::BottomBit) in addContentTo()
553 else if (legend.m_relativePosition&libstoff::BottomBit) in operator <<()

123