Home
last modified time | relevance | path

Searched refs:toskip (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftpatent.c199 FT_UInt flags, toskip; in _tt_face_check_patents() local
205 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()
/external/chromium_org/third_party/freetype/src/base/
Dftpatent.c199 FT_UInt flags, toskip; in _tt_face_check_patents() local
205 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()
/external/freetype/src/base/
Dftpatent.c199 FT_UInt flags, toskip; in _tt_face_check_patents() local
205 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()
/external/tcpdump/
Dcpack.c73 cpack_advance(struct cpack_state *cs, const size_t toskip) in cpack_advance() argument
76 if (cs->c_next - cs->c_buf + toskip > cs->c_len) in cpack_advance()
78 cs->c_next += toskip; in cpack_advance()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Dsm4_parse.cpp71 void skip(unsigned toskip) in skip()
73 tokens += toskip; in skip()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Dsm4_parse.cpp71 void skip(unsigned toskip) in skip()
73 tokens += toskip; in skip()