Home | History | Annotate | Download | only in psaux

Lines Matching refs:in_offset

184       FT_PtrDist  in_offset;
187 in_offset = (FT_Byte*)object - table->block;
188 if ( in_offset < 0 || (FT_Offset)in_offset >= table->capacity )
189 in_offset = -1;
203 if ( in_offset >= 0 )
204 object = table->block + in_offset;