Searched defs:opStack (Results 1 - 3 of 3) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_grph.h366 int opStack[100000]; // TODO: remove hard coded number member in class:SubGraph
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2intrp.c282 CF2_Stack opStack,
289 CF2_UInt count = cf2_stack_count( opStack );
296 *width = cf2_stack_getReal( opStack, 0 ) +
309 position += cf2_stack_getReal( opStack, i );
311 position += cf2_stack_getReal( opStack, i + 1 );
320 cf2_stack_clear( opStack );
329 cf2_doFlex( CF2_Stack opStack, argument
352 vals[i + 2] += cf2_stack_getReal( opStack, index++ );
362 CF2_Fixed lastVal = cf2_stack_getReal( opStack, index );
379 vals[12] = vals[10] + cf2_stack_getReal( opStack, inde
281 cf2_doStems( const CF2_Font font, CF2_Stack opStack, CF2_ArrStack stemHintArray, CF2_Fixed* width, FT_Bool* haveWidth, CF2_Fixed hintOffset ) argument
445 CF2_Stack opStack = NULL; local
[all...]
/external/freetype/src/cff/
H A Dcf2intrp.c282 CF2_Stack opStack,
289 CF2_UInt count = cf2_stack_count( opStack );
296 *width = cf2_stack_getReal( opStack, 0 ) +
309 position += cf2_stack_getReal( opStack, i );
311 position += cf2_stack_getReal( opStack, i + 1 );
320 cf2_stack_clear( opStack );
329 cf2_doFlex( CF2_Stack opStack, argument
352 vals[i + 2] += cf2_stack_getReal( opStack, index++ );
362 CF2_Fixed lastVal = cf2_stack_getReal( opStack, index );
379 vals[12] = vals[10] + cf2_stack_getReal( opStack, inde
281 cf2_doStems( const CF2_Font font, CF2_Stack opStack, CF2_ArrStack stemHintArray, CF2_Fixed* width, FT_Bool* haveWidth, CF2_Fixed hintOffset ) argument
445 CF2_Stack opStack = NULL; local
[all...]

Completed in 219 milliseconds