Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsobjs.c295 skip_comment( FT_Byte* *acur, in skip_comment() argument
298 FT_Byte* cur = *acur; in skip_comment()
308 *acur = cur; in skip_comment()
313 skip_spaces( FT_Byte* *acur, in skip_spaces() argument
316 FT_Byte* cur = *acur; in skip_spaces()
332 *acur = cur; in skip_spaces()
343 skip_literal_string( FT_Byte* *acur, in skip_literal_string() argument
346 FT_Byte* cur = *acur; in skip_literal_string()
410 *acur = cur; in skip_literal_string()
419 skip_string( FT_Byte* *acur, in skip_string() argument
[all …]