Home
last modified time | relevance | path

Searched refs:alternates (Results 1 – 25 of 28) sorted by relevance

12

/third_party/harfbuzz/test/api/
Dtest-ot-alternates.c35 hb_codepoint_t alternates[3]; in test_ot_layout_lookup_get_glyph_alternates() local
37 …7, ==, hb_ot_layout_lookup_get_glyph_alternates (face, 1, 1091, 2, &alternates_count, alternates)); in test_ot_layout_lookup_get_glyph_alternates()
40 g_assert_cmpuint (1606, ==, alternates[0]); in test_ot_layout_lookup_get_glyph_alternates()
41 g_assert_cmpuint (1578, ==, alternates[1]); in test_ot_layout_lookup_get_glyph_alternates()
42 g_assert_cmpuint (1592, ==, alternates[2]); in test_ot_layout_lookup_get_glyph_alternates()
Dmeson.build19 'test-ot-alternates.c',
DMakefile.am43 test-ot-alternates \
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-alternates.c35 hb_codepoint_t alternates[3]; in test_ot_layout_lookup_get_glyph_alternates() local
37 …7, ==, hb_ot_layout_lookup_get_glyph_alternates (face, 1, 1091, 2, &alternates_count, alternates)); in test_ot_layout_lookup_get_glyph_alternates()
40 g_assert_cmpuint (1606, ==, alternates[0]); in test_ot_layout_lookup_get_glyph_alternates()
41 g_assert_cmpuint (1578, ==, alternates[1]); in test_ot_layout_lookup_get_glyph_alternates()
42 g_assert_cmpuint (1592, ==, alternates[2]); in test_ot_layout_lookup_get_glyph_alternates()
Dmeson.build20 'test-ot-alternates.c',
DMakefile.am44 test-ot-alternates \
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dhlsdemux_m3u8.c973 GList *alternates;
987 alternates =
989 assert_equals_int (alternates != NULL, TRUE);
990 media = GST_M3U8_MEDIA (g_list_nth_data (alternates, 0));
1003 alternates = gst_m3u8_client_get_alternates (client,
1005 assert_equals_int (g_list_length (alternates), 3);
1007 assert_equals_string (g_list_nth_data (alternates, 0), "English");
1008 assert_equals_string (g_list_nth_data (alternates, 1), "Commentary");
1009 assert_equals_string (g_list_nth_data (alternates, 2), "Deutsche");
1020 GList *alternates;
[all …]
/third_party/rust/crates/regex/examples/
Dshootout-regex-dna-single-cheat.rs59 let mut alternates = vec![]; in replace_all() localVariable
62 alternates.push((re as char).to_string()); in replace_all()
65 let re = regex!(&alternates.join("|")); in replace_all()
Dshootout-regex-dna-cheat.rs74 let mut alternates = vec![]; in replace_all() localVariable
77 alternates.push((re as char).to_string()); in replace_all()
80 let re = regex!(&alternates.join("|")); in replace_all()
/third_party/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh539 { return hb_any (alternates, glyphs); } in intersects()
542 { c->output->add_array (alternates.arrayZ, alternates.len); } in closure()
545 { c->output->add_array (alternates.arrayZ, alternates.len); } in collect_glyphs()
550 unsigned int count = alternates.len; in apply()
567 c->replace_glyph (alternates[alt_index - 1]); in apply()
577 if (alternates.len && alternate_count) in get_alternates()
579 + alternates.sub_array (start_offset, alternate_count) in get_alternates()
583 return alternates.len; in get_alternates()
592 return_trace (alternates.serialize (c, alts)); in serialize()
602 + hb_iter (alternates) in subset()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh542 { return hb_any (alternates, glyphs); } in intersects()
545 { c->output->add_array (alternates.arrayZ, alternates.len); } in closure()
548 { c->output->add_array (alternates.arrayZ, alternates.len); } in collect_glyphs()
553 unsigned int count = alternates.len; in apply()
575 c->replace_glyph (alternates[alt_index - 1]); in apply()
585 if (alternates.len && alternate_count) in get_alternates()
587 + alternates.sub_array (start_offset, alternate_count) in get_alternates()
591 return alternates.len; in get_alternates()
600 return_trace (alternates.serialize (c, alts)); in serialize()
610 + hb_iter (alternates) in subset()
[all …]
/third_party/python/Lib/lib2to3/fixes/
Dfix_imports.py61 def alternates(members): function
67 bare_names = alternates(mapping.keys())
Dfix_urllib.py8 from lib2to3.fixes.fix_imports import alternates, FixImports
53 members = alternates(members)
Dfix_renames.py17 def alternates(members): function
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh486 unsigned int count = alternates.len; in closure()
488 c->output->add (alternates[i]); in closure()
492 { c->output->add_array (alternates.arrayZ, alternates.len); } in collect_glyphs()
497 unsigned int count = alternates.len; in apply()
514 c->replace_glyph (alternates[alt_index - 1]); in apply()
525 return_trace (alternates.serialize (c, alts)); in serialize()
531 return_trace (alternates.sanitize (c)); in sanitize()
536 alternates; /* Array of alternate GlyphIDs--in member
539 DEFINE_SIZE_ARRAY (2, alternates);
/third_party/python/Lib/idlelib/
Dcolorizer.py12 def any(name, alternates): argument
14 return "(?P<%s>" % name + "|".join(alternates) + ")"
/third_party/openGLES/extensions/SGIX/
DSGIX_ycrcb.txt44 The chroma component alternates between Cb and Cr values on
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_ycrcb.txt44 The chroma component alternates between Cb and Cr values on
/third_party/ffmpeg/doc/
Dsnow.txt212 the sign of the coefficients is not explicitly stored but alternates
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Draytracing.txt32 During execution, control alternates between scheduling and other
Draytracing.adoc32 During execution, control alternates between scheduling and other
/third_party/harfbuzz/
DNEWS94 - New API to fetch glyph alternates from GSUB table.
/third_party/skia/third_party/externals/harfbuzz/
DNEWS228 - New API to fetch glyph alternates from GSUB table.
/third_party/harfbuzz/perf/texts/
Den-words.txt383 alternates
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt383 alternates

12