Home
last modified time | relevance | path

Searched refs:ft_adobe_glyph_list (Results 1 – 25 of 89) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/freetype/
H A Dfx_freetype.cpp20 glyph_name[name_offset] = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
23 if (!(ft_adobe_glyph_list[table_offset - 1] & 0x80)) in xyq_search_node()
29 count = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
32 if (ft_adobe_glyph_list[table_offset] & 0x80) { in xyq_search_node()
33 unsigned short thiscode = ft_adobe_glyph_list[table_offset + 1] * 256 + in xyq_search_node()
34 ft_adobe_glyph_list[table_offset + 2]; in xyq_search_node()
46 int child_offset = ft_adobe_glyph_list[table_offset + i * 2] * 256 + in xyq_search_node()
47 ft_adobe_glyph_list[table_offset + i * 2 + 1]; in xyq_search_node()
162 count = ft_adobe_glyph_list[1]; in FXFT_adobe_name_from_unicode()
165 ft_adobe_glyph_list[i * 2 + 2] * 256 + ft_adobe_glyph_list[i * 2 + 3]; in FXFT_adobe_name_from_unicode()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/freetype/
H A Dfx_freetype.cpp23 glyph_name[name_offset] = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
26 if (!(ft_adobe_glyph_list[table_offset - 1] & 0x80)) in xyq_search_node()
32 count = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
35 if (ft_adobe_glyph_list[table_offset] & 0x80) { in xyq_search_node()
36 unsigned short thiscode = ft_adobe_glyph_list[table_offset + 1] * 256 + in xyq_search_node()
37 ft_adobe_glyph_list[table_offset + 2]; in xyq_search_node()
49 int child_offset = ft_adobe_glyph_list[table_offset + i * 2] * 256 + in xyq_search_node()
50 ft_adobe_glyph_list[table_offset + i * 2 + 1]; in xyq_search_node()
165 count = ft_adobe_glyph_list[1]; in FXFT_adobe_name_from_unicode()
168 ft_adobe_glyph_list[i * 2 + 2] * 256 + ft_adobe_glyph_list[i * 2 + 3]; in FXFT_adobe_name_from_unicode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/freetype/
H A Dfx_freetype.cpp20 glyph_name[name_offset] = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
23 if (!(ft_adobe_glyph_list[table_offset - 1] & 0x80)) in xyq_search_node()
29 count = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
32 if (ft_adobe_glyph_list[table_offset] & 0x80) { in xyq_search_node()
33 unsigned short thiscode = ft_adobe_glyph_list[table_offset + 1] * 256 + in xyq_search_node()
34 ft_adobe_glyph_list[table_offset + 2]; in xyq_search_node()
46 int child_offset = ft_adobe_glyph_list[table_offset + i * 2] * 256 + in xyq_search_node()
47 ft_adobe_glyph_list[table_offset + i * 2 + 1]; in xyq_search_node()
162 count = ft_adobe_glyph_list[1]; in FXFT_adobe_name_from_unicode()
165 ft_adobe_glyph_list[i * 2 + 2] * 256 + ft_adobe_glyph_list[i * 2 + 3]; in FXFT_adobe_name_from_unicode()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/freetype/
H A Dfx_freetype.cpp19 glyph_name[name_offset] = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
22 if (!(ft_adobe_glyph_list[table_offset - 1] & 0x80)) in xyq_search_node()
28 count = ft_adobe_glyph_list[table_offset] & 0x7f; in xyq_search_node()
31 if (ft_adobe_glyph_list[table_offset] & 0x80) { in xyq_search_node()
32 unsigned short thiscode = ft_adobe_glyph_list[table_offset + 1] * 256 + in xyq_search_node()
33 ft_adobe_glyph_list[table_offset + 2]; in xyq_search_node()
45 int child_offset = ft_adobe_glyph_list[table_offset + i * 2] * 256 + in xyq_search_node()
46 ft_adobe_glyph_list[table_offset + i * 2 + 1]; in xyq_search_node()
161 count = ft_adobe_glyph_list[1]; in FXFT_adobe_name_from_unicode()
164 ft_adobe_glyph_list[i * 2 + 2] * 256 + ft_adobe_glyph_list[i * 2 + 3]; in FXFT_adobe_name_from_unicode()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[54791L] = variable
4006 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4026 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4074 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/devel/upp/upp/bazaar/FreeType/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[54791L] = variable
4006 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4026 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4074 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/freetype2/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/freetype/vtkfreetype/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/freetype-sys-0.13.1/freetype2/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freetype/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[54791L] = variable
4006 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4026 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4074 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/freetype/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/servo-freetype-sys-4.0.5/freetype2/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/print/tex-xdvik/xdvik-22.87/libs/freetype2/freetype-2.5.3/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/freetype-sys-0.13.1/freetype2/src/psnames/
H A Dpstables.h567 static const unsigned char ft_adobe_glyph_list[55997L] = variable
4081 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4101 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4149 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/psnames/
H A Dpstables.h629 const unsigned char ft_adobe_glyph_list[55997L]
4148 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4168 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4216 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/psnames/
H A Dpstables.h629 const unsigned char ft_adobe_glyph_list[55997L]
4148 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4168 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4216 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/psnames/
H A Dpstables.h629 const unsigned char ft_adobe_glyph_list[55997L]
4148 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4168 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4216 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/psnames/
H A Dpstables.h629 const unsigned char ft_adobe_glyph_list[55997L]
4148 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4168 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4216 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/psnames/
H A Dpstables.h629 const unsigned char ft_adobe_glyph_list[55997L]
4148 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4168 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4216 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/psnames/
H A Dpstables.h629 const unsigned char ft_adobe_glyph_list[55997L]
4148 const unsigned char* p = ft_adobe_glyph_list; in ft_get_adobe_glyph_index()
4168 q = ft_adobe_glyph_list + ( ( (int)q[0] << 8 ) | q[1] ); in ft_get_adobe_glyph_index()
4216 const unsigned char* q = ft_adobe_glyph_list + offset; in ft_get_adobe_glyph_index()

1234