Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsobjs.c294 skip_comment( FT_Byte* *acur, in skip_comment() argument
297 FT_Byte* cur = *acur; in skip_comment()
307 *acur = cur; in skip_comment()
312 skip_spaces( FT_Byte* *acur, in skip_spaces() argument
315 FT_Byte* cur = *acur; in skip_spaces()
331 *acur = cur; in skip_spaces()
342 skip_literal_string( FT_Byte* *acur, in skip_literal_string() argument
345 FT_Byte* cur = *acur; in skip_literal_string()
409 *acur = cur; in skip_literal_string()
418 skip_string( FT_Byte* *acur, in skip_string() argument
[all …]