Home
last modified time | relevance | path

Searched refs:m_pFontSet (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx59 FcFontSet* m_pFontSet; member in FontCfgWrapper
87 : m_pFontSet( nullptr ) in FontCfgWrapper()
118 FcFontSetAdd( m_pFontSet, pPattern ); in addFontSet()
209 if( !m_pFontSet ) in getFontSet()
211 m_pFontSet = FcFontSetCreate(); in getFontSet()
215 std::stable_sort(m_pFontSet->fonts,m_pFontSet->fonts+m_pFontSet->nfont,SortFont()); in getFontSet()
218 return m_pFontSet; in getFontSet()
363 if( m_pFontSet ) in clear()
365 FcFontSetDestroy( m_pFontSet ); in clear()
366 m_pFontSet = nullptr; in clear()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx143 FcFontSet* m_pFontSet; member in __anone964c3460211::FontCfgWrapper
174 : m_pFontSet( nullptr ) in FontCfgWrapper()
205 FcFontSetAdd( m_pFontSet, pPattern ); in addFontSet()
296 if( !m_pFontSet ) in getFontSet()
298 m_pFontSet = FcFontSetCreate(); in getFontSet()
302 std::stable_sort(m_pFontSet->fonts,m_pFontSet->fonts+m_pFontSet->nfont,SortFont()); in getFontSet()
305 return m_pFontSet; in getFontSet()
450 if( m_pFontSet ) in clear()
452 FcFontSetDestroy( m_pFontSet ); in clear()
453 m_pFontSet = nullptr; in clear()
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlmwindow.c39 TFontSet* m_pFontSet ; member
84 pFontSet = pArg->m_pFontSet ; in lispMachine_updateWindowBufferWithFrame()
467 arg.m_pFontSet = pFontSet ; in lispMachine_updateWindowBuffer()