Home | History | Annotate | Download | only in src

Lines Matching defs:availableGlyphs

577     const int availableGlyphs = shaper_item->num_glyphs;
588 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/true);
1206 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters)
1224 if (availableGlyphs < (int)face->buffer->in_length) {