Home | History | Annotate | Download | only in ports

Lines Matching refs:baseGlyph

1104         for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) {
1105 int glyphsLeft = glyphCount - baseGlyph;
1110 fDWriteFontFace->GetGlyphIndices(scratch, limit, &glyphs[baseGlyph]);