Searched refs:CompLength (Results 1 – 2 of 2) sorted by relevance
518 table->CompLength = FT_GET_ULONG(); in woff_open_font()528 table->CompLength, in woff_open_font()565 table->CompLength > woff.length || in woff_open_font()566 table->Offset > woff.length - table->CompLength || in woff_open_font()569 table->CompLength > table->OrigLength ) in woff_open_font()579 woff_offset += ( table->CompLength + 3 ) & ~3U; in woff_open_font()655 FT_FRAME_ENTER( table->CompLength ) ) in woff_open_font()658 if ( table->CompLength == table->OrigLength ) in woff_open_font()675 stream->cursor, table->CompLength ); in woff_open_font()
220 FT_ULong CompLength; /* compressed table length */ member