Home | History | Annotate | Download | only in src

Lines Matching refs:startGlyph

941     if (unlikely ((unsigned int) (glyph_id - startGlyph) < classValue.len))
942 return classValue[glyph_id - startGlyph];
956 glyphs->add (startGlyph + i);
967 if (g < startGlyph)
969 g = startGlyph + count - 1;
975 if (classValue[i] == klass && glyphs->has (startGlyph + i))
982 GlyphID startGlyph; /* First GlyphID of the classValueArray */