Home
last modified time | relevance | path

Searched refs:fFont (Results 1 – 25 of 282) sorted by last modified time

12345678910>>...12

/dports/audio/carla/Carla-2.4.1/source/frontend/widgets/
H A Dpixmapkeyboard.cpp175 fFont("Monospace", 7, QFont::Normal), in PixmapKeyboard()
580 painter.setFont(fFont); in paintEvent()
H A Dpixmapkeyboard.py197 self.fFont = self.font()
198 self.fFont.setFamily("Monospace")
199 self.fFont.setPixelSize(12)
200 self.fFont.setBold(True)
598 painter.setFont(self.fFont)
H A Dpixmapkeyboard.hpp77 QFont fFont; member in PixmapKeyboard
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkGlyphRun.cpp31 , fFont{font} {}
37 , fFont{font} {}
H A DSkGlyphRun.h41 const SkFont& font() const { return fFont; } in font()
53 SkFont fFont; variable
H A DSkTextBlob.cpp73 SkFont fFont; member
H A DSkTextBlobPriv.h86 : fFont(font) in RunRecord()
108 return fFont; in font()
188 SkFont fFont; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp225 if (fFont) { in ~SkAutoHDC()
226 ::DeleteObject(fFont); in ~SkAutoHDC()
232 HFONT fFont; member in SkAutoHDC
474 fFont = font; in init()
484 HFONT fFont{0}; member in HDCOffscreen
612 HFONT fFont; member in SkScalerContext_GDI
657 , fFont(0) in SkScalerContext_GDI()
708 if (!fFont) { in SkScalerContext_GDI()
808 if (fFont) { in ~SkScalerContext_GDI()
809 ::DeleteObject(fFont); in ~SkScalerContext_GDI()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/utils/
H A DSkShaperJSONWriter.cpp73 info.fFont.getTypeface()->getFamilyName(&fontName); in commitRunBuffer()
77 fJSONWriter->appendFloat("font size", info.fFont.getSize()); in commitRunBuffer()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkTextBlob.cpp73 SkFont fFont; member
H A DSkGlyphRun.h41 const SkFont& font() const { return fFont; } in font()
53 SkFont fFont; variable
H A DSkTextBlobPriv.h86 : fFont(font) in RunRecord()
108 return fFont; in font()
188 SkFont fFont; variable
H A DSkGlyphRun.cpp31 , fFont{font} {}
37 , fFont{font} {}
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp225 if (fFont) { in ~SkAutoHDC()
226 ::DeleteObject(fFont); in ~SkAutoHDC()
232 HFONT fFont; member in SkAutoHDC
474 fFont = font; in init()
484 HFONT fFont{0}; member in HDCOffscreen
612 HFONT fFont; member in SkScalerContext_GDI
657 , fFont(0) in SkScalerContext_GDI()
708 if (!fFont) { in SkScalerContext_GDI()
808 if (fFont) { in ~SkScalerContext_GDI()
809 ::DeleteObject(fFont); in ~SkScalerContext_GDI()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/utils/
H A DSkShaperJSONWriter.cpp73 info.fFont.getTypeface()->getFamilyName(&fontName); in commitRunBuffer()
77 fJSONWriter->appendFloat("font size", info.fFont.getSize()); in commitRunBuffer()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/utils/
H A DSkShaperJSONWriter.cpp73 info.fFont.getTypeface()->getFamilyName(&fontName); in commitRunBuffer()
77 fJSONWriter->appendFloat("font size", info.fFont.getSize()); in commitRunBuffer()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/ports/
H A DSkFontHost_win.cpp225 if (fFont) { in ~SkAutoHDC()
226 ::DeleteObject(fFont); in ~SkAutoHDC()
232 HFONT fFont; member in SkAutoHDC
474 fFont = font; in init()
484 HFONT fFont{0}; member in HDCOffscreen
612 HFONT fFont; member in SkScalerContext_GDI
657 , fFont(0) in SkScalerContext_GDI()
708 if (!fFont) { in SkScalerContext_GDI()
808 if (fFont) { in ~SkScalerContext_GDI()
809 ::DeleteObject(fFont); in ~SkScalerContext_GDI()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkTextBlob.cpp73 SkFont fFont; member
H A DSkTextBlobPriv.h86 : fFont(font) in RunRecord()
108 return fFont; in font()
188 SkFont fFont; variable
H A DSkGlyphRun.h41 const SkFont& font() const { return fFont; } in font()
53 SkFont fFont; variable
H A DSkGlyphRun.cpp31 , fFont{font} {}
37 , fFont{font} {}
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/skia/
H A Dwindows-do-not-modify-logfont.patch.027 fFont = CreateFontIndirect(&lf);
28 if (!fFont) {
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dypaint.h149 void setFont(YFont aFont) { fFont = aFont; } in setFont()
192 YFont font() const { return fFont; } in font()
214 YFont fFont; variable
H A Dakeyboard.h42 YFont fFont; variable
H A Dakeyboard.cc21 fFont(tempFontName), in KeyboardStatus()
27 int w = (fFont != null ? 4 + fFont->textWidth("MM", 2) : 0); in KeyboardStatus()
28 int h = (fFont != null ? 4 + fFont->height() : 0); in KeyboardStatus()
209 if (fFont != null && fKeyboard != null) { in draw()
226 g.setFont(fFont); in draw()
228 int y = (height() - 1 - fFont->height()) / 2 + fFont->ascent(); in draw()
229 int w = fFont->textWidth(text); in draw()

12345678910>>...12