Home
last modified time | relevance | path

Searched refs:FontState (Results 1 – 12 of 12) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/
H A DFontInfo.h44 FontState emph, in FontInfo()
45 FontState underbar, in FontInfo()
47 FontState xout, in FontInfo()
48 FontState uuline, in FontInfo()
49 FontState uwave, in FontInfo()
50 FontState noun, in FontInfo()
51 FontState number) in FontInfo()
180 FontState emph_;
186 FontState xout_;
190 FontState uwave_;
[all …]
H A DFontInfo.cpp310 static FontState setMisc(FontState newfont, in setMisc()
311 FontState org) in setMisc()
609 FontState setLyXMisc(string const & siz) in setLyXMisc()
616 return FontState(i); in setLyXMisc()
H A DFontEnums.h132 enum FontState { enum
H A DFont.cpp677 FontState const misc = FontState(next); in fromString()
800 ostream & operator<<(ostream & os, FontState fms) in operator <<()
H A DParagraph.cpp3017 bool & flag, FontState curstate, html::FontTypes type) in doFontSwitch()
3082 FontState curstate = font.fontInfo().emph(); in simpleLyXHTMLOnePar()
/dports/games/openttd/openttd-12.1/src/
H A Dgfx_layout.h35 struct FontState { struct
41 FontState() : fontsize(FS_END), cur_colour(TC_INVALID) {} in FontState() argument
42 FontState(TextColour colour, FontSize fontsize) : fontsize(fontsize), cur_colour(colour) {} in FontState() argument
158 FontState state_before; ///< Font state at the beginning of the line.
163 FontState state_before; ///< Font state at the beginning of the line.
188 FontState state_after; ///< Font state after the line.
198 …static LineCacheItem &GetCachedParagraphLayout(const char *str, size_t len, const FontState &state…
H A Dgfx_layout.cpp603 static inline void GetLayouter(Layouter::LineCacheItem &line, const char *&str, FontState &state) in GetLayouter()
669 FontState state(colour, fontsize); in Layouter()
689 FontState old_state = state; in Layouter()
884 …eCacheItem &Layouter::GetCachedParagraphLayout(const char *str, size_t len, const FontState &state) in GetCachedParagraphLayout()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiCharacter.h32 enum FontState { enum
56 typedef std::pair<QString, FontState> BarPair;
91 void setBar(FontInfo & fi, FontState val);
93 void setStrike(FontInfo & fi, FontState val);
H A DGuiCharacter.cpp342 FontState getBar(FontInfo const & fi) in getBar()
363 FontState getStrike(FontInfo const & fi) in getStrike()
381 Qt::CheckState getMarkupState(lyx::FontState fs) in getMarkupState()
396 lyx::FontState setMarkupState(Qt::CheckState cs) in setMarkupState()
522 void GuiCharacter::setBar(FontInfo & fi, FontState val) in setBar()
560 void GuiCharacter::setStrike(FontInfo & fi, FontState val) in setStrike()
/dports/graphics/magnum-extras/magnum-extras-2019.10/src/Magnum/Ui/
H A DUserInterface.cpp100 struct UserInterface::FontState { struct in Magnum::Ui::UserInterface
101 explicit FontState(const Vector2i& glyphCacheSize): glyphCache{glyphCacheSize} {} in FontState() function
110 _fontState.reset(new UserInterface::FontState{Vector2i{1024}});
132 _fontState.reset(new UserInterface::FontState{Vector2i{1024}});
182 _fontState.reset(new UserInterface::FontState{Vector2i{1024}});
H A DUserInterface.h319 struct MAGNUM_UI_LOCAL FontState; variable
340 Containers::Pointer<FontState> _fontState;
/dports/graphics/cenon/Cenon/
H A DType1Font.m538 }FontState;
540 void getFontState(NSArray *alist, FontState *fontState, float gridOffset)
584 static FontState fontState;
588 //- (int)getCharFromList:(NSArray*)alist :(FontState*)fontState :(unsigned char*)code :(int*)vCnt :…
589 int getCharFromList(id self, NSArray *alist, FontState *fontState, unsigned char *code)