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

  /external/pdfium/third_party/freetype/src/sfnt/
sfobjs.c 400 FT_ULong woff_offset; local
543 woff_offset = 44 + woff.num_tables * 20L;
551 if ( table->Offset != woff_offset ||
565 woff_offset += ( table->CompLength + 3 ) & ~3U;
580 if ( woff.metaOffset != woff_offset ||
588 woff_offset += woff.metaLength;
594 woff_offset = ( woff_offset + 3 ) & ~3U;
596 if ( woff.privOffset != woff_offset ||
604 woff_offset += woff.privLength
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 407 FT_ULong woff_offset; local
556 woff_offset = 44 + woff.num_tables * 20L;
564 if ( table->Offset != woff_offset ||
579 woff_offset += ( table->CompLength + 3 ) & ~3U;
594 if ( woff.metaOffset != woff_offset ||
604 woff_offset += woff.metaLength;
610 woff_offset = ( woff_offset + 3 ) & ~3U;
612 if ( woff.privOffset != woff_offset ||
621 woff_offset += woff.privLength
    [all...]

Completed in 203 milliseconds