Home
last modified time | relevance | path

Searched defs:glyph_ids (Results 1 – 25 of 104) sorted by relevance

12345

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/sfnt/
H A Dgsub.py31 def all_substitutions(self, glyph_ids): argument
45 def all_substitutions(self, glyph_ids): argument
70 def all_substitutions(self, glyph_ids): argument
92 def all_substitutions(self, glyph_ids): argument
108 def all_substitutions(self, glyph_ids): argument
130 def all_substitutions(self, glyph_ids): argument
183 def all_substitutions(self, glyph_ids): argument
H A Dkern.py27 def restrict_to_glyphs(self, glyph_ids): argument
48 def restrict_format_0(self, raw, glyph_ids): argument
H A Dcmap.py151 def get_glyph_map(self, glyph_ids): argument
216 def get_glyph_map(self, glyph_ids): argument
H A Dcommon.py194 def coverage_indices(self, glyph_ids): argument
230 def all_substitutions(self, glyph_ids): argument
H A Dmetrics.py105 def glyph_widths(self, glyph_ids): argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sample/chromium/
H A Dfont_subsetter.cc24 const unsigned int* glyph_ids, in SubsetFont()
44 const unsigned int* glyph_ids, in SubsetFont()
H A Dchrome_subsetter.cc82 bool StringToGlyphId(const char* input, std::vector<unsigned int>* glyph_ids) { in StringToGlyphId()
113 std::vector<unsigned int> glyph_ids; in main() local
H A Dsubsetter_impl.cc203 const unsigned int* glyph_ids, in ResolveCompositeGlyphs()
268 const IntegerSet& glyph_ids) { in SetupGlyfBuilders()
328 const IntegerSet& glyph_ids) { in HasOverlap()
343 const IntegerSet& glyph_ids) { in InitializeBitmapBuilder()
609 const IntegerSet& glyph_ids) { in SetupBitmapBuilders()
698 int SubsetterImpl::SubsetFont(const unsigned int* glyph_ids, in SubsetFont()
786 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sample/chromium/
H A Dfont_subsetter.cc24 const unsigned int* glyph_ids, in SubsetFont()
44 const unsigned int* glyph_ids, in SubsetFont()
H A Dchrome_subsetter.cc82 bool StringToGlyphId(const char* input, std::vector<unsigned int>* glyph_ids) { in StringToGlyphId()
113 std::vector<unsigned int> glyph_ids; in main() local
H A Dsubsetter_impl.cc165 const unsigned int* glyph_ids, in ResolveCompositeGlyphs()
230 const IntegerSet& glyph_ids) { in SetupGlyfBuilders()
286 const IntegerSet& glyph_ids) { in HasOverlap()
300 const IntegerSet& glyph_ids) { in InitializeBitmapBuilder()
566 const IntegerSet& glyph_ids) { in SetupBitmapBuilders()
659 int SubsetterImpl::SubsetFont(const unsigned int* glyph_ids, in SubsetFont()
745 Font* SubsetterImpl::Subset(const IntegerSet& glyph_ids, GlyphTable* glyf, in Subset()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/ttconv/
H A Dpprdrv_tt.cpp488 void ttfont_encoding(TTStreamWriter& stream, struct TTFONT *font, std::vector<int>& glyph_ids, font… in ttfont_encoding()
1064 void ttfont_CharStrings(TTStreamWriter& stream, struct TTFONT *font, std::vector<int>& glyph_ids) in ttfont_CharStrings()
1233 void read_font(const char *filename, font_type_enum target_type, std::vector<int>& glyph_ids, TTFON… in read_font()
1383 font_type_enum target_type, std::vector<int>& glyph_ids) in insert_ttfont()
1430 void get_pdf_charprocs(const char *filename, std::vector<int>& glyph_ids, TTDictionaryCallback& dic… in get_pdf_charprocs()
H A Dpprdrv_tt2.cpp666 void ttfont_add_glyph_dependencies(struct TTFONT *font, std::vector<int>& glyph_ids) in ttfont_add_glyph_dependencies()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/ttconv/
H A Dpprdrv_tt.cpp489 void ttfont_encoding(TTStreamWriter& stream, struct TTFONT *font, std::vector<int>& glyph_ids, font… in ttfont_encoding()
1055 void ttfont_CharStrings(TTStreamWriter& stream, struct TTFONT *font, std::vector<int>& glyph_ids) in ttfont_CharStrings()
1224 void read_font(const char *filename, font_type_enum target_type, std::vector<int>& glyph_ids, TTFON… in read_font()
1374 font_type_enum target_type, std::vector<int>& glyph_ids) in insert_ttfont()
1421 void get_pdf_charprocs(const char *filename, std::vector<int>& glyph_ids, TTDictionaryCallback& dic… in get_pdf_charprocs()
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_ttconv.cpp111 std::vector<int> glyph_ids; in convert_ttf_to_ps() local
190 std::vector<int> glyph_ids; in py_get_pdf_charprocs() local
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_ttconv.cpp107 std::vector<int> glyph_ids; in convert_ttf_to_ps() local
182 std::vector<int> glyph_ids; in py_get_pdf_charprocs() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset-glyf.cc34 hb_vector_t<hb_codepoint_t> &glyph_ids, in _calculate_glyf_and_loca_prime_size()
166 hb_vector_t<hb_codepoint_t> &glyph_ids = plan->glyphs; in _write_glyf_and_loca_prime() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-glyf.cc34 hb_vector_t<hb_codepoint_t> &glyph_ids, in _calculate_glyf_and_loca_prime_size()
166 hb_vector_t<hb_codepoint_t> &glyph_ids = plan->glyphs; in _write_glyf_and_loca_prime() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-subset-glyf.cc34 hb_vector_t<hb_codepoint_t> &glyph_ids, in _calculate_glyf_and_loca_prime_size()
166 hb_vector_t<hb_codepoint_t> &glyph_ids = plan->glyphs; in _write_glyf_and_loca_prime() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-glyf.cc34 hb_vector_t<hb_codepoint_t> &glyph_ids, in _calculate_glyf_and_loca_prime_size()
166 hb_vector_t<hb_codepoint_t> &glyph_ids = plan->glyphs; in _write_glyf_and_loca_prime() local
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-subset-glyf.cc35 hb_prealloced_array_t<hb_codepoint_t> &glyph_ids, in _calculate_glyf_and_loca_prime_size()
164 hb_prealloced_array_t<hb_codepoint_t> &glyph_ids = plan->gids_to_retain_sorted; in _write_glyf_and_loca_prime() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-glyf.cc34 hb_vector_t<hb_codepoint_t> &glyph_ids, in _calculate_glyf_and_loca_prime_size()
166 hb_vector_t<hb_codepoint_t> &glyph_ids = plan->glyphs; in _write_glyf_and_loca_prime() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-subset-glyf.cc34 hb_vector_t<hb_codepoint_t> &glyph_ids, in _calculate_glyf_and_loca_prime_size()
166 hb_vector_t<hb_codepoint_t> &glyph_ids = plan->glyphs; in _write_glyf_and_loca_prime() local
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/
H A Dfree_type.py59 def glyph_ids(self, text): member in Face
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdf/render/
H A Dfonts.py230 def add_font(self, font_metrics, glyph_ids): argument

12345