Home | History | Annotate | Download | only in src

Lines Matching refs:subtable

80   const OT::CmapSubtable *subtable = NULL;
84 if (!subtable) subtable = cmap->find_subtable (0, 6);
85 if (!subtable) subtable = cmap->find_subtable (0, 4);
86 if (!subtable) subtable = cmap->find_subtable (3, 10);
88 if (!subtable) subtable = cmap->find_subtable (0, 3);
89 if (!subtable) subtable = cmap->find_subtable (3, 1);
91 if (!subtable) subtable = &OT::Null(OT::CmapSubtable);
93 /* UVS subtable. */
98 ot_font->cmap = subtable;