/external/pdfium/core/fpdfapi/font/ |
D | ttgsubtable.cpp | 65 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()
|
D | ttgsubtable.h | 35 explicit CFX_CTTGSUBTable(FT_Bytes gsub); 39 bool LoadGSUBTable(FT_Bytes gsub);
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
D | picoloadphones.lua | 50 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, "^!.*", "")
|
D | picoloaddbg.lua | 52 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/ |
D | extexi | 114 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/ |
D | makemib | 97 { sub(/--\*.*\*--/, ""); sub(/--.*/, ""); gsub(/[{}]/, " & "); } 189 gsub(/[-&\/]/,"",new) 190 gsub(/[-&\/]/,"",parent)
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 55 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()
|
D | hb-ot-layout-gsub-table.hh | 1346 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()
|
D | Makefile.sources | 77 hb-ot-layout-gsub-table.hh \
|
D | hb-ot-layout-private.hh | 161 const struct OT::GSUB *gsub; member
|
/external/pdfium/third_party/freetype/include/freetype/internal/services/ |
D | svotval.h | 37 FT_Bytes *gsub,
|
/external/freetype/include/freetype/internal/services/ |
D | svotval.h | 37 FT_Bytes *gsub,
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/sample-input/ |
D | template-group | 36 <%= @body.gsub( /^/, ' ' ) %>
|
/external/libpng/scripts/ |
D | dfn.awk | 169 gsub(/@'/,"\"", line)
|
/external/noto-fonts/emoji-compat/ |
D | createfont.py | 478 gsub = ttf['GSUB'] 479 for lookup in gsub.table.LookupList.Lookup:
|
/external/v8/tools/gcmole/ |
D | gcmole.lua | 61 flag = flag:gsub("%-", "_")
|
/external/libpng/projects/owatcom/ |
D | pngconfig.mak | 49 gsub(/ *@@@ */, "")
|