Home | History | Annotate | Download | only in src

Lines Matching full:glyphs

460   inline bool would_substitute (const hb_codepoint_t *glyphs,
466 if (hb_ot_layout_lookup_would_substitute_fast (face, lookups[i].index, glyphs, glyphs_count, zero_context))
549 const hb_codepoint_t glyphs[2],
552 /* For old-spec, the order of glyphs is Consonant,Virama,
563 hb_codepoint_t glyphs_r[2] = {glyphs[1], glyphs[0]};
564 if (indic_plan->pref.would_substitute (glyphs , 2, zero_context, face) ||
567 if (indic_plan->blwf.would_substitute (glyphs , 2, zero_context, face) ||
570 if (indic_plan->pstf.would_substitute (glyphs , 2, zero_context, face) ||
630 hb_codepoint_t glyphs[2];
631 if (indic_plan->get_virama_glyph (font, &glyphs[0]))
637 glyphs[1] = buffer->info[i].codepoint;
638 buffer->info[i].indic_position() = consonant_position_from_face (indic_plan, glyphs, face);
687 hb_codepoint_t glyphs[2] = {info[start].codepoint, info[start + 1].codepoint};
688 if (indic_plan->rphf.would_substitute (glyphs, ARRAY_LENGTH (glyphs), true, face))
993 hb_codepoint_t glyphs[2] = {info[i].codepoint, info[i + 1].codepoint};
994 if (indic_plan->pref.would_substitute (glyphs, ARRAY_LENGTH (glyphs), true, face))
1232 * The glyphs formed by 'half' are Chillus or ligated explicit viramas.
1454 * The glyphs formed by 'half' are Chillus or ligated explicit viramas.