Home | History | Annotate | Download | only in truetype

Lines Matching refs:pos2

177     FT_ULong  pos1, pos2;
182 pos1 = pos2 = 0;
192 pos2 = pos1;
195 pos2 = FT_NEXT_ULONG( p );
203 pos2 = pos1;
206 pos2 = FT_NEXT_USHORT( p );
209 pos2 <<= 1;
224 if ( pos2 > face->glyf_len )
229 pos2, gindex + 1, face->glyf_len ));
230 pos2 = face->glyf_len;
241 if ( pos2 >= pos1 )
242 *asize = (FT_UInt)( pos2 - pos1 );