Searched refs:CF2_SET_ERROR (Results 1 – 5 of 5) sorted by relevance
/external/freetype/src/psaux/ |
D | psstack.c | 112 CF2_SET_ERROR( stack->error, Stack_Overflow ); in cf2_stack_pushInt() 128 CF2_SET_ERROR( stack->error, Stack_Overflow ); in cf2_stack_pushFixed() 144 CF2_SET_ERROR( stack->error, Stack_Underflow ); in cf2_stack_popInt() 149 CF2_SET_ERROR( stack->error, Syntax_Error ); in cf2_stack_popInt() 166 CF2_SET_ERROR( stack->error, Stack_Underflow ); in cf2_stack_popFixed() 194 CF2_SET_ERROR( stack->error, Stack_Overflow ); in cf2_stack_getReal() 218 CF2_SET_ERROR( stack->error, Stack_Overflow ); in cf2_stack_setReal() 234 CF2_SET_ERROR( stack->error, Stack_Underflow ); in cf2_stack_pop() 257 CF2_SET_ERROR( stack->error, Stack_Overflow ); in cf2_stack_roll()
|
D | psarrst.c | 121 CF2_SET_ERROR( arrstack->error, Stack_Overflow ); in cf2_arrstack_setNumElements() 132 CF2_SET_ERROR( arrstack->error, Out_Of_Memory ); in cf2_arrstack_setNumElements() 198 CF2_SET_ERROR( arrstack->error, Stack_Overflow ); in cf2_arrstack_getPointer()
|
D | psread.c | 87 CF2_SET_ERROR( buf->error, Invalid_Stream_Operation ); in cf2_buf_readByte() 98 CF2_SET_ERROR( buf->error, Invalid_Stream_Operation ); in cf2_buf_readByte()
|
D | pserror.h | 109 #define CF2_SET_ERROR( error, e ) \ macro
|
D | psintrp.c | 114 CF2_SET_ERROR( hintmask->error, Invalid_Glyph_Format ); in cf2_hintmask_setCounts()
|