Home
last modified time | relevance | path

Searched refs:pFontSet (Results 1 – 25 of 28) sorted by last modified time

12

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.c3477 void InitABasicFontSet(pFontSet, ppszFontSetName, opt_name, pnFontWidth, in InitABasicFontSet() argument
3479 XFontSet *pFontSet; in InitABasicFontSet()
3504 *pFontSet = xfset;
3529 *pFontSet = xfset;
3532 if (*pFontSet != NULL) {
3537 n = XFontsOfFontSet(*pFontSet, &xfset_list, &font_name_list);
3539 *pnFontWidth = XmbTextEscapement(*pFontSet, "x", 1);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Doutput2.cxx1706 … else if ( SfxItemSet* pFontSet = mpDoc->GetPreviewFont( nCellX, nCellY, nTab ) ) in LayoutStrings() local
1709 … if ( pFontSet->GetItemState( ATTR_FONT, true, &pItem ) == SfxItemState::SET ) in LayoutStrings()
1711 … if ( pFontSet->GetItemState( ATTR_CJK_FONT, true, &pItem ) == SfxItemState::SET ) in LayoutStrings()
1713 … if ( pFontSet->GetItemState( ATTR_CTL_FONT, true, &pItem ) == SfxItemState::SET ) in LayoutStrings()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddocument.hxx1339 void SetPreviewFont( std::unique_ptr<SfxItemSet> pFontSet );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcolumn2.cxx401 SfxItemSet* pFontSet = rDocument.GetPreviewFont( nCol, nRow, nTab ); in GetNeededSize() local
402 pPattern->FillEditItemSet( pSet.get(), pFontSet ? pFontSet : pCondSet ); in GetNeededSize()
H A Ddocumen8.cxx1260 SfxItemSet* pFontSet = GetPreviewFont( nCol, nRow, nTab ); in TransliterateText() local
1261 pPattern->FillEditItemSet( pDefaults.get(), pFontSet ); in TransliterateText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Di18n_ic.cxx267 XFontSet pFontSet = get_font_set(pDisplay); in SalI18N_InputContext() local
269 if (pFontSet != nullptr) in SalI18N_InputContext()
272 … const_cast<char*>(XNFontSet), reinterpret_cast<XPointer>(pFontSet)); in SalI18N_InputContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1021 FcFontSet* pFontSet = rWrapper.getFontSet(); in Substitute() local
1022 FcPattern* pResult = FcFontSetMatch(FcConfigGetCurrent(), &pFontSet, 1, pPattern, &eResult); in Substitute()
1214 FcFontSet* pFontSet = rWrapper.getFontSet(); in getFontOptions() local
1215 if (FcPattern* pResult = FcFontSetMatch(pConfig, &pFontSet, 1, pPattern, &eResult)) in getFontOptions()
1250 FcFontSet *pFontSet = rWrapper.getFontSet(); in matchFont() local
1251 FcPattern* pResult = FcFontSetMatch(pConfig, &pFontSet, 1, pPattern, &eResult); in matchFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Doutput2.cxx1630 … else if ( SfxItemSet* pFontSet = mpDoc->GetPreviewFont( nCellX, nCellY, nTab ) ) in LayoutStrings() local
1633 … if ( pFontSet->GetItemState( ATTR_FONT, true, &pItem ) == SfxItemState::SET ) in LayoutStrings()
1635 … if ( pFontSet->GetItemState( ATTR_CJK_FONT, true, &pItem ) == SfxItemState::SET ) in LayoutStrings()
1637 … if ( pFontSet->GetItemState( ATTR_CTL_FONT, true, &pItem ) == SfxItemState::SET ) in LayoutStrings()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Di18n_ic.cxx265 XFontSet pFontSet = get_font_set(pDisplay); in SalI18N_InputContext() local
267 if (pFontSet != nullptr) in SalI18N_InputContext()
270 … const_cast<char*>(XNFontSet), reinterpret_cast<XPointer>(pFontSet)); in SalI18N_InputContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx932 FcFontSet* pFontSet = rWrapper.getFontSet(); in Substitute() local
933 FcPattern* pResult = FcFontSetMatch(FcConfigGetCurrent(), &pFontSet, 1, pPattern, &eResult); in Substitute()
1121 FcFontSet* pFontSet = rWrapper.getFontSet(); in getFontOptions() local
1122 FcPattern* pResult = FcFontSetMatch( pConfig, &pFontSet, 1, pPattern, &eResult ); in getFontOptions()
1159 FcFontSet *pFontSet = rWrapper.getFontSet(); in matchFont() local
1160 FcPattern* pResult = FcFontSetMatch(pConfig, &pFontSet, 1, pPattern, &eResult); in matchFont()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumen8.cxx1270 SfxItemSet* pFontSet = GetPreviewFont( nCol, nRow, nTab ); in TransliterateText() local
1271 pPattern->FillEditItemSet( pDefaults.get(), pFontSet ); in TransliterateText()
H A Dcolumn2.cxx389 SfxItemSet* pFontSet = pDocument->GetPreviewFont( nCol, nRow, nTab ); in GetNeededSize() local
390 pPattern->FillEditItemSet( pSet.get(), pFontSet ? pFontSet : pCondSet ); in GetNeededSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddocument.hxx1317 void SetPreviewFont( std::unique_ptr<SfxItemSet> pFontSet );
/dports/graphics/podofo/podofo-0.9.7/test/LargeTest/
H A DLargeTest.cpp107 FcFontSet* pFontSet; in CreateLargePdf() local
118 pFontSet = FcFontList( 0, pPattern, pObjectSet ); in CreateLargePdf()
128 if( pFontSet ) in CreateLargePdf()
130 for( int i=0; i< (pFontSet->nfont > MIN_PAGES ? MIN_PAGES : pFontSet->nfont );i++ ) in CreateLargePdf()
135 FcPatternGet( pFontSet->fonts[i], FC_FAMILY, 0, &v ); in CreateLargePdf()
141 FcFontSetDestroy( pFontSet ); in CreateLargePdf()
/dports/japanese/skkinput3/skkinput-3.0.6/lib/proto/
H A DTOffTheSpotWindow.c448 register TFontSet* pFontSet ; in toffTheSpotWindow_onModeshellExpose() local
461 pFontSet = &wgThis->toffwin.m_fsMinibuf ; in toffTheSpotWindow_onModeshellExpose()
463 y = TFontSet_GetAscent (pFontSet) ; in toffTheSpotWindow_onModeshellExpose()
475 TTextOut (pDisplay, window, gc, pFontSet, 0, y, pString, nString, NULL) ; in toffTheSpotWindow_onModeshellExpose()
1343 register TFontSet* pFontSet ; in toffTheSpotWindow_resizeModeshellWindow() local
1350 pFontSet = &wgThis->toffwin.m_fsMinibuf ; in toffTheSpotWindow_resizeModeshellWindow()
1351 TGetTextExtents (pFontSet, pString, nString, &sz) ; in toffTheSpotWindow_resizeModeshellWindow()
H A DTRootWindow.c396 register TFontSet* pFontSet ; in trootWindow_getlinespacing() local
398 pFontSet = TTerminal_GetFontSet (wgThis->trootwin.m_wgTerminal) ; in trootWindow_getlinespacing()
399 assert (pFontSet != NULL) ; in trootWindow_getlinespacing()
400 *pnLineSpacing = TFontSet_GetHeight (pFontSet) ; in trootWindow_getlinespacing()
H A DTNormalFrame.c312 register TFontSet* pFontSet ; in tnormalFrame_getlinespacing() local
314 pFontSet = TTerminal_GetFontSet (wgThis->tnormalframe.m_wgTerminal) ; in tnormalFrame_getlinespacing()
315 assert (pFontSet != NULL) ; in tnormalFrame_getlinespacing()
316 *pnLineSpacing = TFontSet_GetHeight (pFontSet) ; in tnormalFrame_getlinespacing()
H A DTSubWindowFrame.c862 register TFontSet* pFontSet ; in tsubWindowFrame_onTerminalExpose() local
887 pFontSet = &wgThis->tsubwin.m_fsTerminal ; in tsubWindowFrame_onTerminalExpose()
891 nAscent = TFontSet_GetAscent (pFontSet) ; in tsubWindowFrame_onTerminalExpose()
892 nDescent = TFontSet_GetDescent (pFontSet) ; in tsubWindowFrame_onTerminalExpose()
916 …TTextOut (pDisplay, wndTerminal, gc, pFontSet, x, y, pText + pControl->m_nTextPos, pControl->m_nTe… in tsubWindowFrame_onTerminalExpose()
H A DTOverTheSpotWindow.c613 register TFontSet* pFontSet ; in toverTheSpotWindow_onModeshellExpose() local
636 pFontSet = &wgThis->toverwin.m_fsTerminal ; in toverTheSpotWindow_onModeshellExpose()
644 pFontSet = &wgThis->toverwin.m_fsMinibuf ; in toverTheSpotWindow_onModeshellExpose()
647 y = TFontSet_GetAscent (pFontSet) ; in toverTheSpotWindow_onModeshellExpose()
1677 register TFontSet* pFontSet ; in toverTheSpotWindow_configureTerminalWindow() local
1688 pFontSet = &wgThis->toverwin.m_fsTerminal ; in toverTheSpotWindow_configureTerminalWindow()
1825 register TFontSet* pFontSet ; in toverTheSpotWindow_displayTerminal() local
1837 pFontSet = &wgThis->toverwin.m_fsTerminal ; in toverTheSpotWindow_displayTerminal()
1839 nAscent = TFontSet_GetAscent (pFontSet) ; in toverTheSpotWindow_displayTerminal()
1840 nDescent = TFontSet_GetDescent (pFontSet) ; in toverTheSpotWindow_displayTerminal()
[all …]
H A DXIMClient.c3513 register const char* pFontSet ; in ximClient_getIcValueFontSet() local
3520 pFontSet = XIMInputContext_GetPreeditFontSet (pInputContext) ; in ximClient_getIcValueFontSet()
3522 pFontSet = XIMInputContext_GetStatusFontSet (pInputContext) ; in ximClient_getIcValueFontSet()
3537 nBaseNameLength = strlen (pFontSet) ; in ximClient_getIcValueFontSet()
3539 XIMPacket_AddString8 (pPacket, pFontSet, nBaseNameLength) ; in ximClient_getIcValueFontSet()
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlmframe.c219 register TFontSet* pFontSet ; in lispMachine_resizeNormalFrame() local
277 pFontSet = TFrame_GetFontSet (wgTerminal) ; in lispMachine_resizeNormalFrame()
278 assert (pFontSet != NULL) ; in lispMachine_resizeNormalFrame()
279 nFontHeight = pFontSet->m_iHeight ; in lispMachine_resizeNormalFrame()
H A Dlmwindow.c67 register TFontSet* pFontSet ; in lispMachine_updateWindowBufferWithFrame() local
84 pFontSet = pArg->m_pFontSet ; in lispMachine_updateWindowBufferWithFrame()
98 TGetTextExtents (pFontSet, &chSPC, 1, &szSPC) ; in lispMachine_updateWindowBufferWithFrame()
381 register TFontSet* pFontSet ; in lispMachine_updateWindowBuffer() local
467 arg.m_pFontSet = pFontSet ; in lispMachine_updateWindowBuffer()
484 pFontSet = 0 ; in lispMachine_updateWindowBuffer()
507 register TFontSet* pFontSet ; in lispMachine_updateWindowMessage() local
738 register TFontSet* pFontSet, in lispMachine_updateWindowModeline() argument
795 register TFontSet* pFontSet, in lispMachine_createLongWindowModelineString() argument
839 register TFontSet* pFontSet, in lispMachine_createShortWindowModelineString() argument
[all …]
H A Dstwindow.c115 register TFontSet* pFontSet ; in lispMachineState_WindowWidth() local
134 pFontSet = TFrame_GetFontSet (wgTerminal) ; in lispMachineState_WindowWidth()
135 if (pFontSet == NULL) in lispMachineState_WindowWidth()
140 TGetTextExtents (pFontSet, &chSPC, 1, &szSPC) ; in lispMachineState_WindowWidth()
/dports/japanese/skkinput/skkinput-2.06.4/
H A DXIMClient.c3523 register const char* pFontSet ; in ximClient_getIcValueFontSet() local
3530 pFontSet = XIMInputContext_GetPreeditFontSet (pInputContext) ; in ximClient_getIcValueFontSet()
3532 pFontSet = XIMInputContext_GetStatusFontSet (pInputContext) ; in ximClient_getIcValueFontSet()
3547 nBaseNameLength = strlen (pFontSet) ; in ximClient_getIcValueFontSet()
3549 XIMPacket_AddString8 (pPacket, pFontSet, nBaseNameLength) ; in ximClient_getIcValueFontSet()
/dports/japanese/skkinput3/skkinput-3.0.6/lib/win/
H A Dttext.c30 register TFontSet* pFontSet, in TTextOut() argument
65 pFont = TFontSet_GetFont (pFontSet, nSet) ; in TTextOut()
89 pFont = TFontSet_GetFont (pFontSet, nSet) ; in TTextOut()
114 pSizeReturn->cy = pFontSet->m_iHeight ; in TTextOut()
124 register TFontSet* pFontSet, in TGetTextExtents() argument
154 pFont = TFontSet_GetFont (pFontSet, nSet) ; in TGetTextExtents()
176 pFont = TFontSet_GetFont (pFontSet, nSet) ; in TGetTextExtents()
202 pSizeReturn->cy = pFontSet->m_iHeight ; in TGetTextExtents()

12