Home
last modified time | relevance | path

Searched defs:font_ (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dicfontab.c29 #define font_(fname, fproc, zfproc) extern ccfont_proc(fproc); macro
38 #define font_(fname, fproc, zfproc) fproc, /* fname, zfproc are not needed */ macro
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dicfontab.c29 #define font_(fname, fproc, zfproc) extern ccfont_proc(fproc); macro
38 #define font_(fname, fproc, zfproc) fproc, /* fname, zfproc are not needed */ macro
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/Qt4Qt5/
H A DPlatQt.cpp201 XYPOSITION InternalLeading(Font &font_) {Q_UNUSED(font_); return 0;} in InternalLeading()
502 void SurfaceImpl::DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, in DrawTextNoClip()
511 void SurfaceImpl::DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, in DrawTextClipped()
521 void SurfaceImpl::DrawTextTransparent(PRectangle rc, Font &font_, in DrawTextTransparent()
572 void SurfaceImpl::MeasureWidths(Font &font_, const char *s, int len, in MeasureWidths()
631 XYPOSITION SurfaceImpl::WidthText(Font &font_, const char *s, int len) in WidthText()
637 XYPOSITION SurfaceImpl::Ascent(Font &font_) in Ascent()
642 XYPOSITION SurfaceImpl::Descent(Font &font_) in Descent()
652 XYPOSITION SurfaceImpl::Height(Font &font_) in Height()
657 XYPOSITION SurfaceImpl::AverageCharWidth(Font &font_) in AverageCharWidth()
[all …]
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/
H A DPlatQt.cpp190 XYPOSITION InternalLeading(Font &font_) {Q_UNUSED(font_); return 0;} in InternalLeading()
485 void SurfaceImpl::DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, in DrawTextNoClip()
494 void SurfaceImpl::DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, in DrawTextClipped()
504 void SurfaceImpl::DrawTextTransparent(PRectangle rc, Font &font_, in DrawTextTransparent()
555 void SurfaceImpl::MeasureWidths(Font &font_, const char *s, int len, in MeasureWidths()
614 XYPOSITION SurfaceImpl::WidthText(Font &font_, const char *s, int len) in WidthText()
620 XYPOSITION SurfaceImpl::Ascent(Font &font_) in Ascent()
625 XYPOSITION SurfaceImpl::Descent(Font &font_) in Descent()
635 XYPOSITION SurfaceImpl::Height(Font &font_) in Height()
640 XYPOSITION SurfaceImpl::AverageCharWidth(Font &font_) in AverageCharWidth()
[all …]
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/
H A DPlatQt.cpp190 XYPOSITION InternalLeading(Font &font_) {Q_UNUSED(font_); return 0;} in InternalLeading()
485 void SurfaceImpl::DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, in DrawTextNoClip()
494 void SurfaceImpl::DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, in DrawTextClipped()
504 void SurfaceImpl::DrawTextTransparent(PRectangle rc, Font &font_, in DrawTextTransparent()
555 void SurfaceImpl::MeasureWidths(Font &font_, const char *s, int len, in MeasureWidths()
614 XYPOSITION SurfaceImpl::WidthText(Font &font_, const char *s, int len) in WidthText()
620 XYPOSITION SurfaceImpl::Ascent(Font &font_) in Ascent()
625 XYPOSITION SurfaceImpl::Descent(Font &font_) in Descent()
635 XYPOSITION SurfaceImpl::Height(Font &font_) in Height()
640 XYPOSITION SurfaceImpl::AverageCharWidth(Font &font_) in AverageCharWidth()
[all …]
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/
H A DPlatQt.cpp190 XYPOSITION InternalLeading(Font &font_) {Q_UNUSED(font_); return 0;} in InternalLeading()
485 void SurfaceImpl::DrawTextNoClip(PRectangle rc, Font &font_, XYPOSITION ybase, in DrawTextNoClip()
494 void SurfaceImpl::DrawTextClipped(PRectangle rc, Font &font_, XYPOSITION ybase, in DrawTextClipped()
504 void SurfaceImpl::DrawTextTransparent(PRectangle rc, Font &font_, in DrawTextTransparent()
555 void SurfaceImpl::MeasureWidths(Font &font_, const char *s, int len, in MeasureWidths()
614 XYPOSITION SurfaceImpl::WidthText(Font &font_, const char *s, int len) in WidthText()
620 XYPOSITION SurfaceImpl::Ascent(Font &font_) in Ascent()
625 XYPOSITION SurfaceImpl::Descent(Font &font_) in Descent()
635 XYPOSITION SurfaceImpl::Height(Font &font_) in Height()
640 XYPOSITION SurfaceImpl::AverageCharWidth(Font &font_) in AverageCharWidth()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.h72 FontPtr font_; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.h72 FontPtr font_; variable
/dports/devel/sdl2pp/libSDL2pp-0.16.1/SDL2pp/
H A DFont.hh50 TTF_Font* font_; ///< Managed TTF_Font object member in SDL2pp::Font
/dports/www/wt/wt-4.6.1/src/Wt/
H A DFontSupport.h128 mutable PangoFont *font_; variable
134 IDWriteFont *font_; variable
236 const WFont *font_; variable
284 const WFont *font_; variable
/dports/cad/qelectrotech/qet-0.7.0/sources/editor/ui/
H A Dtexteditor.cpp182 QFont font_ = m_text->font(); in setUpEditConnection() local
197 QFont font_ = QFontDialog::getFont(&ok, m_text->font(), this); in on_m_font_pb_clicked() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dsvg_text_layout_engine_baseline.h50 const Font& font_; variable
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A DfontDialog.h45 QFont font_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_host.h62 scoped_refptr<PepperTrueTypeFont> font_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_host.h62 scoped_refptr<PepperTrueTypeFont> font_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dsvg_text_layout_engine_baseline.h52 const Font& font_; variable
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dfonts.c37 struct font_ { struct
38 font_node_t *node; argument
44 static hash_table_t font_table; argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/shaping/
H A Dcaching_word_shaper.h72 const Font& font_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/shaping/
H A Dcaching_word_shaper.h72 const Font& font_; variable
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dgraphical_font_label.hpp24 const_graphical_font_ptr font_; member in gui::graphical_font_label
/dports/games/wesnoth/wesnoth-1.14.17/src/font/pango/
H A Dfont.hpp53 PangoFontDescription *font_; member in font::p_font
/dports/astro/xplanet/xplanet-1.3.1/src/libdisplay/
H A DTextRenderer.h52 std::string font_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/line/
H A Dlayout_text_info.h42 const Font* font_; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/line/
H A Dlayout_text_info.h42 const Font* font_; member
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/win32/
H A DPlatWin.cxx673 void SurfaceGDI::SetFont(Font &font_) { in SetFont()
1082 XYPOSITION SurfaceGDI::Ascent(Font &font_) { in Ascent()
1089 XYPOSITION SurfaceGDI::Descent(Font &font_) { in Descent()
1096 XYPOSITION SurfaceGDI::InternalLeading(Font &font_) { in InternalLeading()
1103 XYPOSITION SurfaceGDI::ExternalLeading(Font &font_) { in ExternalLeading()
1110 XYPOSITION SurfaceGDI::Height(Font &font_) { in Height()
1343 void SurfaceD2D::SetFont(Font &font_) { in SetFont()
1793 XYPOSITION SurfaceD2D::Ascent(Font &font_) { in Ascent()
1798 XYPOSITION SurfaceD2D::Descent(Font &font_) { in Descent()
1803 XYPOSITION SurfaceD2D::InternalLeading(Font &font_) { in InternalLeading()
[all …]

12345678910>>...13