Home
last modified time | relevance | path

Searched refs:FontParams (Results 1 – 16 of 16) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Drender_text_harfbuzz.h65 struct GFX_EXPORT FontParams { struct
68 explicit FontParams(const Font& template_font);
69 ~FontParams();
70 FontParams(const FontParams& other);
71 FontParams& operator=(const FontParams& other); argument
72 bool operator==(const FontParams& other) const;
95 size_t operator()(const FontParams& key) const;
136 void UpdateFontParamsAndShape(const FontParams& new_font_params,
140 FontParams font_params;
251 std::unordered_map<internal::TextRunHarfBuzz::FontParams,
[all …]
H A Drender_text_harfbuzz.cc776 internal::TextRunHarfBuzz::FontParams CreateFontParams( in CreateFontParams()
820 TextRunHarfBuzz::FontParams::FontParams(const Font& template_font) in FontParams() function in gfx::internal::TextRunHarfBuzz::FontParams
822 TextRunHarfBuzz::FontParams::~FontParams() = default;
823 TextRunHarfBuzz::FontParams::FontParams(
824 const TextRunHarfBuzz::FontParams& other) = default;
825 TextRunHarfBuzz::FontParams& TextRunHarfBuzz::FontParams::operator=(
828 bool TextRunHarfBuzz::FontParams::operator==(const FontParams& other) const { in operator ==()
840 void TextRunHarfBuzz::FontParams::
869 size_t TextRunHarfBuzz::FontParams::Hash::operator()( in operator ()()
870 const FontParams& key) const { in operator ()()
[all …]
H A Drender_text_unittest.cc605 internal::TextRunHarfBuzz::FontParams font_params = run->font_params; in ShapeRunWithFont()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Drender_text_harfbuzz.h65 struct GFX_EXPORT FontParams { struct
68 explicit FontParams(const Font& template_font);
69 ~FontParams();
70 FontParams(const FontParams& other);
71 FontParams& operator=(const FontParams& other); argument
72 bool operator==(const FontParams& other) const;
95 size_t operator()(const FontParams& key) const;
136 void UpdateFontParamsAndShape(const FontParams& new_font_params,
140 FontParams font_params;
251 std::unordered_map<internal::TextRunHarfBuzz::FontParams,
[all …]
H A Drender_text_harfbuzz.cc787 internal::TextRunHarfBuzz::FontParams CreateFontParams( in CreateFontParams()
831 TextRunHarfBuzz::FontParams::FontParams(const Font& template_font) in FontParams() function in gfx::internal::TextRunHarfBuzz::FontParams
833 TextRunHarfBuzz::FontParams::~FontParams() = default;
834 TextRunHarfBuzz::FontParams::FontParams(
835 const TextRunHarfBuzz::FontParams& other) = default;
836 TextRunHarfBuzz::FontParams& TextRunHarfBuzz::FontParams::operator=(
839 bool TextRunHarfBuzz::FontParams::operator==(const FontParams& other) const { in operator ==()
851 void TextRunHarfBuzz::FontParams::
880 size_t TextRunHarfBuzz::FontParams::Hash::operator()( in operator ()()
881 const FontParams& key) const { in operator ()()
[all …]
H A Drender_text_unittest.cc622 internal::TextRunHarfBuzz::FontParams font_params = run->font_params; in ShapeRunWithFont()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/text/
H A Dfont.cpp40 struct FontParams struct
46 FontParams() {} in FontParams() function
48 FontParams(PlatformFont const &font) in FontParams() argument
57 bool operator==(FontParams const &other) const in operator ==() argument
65 static uint qHash(FontParams const &params) in qHash()
80 QHash<internal::FontParams, PlatformFont *> fontMods;
187 PlatformFont &getFontMod(internal::FontParams const &params) in DENG2_PIMPL()
221 internal::FontParams modParams(plat.font); in DENG2_PIMPL()
250 modParams = internal::FontParams(altFont->d->getThreadFonts().font); in DENG2_PIMPL()
/dports/x11-servers/Xfstt/xfstt-1.11/src/
H A Dxfstt.h78 } FontParams; typedef
H A Dxfstt.cc506 openFont(TTFont *ttFont, FontParams *fp, Rasterizer *raster, in openFont()
604 openTTFN(Rasterizer *raster, char *ttfnName, FontParams *fp, int fid) in openTTFN()
714 openXLFD(Rasterizer *raster, char *xlfdName, FontParams *fp, int fid) in openXLFD()
1457 fs_set_resolution(fs_client &client, FontParams &fp0) in fs_set_resolution()
1484 fs_get_resolution(fs_client &client, FontParams &fp0) in fs_get_resolution()
1583 fs_open_bitmap_font(fs_client &client, FontParams &fp0, Rasterizer *raster) in fs_open_bitmap_font()
1595 FontParams fp = fp0; in fs_open_bitmap_font()
1932 FontParams fp0 = {{0, 0, 0, 0}, {0, 0, 0, 0}, {VGARES, VGARES}, 0}; in fs_working()
/dports/math/reduce/Reduce-svn5758-src/contrib/boxdisplay/sml/
H A DFontParams.sml33 structure FontParams: FONT_PARAMS = structure
145 end (* structure FontParams *)
H A Dall.sml17 use "FontParams.sml";
H A DStyleParams.sml27 open Size; open FontParams
H A Dsml.red776 use "FontParams.sml";
/dports/x11-servers/Xfstt/xfstt-1.11/
H A DNEWS76 · xfstt: Assign defaultres to the correct FontParams variable.
/dports/x11/xterm/xterm-370/
H A Dmisc.c7039 } FontParams; typedef
7042 static const FontParams fontParams[] = {
7070 formatFontParam(char *result, XtermWidget xw, const FontParams * parameter) in formatFontParam()
/dports/math/reduce/Reduce-svn5758-src/contrib/boxdisplay/
H A Dsml2red.red2221 U "FontParams";