Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsobjs.c292 skip_comment( FT_Byte* *acur, in skip_comment() argument
295 FT_Byte* cur = *acur; in skip_comment()
305 *acur = cur; in skip_comment()
310 skip_spaces( FT_Byte* *acur, in skip_spaces() argument
313 FT_Byte* cur = *acur; in skip_spaces()
329 *acur = cur; in skip_spaces()
340 skip_literal_string( FT_Byte* *acur, in skip_literal_string() argument
343 FT_Byte* cur = *acur; in skip_literal_string()
407 *acur = cur; in skip_literal_string()
416 skip_string( FT_Byte* *acur, in skip_string() argument
[all …]