Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_font_render_style.h84 char use_hinting = kNoPreference; // hint glyphs to the pixel grid member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/
H A Dweb_font_render_style.h84 char use_hinting = kNoPreference; // hint glyphs to the pixel grid member
/dports/games/irrlamb/irrlamb-1.0.1/src/font/
H A DCGUITTFont.h325 bool use_hinting; variable
/dports/games/freeminer/freeminer-0.4.10.4/src/cguittfont/
H A DCGUITTFont.h323 bool use_hinting; variable
/dports/games/minetest/minetest-5.4.1/src/irrlicht_changes/
H A DCGUITTFont.h335 bool use_hinting; variable
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/drawing/
H A DTTF.cpp101 bool use_hinting = gConfigFonts.enable_hinting && fontDesc->hinting_threshold; in ttf_toggle_hinting() local
H A DScrollingText.cpp1605 bool use_hinting = gConfigFonts.enable_hinting && fontDesc->hinting_threshold > 0; in scrolling_text_set_bitmap_for_ttf() local
H A DDrawing.String.cpp668 bool use_hinting = gConfigFonts.enable_hinting && fontDesc->hinting_threshold > 0; in ttf_draw_string_raw_ttf() local