OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CF2_Int
(Results
1 - 14
of
14
) sorted by null
/external/freetype/src/cff/
cf2types.h
65
#define
CF2_Int
FT_Fast
cf2glue.h
61
typedef
CF2_Int
CF2_RenderingFlags;
109
CF2_Int
op;
131
CF2_Int
windingMomentum; /* for winding order detection */
cf2stack.h
53
CF2_Int
i;
82
CF2_Int
val );
87
FT_LOCAL(
CF2_Int
)
cf2read.c
63
static
CF2_Int
79
FT_LOCAL_DEF(
CF2_Int
)
cf2read.h
56
FT_LOCAL(
CF2_Int
)
cf2ft.h
97
FT_LOCAL(
CF2_Int
)
100
FT_LOCAL(
CF2_Int
)
111
FT_LOCAL(
CF2_Int
)
cf2font.h
71
CF2_Int
unitsPerEm;
cf2stack.c
96
CF2_Int
val )
127
FT_LOCAL_DEF(
CF2_Int
)
cf2ft.c
57
CF2_Int
unitsPerEm )
349
font->unitsPerEm = (
CF2_Int
)cf2_getUnitsPerEm( decoder );
486
FT_LOCAL_DEF(
CF2_Int
)
497
FT_LOCAL_DEF(
CF2_Int
)
525
CF2_Int
gid;
570
FT_LOCAL_DEF(
CF2_Int
)
cf2intrp.c
142
CF2_UInt mask = ( 1 << ( -(
CF2_Int
)bitCount & 7 ) ) - 1;
178
CF2_UInt mask = ( 1 << ( -(
CF2_Int
)bitCount & 7 ) ) - 1;
339
CF2_Int
top, i, j;
456
CF2_Int
charstringIndex = -1; /* initialize to empty */
[
all
...]
cf2hints.h
236
CF2_Int
prevElemOp;
cf2font.c
228
CF2_Int
unitsPerEm = font->unitsPerEm;
cf2blues.c
89
CF2_Int
unitsPerEm = font->unitsPerEm;
cf2hints.c
68
static
CF2_Int
673
CF2_Int
iSrc = hintmap->count - 1;
674
CF2_Int
iDst = isPair ? hintmap->count + 1 : hintmap->count;
676
CF2_Int
count = hintmap->count - indexInsert;
[
all
...]
Completed in 61 milliseconds