Searched refs:CompLength (Results 1 – 2 of 2) sorted by relevance
214 table->CompLength = FT_GET_ULONG(); in woff_open_font()224 table->CompLength, in woff_open_font()261 table->CompLength > woff.length || in woff_open_font()262 table->Offset > woff.length - table->CompLength || in woff_open_font()265 table->CompLength > table->OrigLength ) in woff_open_font()275 woff_offset += ( table->CompLength + 3 ) & ~3U; in woff_open_font()351 FT_FRAME_ENTER( table->CompLength ) ) in woff_open_font()354 if ( table->CompLength == table->OrigLength ) in woff_open_font()371 stream->cursor, table->CompLength ); in woff_open_font()
97 FT_ULong CompLength; /* compressed table length */ member