Home
last modified time | relevance | path

Searched refs:hb_glyph_position_t (Results 1 – 25 of 905) sorted by relevance

12345678910>>...37

/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumPlugins/HarfBuzzFont/
H A DHarfBuzzFont.cpp38 …, Float textSize, hb_buffer_t* buffer, hb_glyph_info_t* glyphInfo, hb_glyph_position_t* glyphPosit…
49 hb_glyph_position_t* const glyphPositions;
96 hb_glyph_position_t* const glyphPositions = hb_buffer_get_glyph_positions(buffer, &glyphCount); in doLayout()
103 …Size, hb_buffer_t* const buffer, hb_glyph_info_t* const glyphInfo, hb_glyph_position_t* const glyp… in HarfBuzzLayouter()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-buffer-private.hh49 ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));
100 hb_glyph_position_t *pos;
105 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
106 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dtest.cc70 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
75 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dtest.cc74 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
79 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dtest.cc71 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
76 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dtest.cc70 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
75 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dtest.cc71 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
76 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dtest.cc71 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
76 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dtest.cc71 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
76 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dtest.cc74 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
79 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dtest.cc71 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
76 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dtest.cc74 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
79 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dtest.cc74 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
79 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dtest.cc74 hb_glyph_position_t *positions = hb_buffer_get_glyph_positions (buffer, nullptr); in main()
79 hb_glyph_position_t *pos = &positions[i]; in main()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-buffer-private.hh59 static_assert ((sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t)), "");
114 hb_glyph_position_t *pos;
178 inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } in cur_pos()
179 inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } in cur_pos()

12345678910>>...37