Home | History | Annotate | Download | only in src

Lines Matching refs:InputGlyphCount

4097   cpr->InputGlyphCount = GET_UShort();
4103 count = cpr->InputGlyphCount - 1; /* only InputGlyphCount - 1 elements */
4412 cpcr->InputGlyphCount = GET_UShort();
4414 if ( cpcr->InputGlyphCount > ccpf2->MaxInputLength )
4415 ccpf2->MaxInputLength = cpcr->InputGlyphCount;
4421 count = cpcr->InputGlyphCount - 1; /* only InputGlyphCount - 1 elements */
4794 ccpf3->InputGlyphCount = GET_UShort();
4800 input_count = ccpf3->InputGlyphCount;
4931 count = ccpf3->InputGlyphCount;
5037 igc = curr_cpr.InputGlyphCount;
5205 igc = cpcr.InputGlyphCount;
5361 igc = ccpf3->InputGlyphCount;