Home
last modified time | relevance | path

Searched refs:NO_FONT (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/fontsubset/
H A Dfontsubset.cxx31 , m_nFontType( FontType::NO_FONT) in FontSubsetInfo()
34 , meInFontType( FontType::NO_FONT) in FontSubsetInfo()
36 , mnReqFontTypeMask( FontType::NO_FONT ) in FontSubsetInfo()
102 case FontType::NO_FONT: in CreateFontSubset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/fontsubset/
H A Dfontsubset.cxx31 , m_nFontType( FontType::NO_FONT) in FontSubsetInfo()
34 , meInFontType( FontType::NO_FONT) in FontSubsetInfo()
36 , mnReqFontTypeMask( FontType::NO_FONT ) in FontSubsetInfo()
102 case FontType::NO_FONT: in CreateFontSubset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dfontsubset.hxx33 NO_FONT = 0, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/
H A Dfontsubset.hxx33 NO_FONT = 0, enumerator
/dports/print/lout/lout-3.40/
H A Dz49.c46 #define NO_FONT 0 /* actually stolen from z37.c */ macro
109 if( currentfont != NO_FONT ) in SetBaseLineMarkAndFont()
116 if( currentfont != NO_FONT ) in SetBaseLineMarkAndFont()
336 currentfont = NO_FONT; in PS_PrintInitialize()
1280 currentfont = NO_FONT; in PS_PrintBetweenPages()
1919 currentfont = NO_FONT; /* added by JeffK 31/10/06 */ in PS_PrintGraphicInclude()
H A Dz50.c42 #define NO_FONT 0 /* actually stolen from z37.c */ macro
111 currentfont = NO_FONT; in PDF_PrintInitialize()
H A Dz37.c37 #define NO_FONT 0 /* the not-a-font font number */ macro
1281 if( font(*style) == NO_FONT && (requested_size == nilobj || in FontChange()
1390 else if( font(*style) == NO_FONT ) in FontChange()
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dfonts.c24 enum {NO_FONT=-3, MISSING_FONT=-2, BLANK_FONT=-1, BOX_FONT=0}; enumerator
482 return NO_FONT; in in_symbol_maps()
1221 #define RENDER if (run_font_idx != NO_FONT && i > first_cell_in_run) { \ in render_line()
1227 ssize_t run_font_idx = NO_FONT; in render_line()
1272 run_font_idx = NO_FONT; in render_line()
1280 if (run_font_idx == NO_FONT) run_font_idx = cell_font_idx; in render_line()