Home
last modified time | relevance | path

Searched refs:hb_ot_layout_table_get_script_tags (Results 1 – 25 of 135) sorted by relevance

123456

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhbfont.c76 DEF_DLL_FN (unsigned int, hb_ot_layout_table_get_script_tags,
111 #define hb_ot_layout_table_get_script_tags fn_hb_ot_layout_table_get_script_tags macro
145 LOAD_DLL_FN (library, hb_ot_layout_table_get_script_tags); in hbfont_init_w32_funcs()
159 = hb_ot_layout_table_get_script_tags (face, table_tag, 0, NULL, NULL); in hbfont_otf_features()
161 hb_ot_layout_table_get_script_tags (face, table_tag, 0, &script_count, in hbfont_otf_features()
/dports/editors/emacs/emacs-27.2/src/
H A Dhbfont.c76 DEF_DLL_FN (unsigned int, hb_ot_layout_table_get_script_tags,
111 #define hb_ot_layout_table_get_script_tags fn_hb_ot_layout_table_get_script_tags macro
145 LOAD_DLL_FN (library, hb_ot_layout_table_get_script_tags); in hbfont_init_w32_funcs()
159 = hb_ot_layout_table_get_script_tags (face, table_tag, 0, NULL, NULL); in hbfont_otf_features()
161 hb_ot_layout_table_get_script_tags (face, table_tag, 0, &script_count, in hbfont_otf_features()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/font/
H A DFeatureCollector.cxx131 = hb_ot_layout_table_get_script_tags(m_pHbFace, aTableTag, 0, nullptr, nullptr); in collectForTable()
133 hb_ot_layout_table_get_script_tags(m_pHbFace, aTableTag, 0, &nScriptCount, aScriptTags.data()); in collectForTable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/font/
H A DFeatureCollector.cxx132 = hb_ot_layout_table_get_script_tags(m_pHbFace, aTableTag, 0, nullptr, nullptr); in collectForTable()
134 hb_ot_layout_table_get_script_tags(m_pHbFace, aTableTag, 0, &nScriptCount, aScriptTags.data()); in collectForTable()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/test/api/
H A Dtest-ot-layout.c43 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_script_tags()
58 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_script_tags()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/test/api/
H A Dtest-ot-layout.c43 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_script_tags()
58 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_script_tags()
/dports/print/harfbuzz/harfbuzz-3.4.0/test/api/
H A Dtest-ot-layout.c43 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_script_tags()
58 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_script_tags()
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpango-ot-info.c255 count = hb_ot_layout_table_get_script_tags (info->hb_face, tt, 0, NULL, NULL); in pango_ot_info_list_scripts()
257 hb_ot_layout_table_get_script_tags (info->hb_face, tt, 0, &count, result); in pango_ot_info_list_scripts()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DOpenTypeUtil.cpp85 …auto script_count = hb_ot_layout_table_get_script_tags(hb_face, HB_OT_TAG_GSUB, 0, nullptr, nullpt… in readOpenTypeGsubTable()
89 hb_ot_layout_table_get_script_tags(hb_face, HB_OT_TAG_GSUB, 0, &script_count, hb_scripts); in readOpenTypeGsubTable()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.cpp216 …unsigned int scriptCountSub = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, NULL, NU… in getLargerScriptListTable()
218 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountSub, scriptListSub); in getLargerScriptListTable()
220 …unsigned int scriptCountPos = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GPOS, 0, NULL, NU… in getLargerScriptListTable()
222 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountPos, scriptListPos); in getLargerScriptListTable()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.cpp216 …unsigned int scriptCountSub = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, NULL, NU… in getLargerScriptListTable()
218 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountSub, scriptListSub); in getLargerScriptListTable()
220 …unsigned int scriptCountPos = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GPOS, 0, NULL, NU… in getLargerScriptListTable()
222 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountPos, scriptListPos); in getLargerScriptListTable()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.cpp216 …unsigned int scriptCountSub = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, NULL, NU… in getLargerScriptListTable()
218 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountSub, scriptListSub); in getLargerScriptListTable()
220 …unsigned int scriptCountPos = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GPOS, 0, NULL, NU… in getLargerScriptListTable()
222 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountPos, scriptListPos); in getLargerScriptListTable()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.cpp216 …unsigned int scriptCountSub = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, NULL, NU… in getLargerScriptListTable()
218 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountSub, scriptListSub); in getLargerScriptListTable()
220 …unsigned int scriptCountPos = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GPOS, 0, NULL, NU… in getLargerScriptListTable()
222 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountPos, scriptListPos); in getLargerScriptListTable()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.cpp216 …unsigned int scriptCountSub = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, NULL, NU… in getLargerScriptListTable()
218 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountSub, scriptListSub); in getLargerScriptListTable()
220 …unsigned int scriptCountPos = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GPOS, 0, NULL, NU… in getLargerScriptListTable()
222 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountPos, scriptListPos); in getLargerScriptListTable()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.cpp216 …unsigned int scriptCountSub = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, NULL, NU… in getLargerScriptListTable()
218 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountSub, scriptListSub); in getLargerScriptListTable()
220 …unsigned int scriptCountPos = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GPOS, 0, NULL, NU… in getLargerScriptListTable()
222 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountPos, scriptListPos); in getLargerScriptListTable()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXLayoutInterface.cpp216 …unsigned int scriptCountSub = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, NULL, NU… in getLargerScriptListTable()
218 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountSub, scriptListSub); in getLargerScriptListTable()
220 …unsigned int scriptCountPos = hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GPOS, 0, NULL, NU… in getLargerScriptListTable()
222 hb_ot_layout_table_get_script_tags(face, HB_OT_TAG_GSUB, 0, &scriptCountPos, scriptListPos); in getLargerScriptListTable()
/dports/graphics/gimp-app/gimp-2.10.30/app/text/
H A Dgimpfont.c689 count = hb_ot_layout_table_get_script_tags (hb_face, tag, 0, NULL, NULL); in gimp_font_get_sample_string()
691 hb_ot_layout_table_get_script_tags (hb_face, tag, 0, &count, slist); in gimp_font_get_sample_string()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-layout.h101 hb_ot_layout_table_get_script_tags (hb_face_t *face,
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-layout.h101 hb_ot_layout_table_get_script_tags (hb_face_t *face,
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-layout.h101 hb_ot_layout_table_get_script_tags (hb_face_t *face,
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-layout.h101 hb_ot_layout_table_get_script_tags (hb_face_t *face,
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-layout.h101 hb_ot_layout_table_get_script_tags (hb_face_t *face,
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-layout.h101 hb_ot_layout_table_get_script_tags (hb_face_t *face,
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-layout.h101 hb_ot_layout_table_get_script_tags (hb_face_t *face,
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-layout.h101 hb_ot_layout_table_get_script_tags (hb_face_t *face,

123456