Searched refs:toskip (Results 1 – 6 of 6) sorted by relevance
199 FT_UInt flags, toskip; in _tt_face_check_patents() local205 toskip = 2 + 1 + 1; in _tt_face_check_patents()208 toskip += 2; in _tt_face_check_patents()211 toskip += 2; in _tt_face_check_patents()213 toskip += 4; in _tt_face_check_patents()215 toskip += 8; in _tt_face_check_patents()220 if ( FT_STREAM_SKIP( toskip ) ) in _tt_face_check_patents()
73 cpack_advance(struct cpack_state *cs, const size_t toskip) in cpack_advance() argument76 if (cs->c_next - cs->c_buf + toskip > cs->c_len) in cpack_advance()78 cs->c_next += toskip; in cpack_advance()
71 void skip(unsigned toskip) in skip()73 tokens += toskip; in skip()