Home
last modified time | relevance | path

Searched refs:unicodes (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffcmap.c146 cff_cmap_unicode_init( PS_Unicodes unicodes, in FT_CALLBACK_DEF()
149 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in FT_CALLBACK_DEF()
167 unicodes, in FT_CALLBACK_DEF()
176 cff_cmap_unicode_done( PS_Unicodes unicodes ) in cff_cmap_unicode_done()
178 FT_Face face = FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_done()
182 FT_FREE( unicodes->maps ); in cff_cmap_unicode_done()
183 unicodes->num_maps = 0; in cff_cmap_unicode_done()
188 cff_cmap_unicode_char_index( PS_Unicodes unicodes, in FT_CALLBACK_DEF()
191 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in FT_CALLBACK_DEF()
196 return psnames->unicodes_char_index( unicodes, char_cod in FT_CALLBACK_DEF()
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dt1cmap.c298 t1_cmap_unicode_init( PS_Unicodes unicodes, in FT_CALLBACK_DEF()
301 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in FT_CALLBACK_DEF()
312 unicodes, in FT_CALLBACK_DEF()
321 t1_cmap_unicode_done( PS_Unicodes unicodes ) in t1_cmap_unicode_done()
323 FT_Face face = FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_done()
327 FT_FREE( unicodes->maps ); in t1_cmap_unicode_done()
328 unicodes->num_maps = 0; in t1_cmap_unicode_done()
333 t1_cmap_unicode_char_index( PS_Unicodes unicodes, in FT_CALLBACK_DEF()
336 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in FT_CALLBACK_DEF()
340 return psnames->unicodes_char_index( unicodes, char_cod in FT_CALLBACK_DEF()
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Dgenerate-expected-outputs.py30 def generate_expected_output(input_file, unicodes, profile_flags, output_directory, font_name):
35 "--unicodes=%s" % unicodes,
49 "--unicodes=%s" % unicodes,
83 unicodes = test.unicodes() variable
86 generate_expected_output(test.font_path, unicodes, test.get_profile_flags(),
H A Dsubset_test_suite.py13 def unicodes(self): member in Test
32 if self.unicodes() == "*":
39 self.unicodes(),
H A Drun-tests.py45 print (' test.unicodes %s' % test.unicodes ())
55 "--unicodes=%s" % test.unicodes (),
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cmap-table.hh65 void collect_mapping (hb_set_t *unicodes, /* OUT */
72 unicodes->add (i);
407 void collect_mapping (hb_set_t *unicodes, /* OUT */ in collect_mapping()
425 unicodes->add (codepoint); in collect_mapping()
439 unicodes->add (codepoint); in collect_mapping()
466 void collect_mapping (hb_set_t *unicodes, /* OUT */ in collect_mapping()
470 accel.collect_mapping (unicodes, mapping); in collect_mapping()
581 void collect_mapping (hb_set_t *unicodes, /* OUT */ in collect_mapping()
591 unicodes->add (unicode); in collect_mapping()
659 void collect_mapping (hb_set_t *unicodes, /* OU
[all...]
H A Dhb-subset-plan.cc216 const hb_set_t *unicodes, in _cmap_closure()
221 cmap.table->closure_glyphs (unicodes, glyphset); in _cmap_closure()
282 _populate_unicodes_to_retain (const hb_set_t *unicodes, in _populate_unicodes_to_retain() argument
291 if (glyphs->is_empty () && unicodes->get_population () < size_threshold) in _populate_unicodes_to_retain()
293 /* This is the fast path if it's anticipated that size of unicodes in _populate_unicodes_to_retain()
295 for (hb_codepoint_t cp : *unicodes) in _populate_unicodes_to_retain()
315 if (!unicodes->has (cp_gid.first) && !glyphs->has (cp_gid.second)) in _populate_unicodes_to_retain()
333 + plan->codepoint_to_glyph->keys () | hb_sink (plan->unicodes); in _populate_unicodes_to_retain()
356 _cmap_closure (plan->source, plan->unicodes, plan->_glyphset_gsub); in _populate_gids_to_retain()
488 plan->unicodes in hb_subset_plan_create()
215 _cmap_closure(hb_face_t *face, const hb_set_t *unicodes, hb_set_t *glyphset) _cmap_closure() argument
[all...]
H A Dhb-subset-input.hh47 hb_set_t *unicodes; member
H A Dhb-ot-os2-table.hh180 find_min_and_max_codepoint (c->plan->unicodes, &min_cp, &max_cp); in subset()
184 _update_unicode_ranges (c->plan->unicodes, os2_prime->ulUnicodeRange); in subset()
H A Dhb-subset-input.cc252 return input->sets.unicodes; in hb_subset_input_unicode_set()
H A Dhb-subset-plan.hh46 hb_set_t *unicodes; member
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Drun-tests.py57 fontfile, options, unicodes, glyphs_expected = line.split (';')
87 print ('# %s "%s" --unicodes %s' % (hb_shape, fontfile, unicodes))
95 glyphs1 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + options)
97 glyphs1 = shape_cmd ([fontfile, "--font-funcs=ft"] + extra_options + ["--unicodes", unicodes] + options)
98 glyphs2 = shape_cmd ([fontfile, "--font-funcs=ot"] + extra_options + ["--unicodes", unicodes] + options)
H A Dhb_test_tools.py230 self.unicodes = None
250 self.unicodes = Unicode.parse (l)
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc308 hb_set_t *unicodes = hb_subset_input_unicode_set (subset_main->input); in parse_text() local
310 if (!is_remove && !is_add) hb_set_clear (unicodes); in parse_text()
314 hb_set_clear (unicodes); in parse_text()
316 hb_set_invert (unicodes); in parse_text()
326 hb_set_add (unicodes, cp); in parse_text()
328 hb_set_del (unicodes, cp); in parse_text()
342 hb_set_t *unicodes = hb_subset_input_unicode_set (subset_main->input); in parse_unicodes() local
344 if (!is_remove && !is_add) hb_set_clear (unicodes); in parse_unicodes()
348 hb_set_clear (unicodes); in parse_unicodes()
350 hb_set_invert (unicodes); in parse_unicodes()
[all...]
H A Dtext-options.hh113 "Either --text or --unicodes can be provided but not both"); in parse_text()
123 encode_unicodes (const char *unicodes, in encode_unicodes() argument
129 char *s = (char *) unicodes; in encode_unicodes()
170 "Either --text or --unicodes can be provided but not both"); in parse_unicodes()
197 "Either --text-before or --unicodes-before can be provided but not both"); in parse_text_before()
217 "Either --text-before or --unicodes-before can be provided but not both"); in parse_unicodes_before()
240 "Either --text-after or --unicodes-after can be provided but not both"); in parse_text_after()
259 "Either --text-after or --unicodes-after can be provided but not both"); in parse_unicodes_after()
316 {"unicodes", 'u', 0, G_OPTION_ARG_CALLBACK, (gpointer) &parse_unicodes, "Set input Unicode codepoints\n\n If no text is provided, standard input is used for input.", "list of hex numbers"}, in add_options()
335 {"unicodes in add_options()
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvpscmap.h90 PS_Unicodes unicodes,
97 (*PS_Unicodes_CharIndexFunc)( PS_Unicodes unicodes,
101 (*PS_Unicodes_CharNextFunc)( PS_Unicodes unicodes,
/third_party/jerryscript/tools/
H A Dgen-unicode.py594 unicodes = [[], [], []]
604 unicodes[0].extend([letter_id, ord(mapped_value)])
614 unicodes[1].extend([letter_id, ord(mapped_value[0]), ord(mapped_value[1])])
624 unicodes[2].extend([letter_id, ord(mapped_value[0]), ord(mapped_value[1]), ord(mapped_value[2])])
627 unicode_lengths = [int(len(unicodes[0]) / 2), int(len(unicodes[1]) / 3), int(len(unicodes[2]) / 4)]
629 return list(itertools.chain.from_iterable(unicodes)), unicode_lengths
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DStatisticsTool.java234 char[] unicodes = inputFile.decode(allBytes); in writeStatistics()
237 char unicode = unicodes[b]; in writeStatistics()
242 unicodes[b] = Character.toLowerCase(unicode); in writeStatistics()
246 unicodes[b] = ' '; in writeStatistics()
251 unicodes[b] = '\0'; in writeStatistics()
255 byte[] byteMap = inputFile.encode(unicodes); in writeStatistics()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.c3680 tt_cmap_unicode_init( PS_Unicodes unicodes, in FT_CALLBACK_DEF()
3683 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in FT_CALLBACK_DEF()
3694 unicodes, in FT_CALLBACK_DEF()
3703 tt_cmap_unicode_done( PS_Unicodes unicodes ) in tt_cmap_unicode_done()
3705 FT_Face face = FT_CMAP_FACE( unicodes ); in tt_cmap_unicode_done()
3709 FT_FREE( unicodes->maps ); in tt_cmap_unicode_done()
3710 unicodes->num_maps = 0; in tt_cmap_unicode_done()
3715 tt_cmap_unicode_char_index( PS_Unicodes unicodes, in FT_CALLBACK_DEF()
3718 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in FT_CALLBACK_DEF()
3722 return psnames->unicodes_char_index( unicodes, char_cod in FT_CALLBACK_DEF()
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp103 const hb_codepoint_t *unicodes, in skhb_nominal_glyphs()
118 unicode[i] = *unicodes; in skhb_nominal_glyphs()
119 unicodes = SkTAddOffset<const hb_codepoint_t>(unicodes, unicode_stride); in skhb_nominal_glyphs()
101 skhb_nominal_glyphs(hb_font_t *hb_font, void *font_data, unsigned int count, const hb_codepoint_t *unicodes, unsigned int unicode_stride, hb_codepoint_t *glyphs, unsigned int glyph_stride, void *user_data) skhb_nominal_glyphs() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5381 UChar *unicodes = unicodes_x; in TestEBCDICUS4XML() local
5393 ucnv_toUnicode(cnv, &unicodes, unicodes+3, (const char**)&newLines, newLines+3, NULL, true, &status); in TestEBCDICUS4XML()

Completed in 24 milliseconds