Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.cpp65 CFX_CTTGSUBTable::CFX_CTTGSUBTable(FT_Bytes gsub) in CFX_CTTGSUBTable() argument
67 LoadGSUBTable(gsub); in CFX_CTTGSUBTable()
76 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) { in LoadGSUBTable() argument
77 header.Version = gsub[0] << 24 | gsub[1] << 16 | gsub[2] << 8 | gsub[3]; in LoadGSUBTable()
81 header.ScriptList = gsub[4] << 8 | gsub[5]; in LoadGSUBTable()
82 header.FeatureList = gsub[6] << 8 | gsub[7]; in LoadGSUBTable()
83 header.LookupList = gsub[8] << 8 | gsub[9]; in LoadGSUBTable()
84 return Parse(&gsub[header.ScriptList], &gsub[header.FeatureList], in LoadGSUBTable()
85 &gsub[header.LookupList]); in LoadGSUBTable()
Dttgsubtable.h35 explicit CFX_CTTGSUBTable(FT_Bytes gsub);
39 bool LoadGSUBTable(FT_Bytes gsub);
/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/tcpdump/
Dmakemib97 { sub(/--\*.*\*--/, ""); sub(/--.*/, ""); gsub(/[{}]/, " & "); }
189 gsub(/[-&\/]/,"",new)
190 gsub(/[-&\/]/,"",parent)
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc55 layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->gsub_blob); in HB_SHAPER_DATA_ENSURE_DECLARE()
146 layout->gsub_lookup_count = layout->gsub->get_lookup_count (); in HB_SHAPER_DATA_ENSURE_DECLARE()
149 …layout->gsub_accels = (hb_ot_layout_lookup_accelerator_t *) calloc (layout->gsub->get_lookup_count… in HB_SHAPER_DATA_ENSURE_DECLARE()
160 layout->gsub_accels[i].init (layout->gsub->get_lookup (i)); in HB_SHAPER_DATA_ENSURE_DECLARE()
199 return *hb_ot_layout_from_face (face)->gsub; in _get_gsub()
802 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
884 const OT::SubstLookup& l = hb_ot_layout_from_face (face)->gsub->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
1004 table (*hb_ot_layout_from_face (face)->gsub), in GSUBProxy()
Dhb-ot-layout-gsub-table.hh1346 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); in dispatch_recurse_func() local
1347 const SubstLookup &l = gsub.get_lookup (lookup_index); in dispatch_recurse_func()
1353 const GSUB &gsub = *(hb_ot_layout_from_face (c->face)->gsub); in apply_recurse_func() local
1354 const SubstLookup &l = gsub.get_lookup (lookup_index); in apply_recurse_func()
DMakefile.sources77 hb-ot-layout-gsub-table.hh \
Dhb-ot-layout-private.hh161 const struct OT::GSUB *gsub; member
/external/pdfium/third_party/freetype/include/freetype/internal/services/
Dsvotval.h37 FT_Bytes *gsub,
/external/freetype/include/freetype/internal/services/
Dsvotval.h37 FT_Bytes *gsub,
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/sample-input/
Dtemplate-group36 <%= @body.gsub( /^/, ' ' ) %>
/external/libpng/scripts/
Ddfn.awk169 gsub(/@'/,"\"", line)
/external/noto-fonts/emoji-compat/
Dcreatefont.py478 gsub = ttf['GSUB']
479 for lookup in gsub.table.LookupList.Lookup:
/external/v8/tools/gcmole/
Dgcmole.lua61 flag = flag:gsub("%-", "_")
/external/libpng/projects/owatcom/
Dpngconfig.mak49 gsub(/ *@@@ */, "")