HomeSort by relevance Sort by last modified time
    Searched defs:in_offset (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.c 190 FT_PtrDist in_offset; local
193 in_offset = (FT_Byte*)object - table->block;
194 if ( in_offset < 0 || (FT_Offset)in_offset >= table->capacity )
195 in_offset = -1;
209 if ( in_offset >= 0 )
210 object = table->block + in_offset;
    [all...]
  /external/freetype/src/psaux/
psobjs.c 190 FT_PtrDist in_offset; local
193 in_offset = (FT_Byte*)object - table->block;
194 if ( in_offset < 0 || (FT_Offset)in_offset >= table->capacity )
195 in_offset = -1;
209 if ( in_offset >= 0 )
210 object = table->block + in_offset;
    [all...]

Completed in 364 milliseconds