Home
last modified time | relevance | path

Searched defs:gsub (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DHtmlViewer.java22 GSubTable gsub = fonts[0].getTable(Tag.GSUB); in main() local
26 …public static void tag(GSubTable gsub, String outFileName) throws FileNotFoundException, Unsupport… in tag()
DSFFontView.java33 GSubTable gsub = font.getTable(Tag.GSUB); in SFFontView() local
DOtTableTagger.java69 void tag(GSubTable gsub) { in tag()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DGSubTable.java30 private final GsubCommonTable gsub; field in GSubTable
91 private final GsubCommonTable.Builder gsub; field in GSubTable.Builder
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
DFontLanguages.java665 GSubTable gsub = font.getTable(Tag.GSUB); in get() local
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvjstf.c206 FT_Bytes gsub, in otv_JSTF_validate()
Dotvgdef.c182 FT_Bytes gsub, in otv_GDEF_validate()
Dotvmod.c79 FT_Byte* volatile gsub; in otv_validate() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRule.java125 GSubTable gsub = font.getTable(Tag.GSUB); in featuredLookups() local
156 GSubTable gsub = font.getTable(Tag.GSUB); in featuredRules() local
438 GSubTable gsub = font.getTable(Tag.GSUB); in dumpLookups() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc1527 const OT::GSUB& gsub = *face->table.GSUB->table; in hb_ot_layout_lookups_substitute_closure() local