HomeSort by relevance Sort by last modified time
    Searched refs:CF2_UInt (Results 1 - 25 of 29) sorted by null

1 2

  /external/freetype/src/cff/
cf2types.h 64 #define CF2_UInt FT_UFast
cf2stack.h 77 FT_LOCAL( CF2_UInt )
94 CF2_UInt idx );
cf2blues.h 120 CF2_UInt flags; /* attributes of the edge */
152 CF2_UInt count;
cf2stack.c 87 FT_LOCAL_DEF( CF2_UInt )
90 return (CF2_UInt)( stack->top - &stack->buffer[0] );
176 CF2_UInt idx )
cf2ft.h 102 CF2_UInt idx,
113 CF2_UInt idx,
cf2intrp.c 143 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1;
179 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1;
289 CF2_UInt i;
290 CF2_UInt count = cf2_stack_count( opStack );
338 CF2_UInt index;
659 CF2_UInt index;
660 CF2_UInt count = cf2_stack_count( opStack );
680 CF2_UInt index;
681 CF2_UInt count = cf2_stack_count( opStack );
710 CF2_UInt count = cf2_stack_count( opStack )
    [all...]
cf2hints.h 141 CF2_UInt count;
144 CF2_UInt lastIndex;
cf2ft.c 547 CF2_UInt idx,
554 idx += (CF2_UInt)decoder->globals_bias;
599 (CF2_UInt)gid,
631 CF2_UInt idx,
638 idx += (CF2_UInt)decoder->locals_bias;
cf2hints.c 315 CF2_UInt i = hintmap->lastIndex;
563 CF2_UInt indexInsert;
700 CF2_UInt iSrc = hintmap->count - 1;
701 CF2_UInt iDst = isPair ? hintmap->count + 1 : hintmap->count;
703 CF2_UInt count = hintmap->count - indexInsert;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2types.h 64 #define CF2_UInt FT_UFast
cf2stack.h 77 FT_LOCAL( CF2_UInt )
94 CF2_UInt idx );
cf2blues.h 120 CF2_UInt flags; /* attributes of the edge */
152 CF2_UInt count;
cf2stack.c 87 FT_LOCAL_DEF( CF2_UInt )
90 return (CF2_UInt)( stack->top - &stack->buffer[0] );
176 CF2_UInt idx )
cf2intrp.c 143 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1;
179 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1;
289 CF2_UInt i;
290 CF2_UInt count = cf2_stack_count( opStack );
338 CF2_UInt index;
659 CF2_UInt index;
660 CF2_UInt count = cf2_stack_count( opStack );
680 CF2_UInt index;
681 CF2_UInt count = cf2_stack_count( opStack );
710 CF2_UInt count = cf2_stack_count( opStack )
    [all...]
cf2hints.h 141 CF2_UInt count;
144 CF2_UInt lastIndex;
cf2ft.c 550 CF2_UInt idx;
557 idx = (CF2_UInt)( subrNum + decoder->globals_bias );
602 (CF2_UInt)gid,
637 CF2_UInt idx;
644 idx = (CF2_UInt)( subrNum + decoder->locals_bias );
cf2hints.c 315 CF2_UInt i = hintmap->lastIndex;
563 CF2_UInt indexInsert;
701 CF2_UInt iSrc = hintmap->count - 1;
702 CF2_UInt iDst = isPair ? hintmap->count + 1 : hintmap->count;
704 CF2_UInt count = hintmap->count - indexInsert;
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2types.h 64 #define CF2_UInt FT_UFast
cf2stack.h 77 FT_LOCAL( CF2_UInt )
94 CF2_UInt idx );
cf2blues.h 120 CF2_UInt flags; /* attributes of the edge */
152 CF2_UInt count;
cf2stack.c 87 FT_LOCAL_DEF( CF2_UInt )
90 return (CF2_UInt)( stack->top - &stack->buffer[0] );
176 CF2_UInt idx )
cf2ft.h 102 CF2_UInt idx,
113 CF2_UInt idx,
cf2intrp.c 143 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1;
179 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1;
289 CF2_UInt i;
290 CF2_UInt count = cf2_stack_count( opStack );
338 CF2_UInt index;
659 CF2_UInt index;
660 CF2_UInt count = cf2_stack_count( opStack );
680 CF2_UInt index;
681 CF2_UInt count = cf2_stack_count( opStack );
710 CF2_UInt count = cf2_stack_count( opStack )
    [all...]
cf2hints.h 141 CF2_UInt count;
144 CF2_UInt lastIndex;
cf2ft.c 547 CF2_UInt idx,
554 idx += (CF2_UInt)decoder->globals_bias;
599 (CF2_UInt)gid,
631 CF2_UInt idx,
638 idx += (CF2_UInt)decoder->locals_bias;

Completed in 1808 milliseconds

1 2