Home | History | Annotate | Download | only in hb-old

Lines Matching refs:availableGlyphs

366     const int availableGlyphs = shaper_item->num_glyphs;
377 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/true);
850 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters)
868 if (availableGlyphs < (int)face->buffer->in_length) {