Home
last modified time | relevance | path

Searched refs:gsub (Results 1 – 25 of 68) sorted by relevance

123

/external/harfbuzz/src/
Dharfbuzz-gsub.h89 HB_GSUBHeader** gsub,
94 HB_Error HB_Done_GSUB_Table( HB_GSUBHeader* gsub );
97 HB_Error HB_GSUB_Select_Script( HB_GSUBHeader* gsub,
101 HB_Error HB_GSUB_Select_Language( HB_GSUBHeader* gsub,
107 HB_Error HB_GSUB_Select_Feature( HB_GSUBHeader* gsub,
114 HB_Error HB_GSUB_Query_Scripts( HB_GSUBHeader* gsub,
117 HB_Error HB_GSUB_Query_Languages( HB_GSUBHeader* gsub,
121 HB_Error HB_GSUB_Query_Features( HB_GSUBHeader* gsub,
127 HB_Error HB_GSUB_Add_Feature( HB_GSUBHeader* gsub,
131 HB_Error HB_GSUB_Clear_Features( HB_GSUBHeader* gsub );
[all …]
Dharfbuzz-gsub.c34 static HB_Error GSUB_Do_Glyph_Lookup( HB_GSUBHeader* gsub,
56 HB_GSUBHeader* gsub; in HB_Load_GSUB_Table() local
66 if ( ALLOC ( gsub, sizeof( *gsub ) ) ) in HB_Load_GSUB_Table()
82 ( error = _HB_OPEN_Load_ScriptList( &gsub->ScriptList, in HB_Load_GSUB_Table()
96 ( error = _HB_OPEN_Load_FeatureList( &gsub->FeatureList, in HB_Load_GSUB_Table()
110 ( error = _HB_OPEN_Load_LookupList( &gsub->LookupList, in HB_Load_GSUB_Table()
114 gsub->gdef = gdef; /* can be NULL */ in HB_Load_GSUB_Table()
117 gsub->LookupList.Lookup, in HB_Load_GSUB_Table()
118 gsub->LookupList.LookupCount ) ) ) in HB_Load_GSUB_Table()
121 *retptr = gsub; in HB_Load_GSUB_Table()
[all …]
Dharfbuzz-dump-main.c49 HB_GSUB gsub; in main() local
67 if (!(error = HB_Load_GSUB_Table (font, &gsub, NULL))) in main()
69 HB_Dump_GSUB_Table (gsub, stdout); in main()
71 if ((error = HB_Done_GSUB_Table (gsub))) in main()
DMakefile.am11 harfbuzz-gsub.c \
34 harfbuzz-gsub.h \
48 harfbuzz-gsub-private.h \
Dharfbuzz-shaper.cpp902 if (!face->gsub && !face->gpos) in checkScript()
909 if (!face->gsub) in checkScript()
913 HB_Error error = HB_GSUB_Select_Script(face->gsub, tag, &script_index); in checkScript()
916 … error = HB_GSUB_Select_Script(face->gsub, HB_MAKE_TAG('D', 'F', 'L', 'T'), &script_index); in checkScript()
979 face->gsub = 0; in HB_NewFace()
1002 if (!stream || (error = HB_Load_GSUB_Table(stream, &face->gsub, face->gdef, gdefStream))) { in HB_NewFace()
1003 face->gsub = 0; in HB_NewFace()
1039 if (face->gsub) in HB_FreeFace()
1040 HB_Done_GSUB_Table(face->gsub); in HB_FreeFace()
1070 if (face->gsub && features) { in HB_SelectScript()
[all …]
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-gsub.h89 HB_GSUBHeader** gsub,
94 HB_Error HB_Done_GSUB_Table( HB_GSUBHeader* gsub );
97 HB_Error HB_GSUB_Select_Script( HB_GSUBHeader* gsub,
101 HB_Error HB_GSUB_Select_Language( HB_GSUBHeader* gsub,
107 HB_Error HB_GSUB_Select_Feature( HB_GSUBHeader* gsub,
114 HB_Error HB_GSUB_Query_Scripts( HB_GSUBHeader* gsub,
117 HB_Error HB_GSUB_Query_Languages( HB_GSUBHeader* gsub,
121 HB_Error HB_GSUB_Query_Features( HB_GSUBHeader* gsub,
127 HB_Error HB_GSUB_Add_Feature( HB_GSUBHeader* gsub,
131 HB_Error HB_GSUB_Clear_Features( HB_GSUBHeader* gsub );
[all …]
Dharfbuzz-gsub.c34 static HB_Error GSUB_Do_Glyph_Lookup( HB_GSUBHeader* gsub,
56 HB_GSUBHeader* gsub; in HB_Load_GSUB_Table() local
66 if ( ALLOC ( gsub, sizeof( *gsub ) ) ) in HB_Load_GSUB_Table()
82 ( error = _HB_OPEN_Load_ScriptList( &gsub->ScriptList, in HB_Load_GSUB_Table()
96 ( error = _HB_OPEN_Load_FeatureList( &gsub->FeatureList, in HB_Load_GSUB_Table()
110 ( error = _HB_OPEN_Load_LookupList( &gsub->LookupList, in HB_Load_GSUB_Table()
114 gsub->gdef = gdef; /* can be NULL */ in HB_Load_GSUB_Table()
117 gsub->LookupList.Lookup, in HB_Load_GSUB_Table()
118 gsub->LookupList.LookupCount ) ) ) in HB_Load_GSUB_Table()
121 *retptr = gsub; in HB_Load_GSUB_Table()
[all …]
DMakefile.am10 harfbuzz-gsub.c \
28 harfbuzz-gsub.h \
41 harfbuzz-gsub-private.h \
Dharfbuzz-shaper.cpp546 if (!face->gsub && !face->gpos) in checkScript()
553 if (!face->gsub) in checkScript()
557 HB_Error error = HB_GSUB_Select_Script(face->gsub, tag, &script_index); in checkScript()
560 … error = HB_GSUB_Select_Script(face->gsub, HB_MAKE_TAG('D', 'F', 'L', 'T'), &script_index); in checkScript()
623 face->gsub = 0; in HB_NewFace()
646 if (!stream || (error = HB_Load_GSUB_Table(stream, &face->gsub, face->gdef, gdefStream))) { in HB_NewFace()
647 face->gsub = 0; in HB_NewFace()
683 if (face->gsub) in HB_FreeFace()
684 HB_Done_GSUB_Table(face->gsub); in HB_FreeFace()
714 if (face->gsub && features) { in HB_SelectScript()
[all …]
/external/chromium_org/third_party/ots/test/
Dtable_dependencies_test.cc33 SET_LAYOUT_TABLE(gsub, GSUB); in SetUp()
39 DROP_TABLE(gsub); in TearDown()
66 DROP_LAYOUT_TABLE(gsub); in TEST_F()
68 DROP_TABLE(gsub); in TEST_F()
73 DROP_LAYOUT_TABLE(gsub); in TEST_F()
75 DROP_TABLE(gsub); in TEST_F()
/external/chromium_org/third_party/ots/src/
Dgsub.cc401 file->gsub->num_lookups); in ParseContextSubstitution()
411 file->gsub->num_lookups); in ParseChainingContextSubstitution()
531 do { file->gsub->data = 0; file->gsub->length = 0; } while (0)
593 OpenTypeGSUB *gsub = new OpenTypeGSUB; in ots_gsub_parse() local
594 file->gsub = gsub; in ots_gsub_parse()
626 &gsub->num_lookups)) { in ots_gsub_parse()
634 length - offset_feature_list, gsub->num_lookups, in ots_gsub_parse()
648 gsub->data = data; in ots_gsub_parse()
649 gsub->length = length; in ots_gsub_parse()
657 return file->gsub != NULL && file->gsub->data != NULL in ots_gsub_should_serialise()
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dpicoloadphones.lua50 cline = string.gsub(line, "^%s*", "")
57 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
61 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
72 cline = string.gsub(cline, "^!.*", "")
77 cline = string.gsub(cline, "^,%s*%w+%s*=%s*%d+%s*", "")
84 cline = string.gsub(cline, "^!.*", "")
Dpicoloaddbg.lua52 cline = string.gsub(line, "^%s*", "")
59 cline = string.gsub(cline, "^:SYM%s+['\"].-['\"]%s+", "")
63 cline = string.gsub(cline, "^:PROP%s+mapval%s*=%s*%d+%s*", "")
74 cline = string.gsub(cline, "^!.*", "")
79 cline = string.gsub(cline, "^,%s*%w+%s*=%s*%d+%s*", "")
86 cline = string.gsub(cline, "^!.*", "")
/external/bison/examples/
Dextexi114 gsub (/"@value\{VERSION\}"/, "\"" VERSION "\"", line)
115 gsub (/^@result\{\}/, "", line);
116 gsub (/^@error\{\}/, "", line);
117 gsub ("@[{]", "{", line);
118 gsub ("@}", "}", line);
119 gsub ("@@", "@", line);
120 gsub ("@comment.*", "", line);
/external/chromium_org/third_party/sqlite/src/tool/
DopcodeDoc.awk16 gsub(/</,"&lt;")
17 gsub(/&/,"&amp;")
/external/tcpdump/
Dmakemib99 { sub(/--\*.*\*--/, ""); sub(/--.*/, ""); gsub(/[{}]/, " & "); }
191 gsub(/[-&\/]/,"",new)
192 gsub(/[-&\/]/,"",parent)
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc54 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); in HB_SHAPER_DATA_ENSURE_DECLARE()
59 layout->gsub_lookup_count = layout->gsub->get_lookup_count (); in HB_SHAPER_DATA_ENSURE_DECLARE()
62 …layout->gsub_digests = (hb_set_digest_t *) calloc (layout->gsub->get_lookup_count (), sizeof (hb_s… in HB_SHAPER_DATA_ENSURE_DECLARE()
73 layout->gsub->get_lookup (i).add_coverage (&layout->gsub_digests[i]); in HB_SHAPER_DATA_ENSURE_DECLARE()
103 return *hb_ot_layout_from_face (face)->gsub; in _get_gsub()
609 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
654 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
676 const OT::SubstLookup& l = hb_ot_layout_from_face (font->face)->gsub->get_lookup (lookup_index); in hb_ot_layout_substitute_lookup()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout.cc57 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); in HB_SHAPER_DATA_ENSURE_DECLARE()
62 layout->gsub_lookup_count = layout->gsub->get_lookup_count (); in HB_SHAPER_DATA_ENSURE_DECLARE()
65 …layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count… in HB_SHAPER_DATA_ENSURE_DECLARE()
76 layout->gsub_accels[i].init (layout->gsub->get_lookup (i)); in HB_SHAPER_DATA_ENSURE_DECLARE()
87 layout->gsub_accels[i].fini (layout->gsub->get_lookup (i)); in _hb_ot_layout_destroy()
111 return *hb_ot_layout_from_face (face)->gsub; in _get_gsub()
635 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
680 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
790 table (*hb_ot_layout_from_face (face)->gsub), in GSUBProxy()
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/
DMANIFEST2 gsub
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/
DMANIFEST2 gsub
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/
DMANIFEST3 gsub
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/
DMANIFEST3 gsub
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/
DMANIFEST3 gsub
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/
DMANIFEST3 gsub
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/
DMANIFEST3 gsub

123