Home
last modified time | relevance | path

Searched defs:FontRef (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/blackbox/blackbox-0.70.1/lib/
H A DFont.cc87 struct FontRef { struct in bt::FontCache
88 XFontSet const fontset;
90 XftFont * const xftfont;
92 void * const xftfont; // avoid #ifdef spaghetti below...
94 unsigned int count;
95 inline FontRef(void) in FontRef() argument
98 inline FontRef(XFontSet const fs) in FontRef() argument
102 inline FontRef(XftFont * const ft) in FontRef() argument
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dmemory_management.h28 typedef std::shared_ptr<Font> FontRef; typedef
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DFont.hpp60 typedef std::shared_ptr<Font> FontRef; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/
H A Dfont.rs317 pub type FontRef = Rc<RefCell<Font>>; typedef
348 ) -> Option<FontRef> { in find_by_codepoint()
355 mut font_context: &mut FontContext<S> in first()
405 fn font<S: FontSource>(&mut self, font_context: &mut FontContext<S>) -> Option<FontRef> { in font()
H A Dfont_context.rs184 …pub fn font(&mut self, descriptor: &FontDescriptor, family: &SingleFontFamily) -> Option<FontRef> { in font()
221 pub fn fallback_font(&mut self, descriptor: &FontDescriptor) -> Option<FontRef> { in fallback_font()
/dports/games/uqm/uqm-0.8.0/src/libs/graphics/
H A Dfont.c40 DestroyFont (FONT FontRef) in DestroyFont()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx262 typedef std::shared_ptr< Font > FontRef; typedef
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx264 typedef std::shared_ptr< Font > FontRef; typedef