Home
last modified time | relevance | path

Searched refs:mapToIndex (Results 1 – 13 of 13) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Dsrc_qt3support_itemviews_q3listview.cpp78 if (p.x() > header()->sectionPos(header()->mapToIndex(0)) +
80 p.x() < header()->sectionPos(header()->mapToIndex(0))) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3header.h116 …int cellAt(int pos) const { return mapToIndex(sectionAt(pos + offset())); } // obso… in cellAt()
123 int mapToIndex(int section) const;
H A Dq3header.cpp960 int index = mapToIndex(section); in sectionRect()
1381 return mapToIndex(l); in mapToActual()
1605 int id = mapToIndex(sectionAt(pos + offset())); in paintEvent()
1763 int Q3Header::mapToIndex(int section) const in mapToIndex() function in Q3Header
1774 int fromIndex = mapToIndex(section); in moveSection()
1927 int sec = mapToIndex(i); in adjustHeaderSize()
1935 int sec = mapToIndex(count() - 1); in adjustHeaderSize()
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqheader.h107 …int cellAt( int pos ) const { return mapToIndex( sectionAt(pos + offset()) ); } // obsolete, do n… in cellAt()
114 int mapToIndex( int section ) const;
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/fonts/
H A Dbdf.h81 int mapToIndex(uint32 ch) const;
H A Dbdf.cpp74 const int ch = mapToIndex(chr); in getCharWidth()
103 int BdfFont::mapToIndex(uint32 ch) const { in mapToIndex() function in Graphics::BdfFont
122 const int idx = mapToIndex(chr); in drawChar()
/dports/games/residualvm/residualvm-0.3.1/graphics/fonts/
H A Dbdf.h81 int mapToIndex(uint32 ch) const;
H A Dbdf.cpp74 const int ch = mapToIndex(chr); in getCharWidth()
103 int BdfFont::mapToIndex(uint32 ch) const { in mapToIndex() function in Graphics::BdfFont
122 const int idx = mapToIndex(chr); in drawChar()
/dports/games/scummvm/scummvm-2.5.1/graphics/fonts/
H A Dbdf.h82 int mapToIndex(uint32 ch) const;
H A Dbdf.cpp78 const int ch = mapToIndex(chr); in getCharWidth()
107 int BdfFont::mapToIndex(uint32 ch) const { in mapToIndex() function in Graphics::BdfFont
126 const int idx = mapToIndex(chr); in drawChar()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/time/format/
H A DDateTimeFormatterBuilder.java5237 static long mapToIndex(String type) {
5273 long index = DayPeriod.mapToIndex(m.group("type"));
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/time/format/
H A DDateTimeFormatterBuilder.java5237 static long mapToIndex(String type) {
5273 long index = DayPeriod.mapToIndex(m.group("type"));
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/itemviews/
H A Dq3table.cpp6642 int id = mapToIndex(sectionAt(pos + offset())); in paintEvent()
7291 newIdx = mapToIndex(sec); in indexChanged()