Searched refs:CompLength (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfobjs.c507 table->CompLength = FT_GET_ULONG();
517 table->CompLength,
552 table->CompLength > woff.length ||
553 table->Offset > woff.length - table->CompLength ||
556 table->CompLength > table->OrigLength )
565 woff_offset += ( table->CompLength + 3 ) & ~3U;
629 FT_FRAME_ENTER( table->CompLength ) )
632 if ( table->CompLength == table->OrigLength )
649 stream->cursor, table->CompLength );
/external/freetype/src/sfnt/
H A Dsfobjs.c518 table->CompLength = FT_GET_ULONG();
528 table->CompLength,
565 table->CompLength > woff.length ||
566 table->Offset > woff.length - table->CompLength ||
569 table->CompLength > table->OrigLength )
579 woff_offset += ( table->CompLength + 3 ) & ~3U;
655 FT_FRAME_ENTER( table->CompLength ) )
658 if ( table->CompLength == table->OrigLength )
675 stream->cursor, table->CompLength );
/external/freetype/include/freetype/internal/
H A Dtttypes.h186 /* CompLength :: Compressed table length (in bytes). */
200 FT_ULong CompLength; /* compressed table length */ member in struct:WOFF_TableRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dtttypes.h186 /* CompLength :: Compressed table length (in bytes). */
200 FT_ULong CompLength; /* compressed table length */ member in struct:WOFF_TableRec_

Completed in 214 milliseconds