Home
last modified time | relevance | path

Searched refs:m_unit (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/dports/textproc/kreport/kreport-3.2.0/src/wrtembed/
H A DKReportDesignerSectionScene.cpp37 if (m_unit.type() != m_rd->pageUnit().type()) { in KReportDesignerSectionScene()
38 m_unit = m_rd->pageUnit(); in KReportDesignerSectionScene()
39 if (m_unit.type() == KReportUnit::Type::Cicero || in KReportDesignerSectionScene()
40 m_unit.type() == KReportUnit::Type::Pica || in KReportDesignerSectionScene()
65 m_unit = m_rd->pageUnit(); in drawBackground()
66 if (m_unit.type() == KReportUnit::Type::Cicero || in drawBackground()
67 m_unit.type() == KReportUnit::Type::Pica || in drawBackground()
151 if (m_unit.type() != m_rd->pageUnit().type()) { in gridPoint()
152 m_unit = m_rd->pageUnit(); in gridPoint()
153 if (m_unit.type() == KReportUnit::Type::Cicero || in gridPoint()
[all …]
/dports/misc/artikulate/artikulate-21.12.3/src/models/
H A Dphraselistmodel.cpp14 , m_unit(nullptr) in PhraseListModel()
39 if (m_unit == unit) { in setUnit()
45 if (m_unit) { in setUnit()
46 m_unit->disconnect(this); in setUnit()
52 m_unit = unit; in setUnit()
53 if (m_unit) { in setUnit()
77 return m_unit; in unit()
82 Q_ASSERT(m_unit); in data()
118 if (!m_unit) { in rowCount()
177 if (!m_unit) { in count()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Ddiablo_hd.cpp72 m_unit(0), in diablo_hd_device()
322 LOG_DRIVE(2,"[DHD%u] no disk\n", m_unit); in read_sector()
711 LOG_DRIVE(0,"[DHD%u] page not set\n", m_unit); in squeeze_sector()
716 LOG_DRIVE(0,"[DHD%u] no image\n", m_unit); in squeeze_sector()
722 LOG_DRIVE(0,"[DHD%u] no bits\n", m_unit); in squeeze_sector()
777 LOG_DRIVE(2,"[DHD%u] no disk\n", m_unit); in squeeze_sector()
805 return m_unit; in unit()
976 assert(unit == m_unit); // this drive is selected in select()
1161 LOG_DRIVE(0,"[DHD%u] no bits\n", m_unit); in wr_data()
1213 LOG_DRIVE(0,"[DHD%u] no bits\n", m_unit); in rd_data()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Ddiablo_hd.cpp72 m_unit(0), in diablo_hd_device()
322 LOG_DRIVE(2,"[DHD%u] no disk\n", m_unit); in read_sector()
711 LOG_DRIVE(0,"[DHD%u] page not set\n", m_unit); in squeeze_sector()
716 LOG_DRIVE(0,"[DHD%u] no image\n", m_unit); in squeeze_sector()
722 LOG_DRIVE(0,"[DHD%u] no bits\n", m_unit); in squeeze_sector()
777 LOG_DRIVE(2,"[DHD%u] no disk\n", m_unit); in squeeze_sector()
805 return m_unit; in unit()
976 assert(unit == m_unit); // this drive is selected in select()
1161 LOG_DRIVE(0,"[DHD%u] no bits\n", m_unit); in wr_data()
1213 LOG_DRIVE(0,"[DHD%u] no bits\n", m_unit); in rd_data()
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptdurationspinbox.cpp39 m_unit(Duration::Unit_d), in DurationSpinBox()
57 m_unit = unit; in setUnit()
68 if (m_unit < unit) { in setMaximumUnit()
70 emit unitChanged(m_unit); in setMaximumUnit()
81 if (m_unit > unit) { in setMinimumUnit()
90 if (m_unit > m_maxunit) { in stepUnitUp()
101 if (m_unit < m_minunit) { in stepUnitDown()
255 m_unit = m_maxunit; in updateUnit()
257 m_unit = m_minunit; in updateUnit()
259 if (m_unit != unit) { in updateUnit()
[all …]
/dports/games/cutemaze/cutemaze-1.2.6/src/
H A Dtheme.cpp64 m_unit(32), in Theme()
140 scale(m_unit); in load()
147 m_unit = unit; in scale()
178 scale(m_unit); in setDevicePixelRatio()
186 painter.drawPixmap(column * 3 * m_unit, row * 3 * m_unit, m_pixmap[element]); in draw()
199 painter.drawPixmap(column * 3 * m_unit, row * 3 * m_unit, m_pixmap_rotated[element][angle]); in draw()
215 …painter.drawPixmap((column * 3 * m_unit) - m_unit, (row * 3 * m_unit) - m_unit, m_pixmap_corner[wa… in drawCorner()
223 painter.drawPixmap((column * 3 * m_unit) - m_unit, row * 3 * m_unit, m_pixmap_wall[1]); in drawWall()
225 painter.drawPixmap(column * 3 * m_unit, (row * 3 * m_unit) - m_unit, m_pixmap_wall[0]); in drawWall()
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamares/partition/
H A DPartitionSize.cpp66 m_unit = SizeUnit::None; in PartitionSize()
82 switch ( m_unit ) in toSectors()
116 switch ( m_unit ) in toBytes()
153 switch ( m_unit ) in toBytes()
190 switch ( m_unit ) in toBytes()
216 if ( !unitsComparable( m_unit, other.m_unit ) ) in operator <()
221 switch ( m_unit ) in operator <()
242 if ( !unitsComparable( m_unit, other.m_unit ) ) in operator >()
247 switch ( m_unit ) in operator >()
268 if ( !unitsComparable( m_unit, other.m_unit ) ) in operator ==()
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DLegatoQuantizer.cpp41 m_unit(unit)
43 if (m_unit < 0) m_unit = Note(Note::Shortest).getDuration();
48 m_unit(unit)
50 if (m_unit < 0) m_unit = Note(Note::Shortest).getDuration();
55 m_unit(q.m_unit)
127 if (m_unit != 0) {
128 timeT low = (t / m_unit) * m_unit;
129 timeT high = low + m_unit;
H A DBasicQuantizer.cpp46 m_unit(unit), in BasicQuantizer()
51 if (m_unit < 0) m_unit = Note(Note::Shortest).getDuration(); in BasicQuantizer()
58 m_unit(unit), in BasicQuantizer()
63 if (m_unit < 0) m_unit = Note(Note::Shortest).getDuration(); in BasicQuantizer()
68 m_unit(q.m_unit), in BasicQuantizer()
91 if (m_unit == 0) return; in quantizeSingle()
100 int n = t / m_unit; in quantizeSingle()
101 timeT low = n * m_unit; in quantizeSingle()
102 timeT high = low + m_unit; in quantizeSingle()
118 low = (d / m_unit) * m_unit; in quantizeSingle()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
413 if (m_unit->GetVersion() <= 2) in Dump()
487 assert(m_unit); in Address()
493 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
509 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
415 if (m_unit->GetVersion() <= 2) in Dump()
489 assert(m_unit); in Address()
495 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
511 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
413 if (m_unit->GetVersion() <= 2) in Dump()
487 assert(m_unit); in Address()
493 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
509 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
413 if (m_unit->GetVersion() <= 2) in Dump()
487 assert(m_unit); in Address()
493 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
509 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
415 if (m_unit->GetVersion() <= 2) in Dump()
489 assert(m_unit); in Address()
495 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
511 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
415 if (m_unit->GetVersion() <= 2) in Dump()
489 assert(m_unit); in Address()
495 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
511 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
415 if (m_unit->GetVersion() <= 2) in Dump()
489 assert(m_unit); in Address()
495 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
511 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
413 if (m_unit->GetVersion() <= 2) in Dump()
487 assert(m_unit); in Address()
493 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
509 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
415 if (m_unit->GetVersion() <= 2) in Dump()
489 assert(m_unit); in Address()
495 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
511 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/devel/kf5-kunitconversion/kunitconversion-5.89.0/src/
H A Dvalue.cpp27 m_unit = m_converter.unit(unitId); in ValuePrivate()
32 , m_unit(unit) in ValuePrivate()
39 m_unit = m_converter.unit(unitString); in ValuePrivate()
45 , m_unit(other.m_unit) in ValuePrivate()
56 m_unit = other.m_unit; in operator =()
67 return (m_number == other.m_number && m_unit == other.m_unit); in operator ==()
76 Unit m_unit; member in KUnitConversion::ValuePrivate
145 return (d && d->m_unit.isValid() && !qIsNaN(d->m_number)); in isValid()
159 return d->m_unit; in unit()
167 return d->m_unit.toString(d->m_number, fieldWidth, format, precision, fillChar); in toString()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp25 m_unit = nullptr; in Clear()
45 assert(m_unit); in ExtractValue()
120 assert(m_unit); in ExtractValue()
121 if (m_unit->GetVersion() <= 2) in ExtractValue()
122 ref_addr_size = m_unit->GetAddressByteSize(); in ExtractValue()
199 return GetFixedSize(m_form, m_unit); in GetFixedSize()
413 if (m_unit->GetVersion() <= 2) in Dump()
501 assert(m_unit); in Address()
507 dw_offset_t addr_base = m_unit->GetAddrBase(); in Address()
523 value += m_unit->GetOffset(); in Reference()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGLength.cpp135 , m_unit(other.m_unit) in SVGLength()
141 return m_unit == other.m_unit in operator ==()
152 return extractType(m_unit); in unitType()
163 switch (extractType(m_unit)) { in value()
195 switch (extractType(m_unit)) { in setValue()
271 m_unit = storeUnit(extractMode(m_unit), type); in setValueAsString()
287 m_unit = storeUnit(extractMode(m_unit), static_cast<SVGLengthType>(type)); in newValueSpecifiedUnits()
303 m_unit = storeUnit(extractMode(m_unit), static_cast<SVGLengthType>(type)); in convertToSpecifiedUnits()
309 m_unit = originalUnitAndType; in convertToSpecifiedUnits()
367 switch (extractMode(m_unit)) { in convertValueFromUserUnitsToPercentage()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dcomponent_references_lister.cpp112 ii = item1.m_unit - item2.m_unit; in sortByRefAndValue()
136 ii = item1.m_unit - item2.m_unit; in sortByReferenceOnly()
169 if( flatList[ii].m_unit == aUnit ) in FindUnit()
487 ref_unit.m_unit = thisRef.m_unit; in Annotate()
529 if( ref_unit.m_unit == Unit ) in Annotate()
606 if( ( flatList[ii].m_unit > 0 ) && ( flatList[ii].m_unit < 0x7FFFFFFF ) ) in CheckAnnotation()
637 flatList[ii].m_unit, in CheckAnnotation()
661 if( flatList[ii].m_unit == flatList[ ii + 1].m_unit ) in CheckAnnotation()
668 if( ( flatList[ii].m_unit > 0 ) && ( flatList[ii].m_unit < 0x7FFFFFFF ) ) in CheckAnnotation()
695 if( ( flatList[ii].m_unit > 0 ) in CheckAnnotation()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGLength.cpp121 , m_unit(storeUnit(mode, LengthTypeNumber)) in SVGLength()
129 return extractType(m_unit); in unitType()
134 SVGLengthType type = extractType(m_unit); in value()
143 … SVGLength::PercentageOfViewport(m_valueInSpecifiedUnits / 100.0f, m_context, extractMode(m_unit)); in value()
185 SVGLengthType type = extractType(m_unit); in setValue()
233 if (extractType(m_unit) == LengthTypePercentage) { in valueAsPercentage()
261 m_unit = storeUnit(extractMode(m_unit), type); in setValueAsString()
277 m_unit = storeUnit(extractMode(m_unit), (SVGLengthType) type); in newValueSpecifiedUnits()
286 m_unit = storeUnit(extractMode(m_unit), (SVGLengthType) type); in convertToSpecifiedUnits()
/dports/devel/libarea/libarea-2752cd9/kurve/
H A DMatrix.cpp48 m_unit = m.m_unit;
58 m_unit = true; in Unit()
81 m_unit = false; in Translate()
106 m_unit = false; in Rotate()
185 if(m_unit) in Transform()
196 if(m_unit) in Transform2d()
207 if(!m_unit) { in Transform()
216 if(m_unit) in IsMirrored()
250 if(m_unit) { in GetScale()
263 if(m_unit) { in GetScale()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/utils/
H A Dqueue-size.cc114 : m_unit (QueueSizeUnit::PACKETS), in QueueSize()
121 : m_unit (unit), in QueueSize()
129 NS_ABORT_MSG_IF (m_unit != rhs.GetUnit (), "Cannot compare heterogeneous sizes"); in operator <()
136 NS_ABORT_MSG_IF (m_unit != rhs.GetUnit (), "Cannot compare heterogeneous sizes"); in operator <=()
143 NS_ABORT_MSG_IF (m_unit != rhs.GetUnit (), "Cannot compare heterogeneous sizes"); in operator >()
150 NS_ABORT_MSG_IF (m_unit != rhs.GetUnit (), "Cannot compare heterogeneous sizes"); in operator >=()
157 NS_ABORT_MSG_IF (m_unit != rhs.GetUnit (), "Cannot compare heterogeneous sizes"); in operator ==()
164 NS_ABORT_MSG_IF (m_unit != rhs.GetUnit (), "Cannot compare heterogeneous sizes"); in operator !=()
172 return m_unit; in GetUnit()
184 bool ok = DoParse (size, &m_unit, &m_value); in QueueSize()

12345678910>>...19