Home | History | Annotate | Download | only in cff

Lines Matching refs:poff

355       FT_ULong*  poff;
365 poff = idx->offsets;
372 for ( ; p < p_end; p++, poff++ )
373 poff[0] = p[0];
377 for ( ; p < p_end; p += 2, poff++ )
378 poff[0] = FT_PEEK_USHORT( p );
382 for ( ; p < p_end; p += 3, poff++ )
383 poff[0] = FT_PEEK_UOFF3( p );
387 for ( ; p < p_end; p += 4, poff++ )
388 poff[0] = FT_PEEK_ULONG( p );