Home
last modified time | relevance | path

Searched refs:itemFont (Results 1 – 25 of 53) sorted by relevance

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebPopupMenuWin.cpp61 Font itemFont = m_popupClient->menuStyle().font(); in setUpPlatformData() local
63 FontDescription d = itemFont.fontDescription(); in setUpPlatformData()
65 itemFont = Font(d, itemFont.letterSpacing(), itemFont.wordSpacing()); in setUpPlatformData()
66 itemFont.update(m_popupClient->fontSelector()); in setUpPlatformData()
126 Font itemFont = m_popupClient->menuStyle().font(); in setUpPlatformData() local
128 FontDescription d = itemFont.fontDescription(); in setUpPlatformData()
130 itemFont = Font(d, itemFont.letterSpacing(), itemFont.wordSpacing()); in setUpPlatformData()
131 itemFont.update(m_popupClient->fontSelector()); in setUpPlatformData()
139 …int textY = itemRect.y() + itemFont.fontMetrics().ascent() + (itemRect.height() - itemFont.fontMet… in setUpPlatformData()
141 notSelectedBackingStoreContext->drawBidiText(itemFont, textRun, IntPoint(textX, textY)); in setUpPlatformData()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp108 Font itemFont = style()->font(); in updateFromElement() local
113 FontDescription d = itemFont.fontDescription(); in updateFromElement()
115 itemFont = Font(d, itemFont.letterSpacing(), itemFont.wordSpacing()); in updateFromElement()
347 IntSize offset = IntSize(0, itemFont.fontMetrics().ascent()); in itemOffsetForAlignment()
349 float textWidth = itemFont.width(textRun); in itemOffsetForAlignment()
352 float textWidth = itemFont.width(textRun); in itemOffsetForAlignment()
394 Font itemFont = style()->font(); in paintItemForeground() local
396 r.move(itemOffsetForAlignment(textRun, itemStyle, itemFont, r)); in paintItemForeground()
399 FontDescription d = itemFont.fontDescription(); in paintItemForeground()
401 itemFont = Font(d, itemFont.letterSpacing(), itemFont.wordSpacing()); in paintItemForeground()
[all …]
/dports/devel/kf5-kconfig/kconfig-5.89.0/autotests/kconfig_compiler/
H A Dtest8a.cpp.ref12 KConfigSkeleton::ItemFont *itemFont;
13itemFont = new KConfigSkeleton::ItemFont( currentGroup(), QStringLiteral( "Font" ), mFont, QFont()…
14 addItem( itemFont, QStringLiteral( "Font" ) );
H A Dtest8c.cpp.ref56 KConfigSkeleton::ItemFont *itemFont;
57itemFont = new KConfigSkeleton::ItemFont( currentGroup(), QStringLiteral( "Font" ), mFont, QFont()…
58 addItem( itemFont, QStringLiteral( "Font" ) );
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DCTabFolderTab.java62 Font itemFont; field in CTabFolderTab
128 if (itemFont != null) itemFont.dispose(); in createColorAndFontGroup()
133 itemFont = null; in createColorAndFontGroup()
167 Font oldFont = itemFont; in changeFontOrColor()
172 oldFont = itemFont; in changeFontOrColor()
173 itemFont = new Font (display, fontData); in changeFontOrColor()
416 Font oldFont = itemFont; in resetColorsAndFonts()
417 itemFont = null; in resetColorsAndFonts()
568 tabFolder1.getItem (0).setFont (itemFont); in setItemFont()
572 Font ft = itemFont; in setItemFont()
H A DTableTab.java64 Font itemFont, cellFont; field in TableTab
121 if (itemFont != null) itemFont.dispose(); in createColorAndFontGroup()
129 itemFont = null; in createColorAndFontGroup()
166 Font oldFont = itemFont; in changeFontOrColor()
171 oldFont = itemFont; in changeFontOrColor()
172 itemFont = new Font (display, fontData); in changeFontOrColor()
483 itemFont = null; in resetColorsAndFonts()
595 table1.getItem (0).setFont (itemFont); in setItemFont()
598 Font ft = itemFont; in setItemFont()
H A DTreeTab.java66 Font itemFont, cellFont; field in TreeTab
123 if (itemFont != null) itemFont.dispose(); in createColorAndFontGroup()
131 itemFont = null; in createColorAndFontGroup()
168 Font oldFont = itemFont; in changeFontOrColor()
173 oldFont = itemFont; in changeFontOrColor()
174 itemFont = new Font (display, fontData); in changeFontOrColor()
609 itemFont = null; in resetColorsAndFonts()
760 textNode1.setFont (itemFont); in setItemFont()
761 imageNode1.setFont (itemFont); in setItemFont()
764 Font ft = itemFont; in setItemFont()
/dports/games/lander/lander-0.6.6/src/
H A DOptions.cpp34 itemFont(LocateResource("Default_Font.ttf"), 16), in Options()
240 int all_w = itemFont.GetStringWidth in DisplayItems()
242 int name_w = itemFont.GetStringWidth((*it).name.c_str()); in DisplayItems()
243 int space_w = itemFont.GetStringWidth(" "); in DisplayItems()
250 itemFont.Print(x, y, (*it).name.c_str()); in DisplayItems()
257 itemFont.Print(x, y, (*it).values[(*it).active].c_str()); in DisplayItems()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/title/
H A DLegendTitle.java143 private Font itemFont; field in LegendTitle
209 this.itemFont = DEFAULT_ITEM_FONT; in LegendTitle()
340 return this.itemFont; in getItemFont()
351 this.itemFont = font; in setItemFont()
491 textFont = this.itemFont; in createLegendItemBlock()
653 if (!this.itemFont.equals(that.itemFont)) { in equals()
/dports/deskutils/ical/ical-tcl/contrib/
H A Dical-2.3.2-earlywarning_notice.patch36 set slot(font) [pref itemFont]
83 option add *itemFont $norm140 startupFile
89 return [pref_cf [option get . itemFont Font]]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qitemdelegate/
H A Dtst_qitemdelegate.cpp423 QFont itemFont; in font_data() local
424 itemFont.setItalic(true); in font_data()
430 << itemFont in font_data()
433 itemFont.setItalic(true); in font_data()
438 << itemFont in font_data()
441 itemFont.setFamily(itemFont.defaultFamily()); in font_data()
446 << itemFont in font_data()
456 QFETCH(QFont, itemFont); in font()
471 item->setFont(itemFont); in font()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-thai.c228 static HB_Font itemFont; in HB_ThaiConvertStringToGlyphIndices() local
229 if (itemFont != item->font) { in HB_ThaiConvertStringToGlyphIndices()
231 itemFont = item->font; in HB_ThaiConvertStringToGlyphIndices()

123