Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcf2intrp.c282 CF2_Stack opStack, in cf2_doStems() argument
289 CF2_UInt count = cf2_stack_count( opStack ); in cf2_doStems()
296 *width = cf2_stack_getReal( opStack, 0 ) + in cf2_doStems()
309 position += cf2_stack_getReal( opStack, i ); in cf2_doStems()
311 position += cf2_stack_getReal( opStack, i + 1 ); in cf2_doStems()
320 cf2_stack_clear( opStack ); in cf2_doStems()
329 cf2_doFlex( CF2_Stack opStack, in cf2_doFlex() argument
352 vals[i + 2] += cf2_stack_getReal( opStack, index++ ); in cf2_doFlex()
362 CF2_Fixed lastVal = cf2_stack_getReal( opStack, index ); in cf2_doFlex()
379 vals[12] = vals[10] + cf2_stack_getReal( opStack, index++ ); in cf2_doFlex()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
Dcf2intrp.c282 CF2_Stack opStack, in cf2_doStems() argument
289 CF2_UInt count = cf2_stack_count( opStack ); in cf2_doStems()
296 *width = cf2_stack_getReal( opStack, 0 ) + in cf2_doStems()
309 position += cf2_stack_getReal( opStack, i ); in cf2_doStems()
311 position += cf2_stack_getReal( opStack, i + 1 ); in cf2_doStems()
320 cf2_stack_clear( opStack ); in cf2_doStems()
329 cf2_doFlex( CF2_Stack opStack, in cf2_doFlex() argument
352 vals[i + 2] += cf2_stack_getReal( opStack, index++ ); in cf2_doFlex()
362 CF2_Fixed lastVal = cf2_stack_getReal( opStack, index ); in cf2_doFlex()
379 vals[12] = vals[10] + cf2_stack_getReal( opStack, index++ ); in cf2_doFlex()
[all …]
/external/chromium_org/third_party/freetype/src/cff/
Dcf2intrp.c282 CF2_Stack opStack, in cf2_doStems() argument
289 CF2_UInt count = cf2_stack_count( opStack ); in cf2_doStems()
296 *width = cf2_stack_getReal( opStack, 0 ) + in cf2_doStems()
309 position += cf2_stack_getReal( opStack, i ); in cf2_doStems()
311 position += cf2_stack_getReal( opStack, i + 1 ); in cf2_doStems()
320 cf2_stack_clear( opStack ); in cf2_doStems()
329 cf2_doFlex( CF2_Stack opStack, in cf2_doFlex() argument
352 vals[i + 2] += cf2_stack_getReal( opStack, index++ ); in cf2_doFlex()
362 CF2_Fixed lastVal = cf2_stack_getReal( opStack, index ); in cf2_doFlex()
379 vals[12] = vals[10] + cf2_stack_getReal( opStack, index++ ); in cf2_doFlex()
[all …]
/external/srec/tools/grxmlcompile/
Dsub_grph.cpp54 opStack[popOp++]= lastScope; in pushScope()
55 opStack[popOp++]= startId; in pushScope()
56 opStack[popOp++]= endId; in pushScope()
57 opStack[popOp++]= lastId; in pushScope()
58 opStack[popOp++]= arg1; in pushScope()
59 opStack[popOp++]= arg2; in pushScope()
60 opStack[popOp++]= numArc; in pushScope()
68 arcLoc= opStack[--popOp]; in popScope()
69 arg2= opStack[--popOp]; in popScope()
70 arg1= opStack[--popOp]; in popScope()
[all …]
Dsub_grph.h366 int opStack[100000]; // TODO: remove hard coded number variable