Home | History | Annotate | Download | only in src

Lines Matching refs:subtable

230     const OT::CmapSubtable *subtable = NULL;
234 if (!subtable) subtable = cmap->find_subtable (3, 10);
235 if (!subtable) subtable = cmap->find_subtable (0, 6);
236 if (!subtable) subtable = cmap->find_subtable (0, 4);
238 if (!subtable) subtable = cmap->find_subtable (3, 1);
239 if (!subtable) subtable = cmap->find_subtable (0, 3);
240 if (!subtable) subtable = cmap->find_subtable (0, 2);
241 if (!subtable) subtable = cmap->find_subtable (0, 1);
242 if (!subtable) subtable = cmap->find_subtable (0, 0);
243 if (!subtable) subtable = cmap->find_subtable (3, 0);
245 if (!subtable) subtable = &OT::Null(OT::CmapSubtable);
247 /* UVS subtable. */
259 this->get_glyph_data = subtable;
260 switch (subtable->u.format) {
266 this->format4_accel.init (&subtable->u.format4);