/external/freetype/src/cff/ |
cf2blues.h | 123 CF2_Fixed csCoord; 124 CF2_Fixed dsCoord; 125 CF2_Fixed scale; 131 CF2_Fixed csBottomEdge; 132 CF2_Fixed csTopEdge; 133 CF2_Fixed csFlatEdge; /* may be from either local or Family zones */ 134 CF2_Fixed dsFlatEdge; /* top edge of bottom zone or bottom edge */ 151 CF2_Fixed scale; 156 CF2_Fixed blueScale; 157 CF2_Fixed blueShift [all...] |
cf2fixed.h | 48 #define CF2_Fixed CF2_F16Dot16 52 #define CF2_FIXED_MAX ( (CF2_Fixed)0x7FFFFFFFL ) 53 #define CF2_FIXED_MIN ( (CF2_Fixed)0x80000000L ) 61 ( (CF2_Fixed)( (FT_UInt32)(i) << 16 ) ) 65 ( (CF2_Fixed)( ( (FT_UInt32)(x) + 0x8000U ) & 0xFFFF0000UL ) ) 67 ( (CF2_Fixed)( (f) * 65536.0 + 0.5 ) ) 71 ( (CF2_Fixed)( (FT_UInt32)(x) & 0xFFFF0000UL ) )
|
cf2font.h | 74 CF2_Fixed ppem; /* transform-dependent */ 78 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */ 79 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */ 96 CF2_Fixed stdVW; /* in character space; depends on dict entry */ 97 CF2_Fixed stdHW; /* in character space; depends on dict entry */ 98 CF2_Fixed darkenX; /* character space units */ 99 CF2_Fixed darkenY; /* depends on transform */
|
cf2hints.h | 90 CF2_Fixed min; /* original character space value */ 91 CF2_Fixed max; 93 CF2_Fixed minDS; /* DS position after first use */ 94 CF2_Fixed maxDS; 140 CF2_Fixed scale; 166 CF2_Fixed scale ); 172 CF2_Fixed hintOrigin, 196 CF2_Fixed scaleX; /* matrix a */ 197 CF2_Fixed scaleC; /* matrix c */ 198 CF2_Fixed scaleY; /* matrix d * [all...] |
cf2intrp.h | 72 CF2_Fixed curX, 73 CF2_Fixed curY, 74 CF2_Fixed* width );
|
cf2stack.h | 51 CF2_Fixed r; /* 16.16 fixed point */ 85 CF2_Fixed val ); 89 FT_LOCAL( CF2_Fixed ) 92 FT_LOCAL( CF2_Fixed )
|
cf2ft.h | 68 FT_LOCAL( CF2_Fixed ) 70 FT_LOCAL( CF2_Fixed ) 72 FT_LOCAL( CF2_Fixed ) 77 CF2_Fixed* blueScale, 78 CF2_Fixed* blueShift, 79 CF2_Fixed* blueFuzz ); 116 FT_LOCAL( CF2_Fixed ) 118 FT_LOCAL( CF2_Fixed )
|
cf2font.c | 52 cf2_computeDarkening( CF2_Fixed emRatio, 53 CF2_Fixed ppem, 54 CF2_Fixed stemWidth, 55 CF2_Fixed* darkenAmount, 56 CF2_Fixed boldenAmount, 110 CF2_Fixed stemWidthPer1000, scaledStem; 250 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX; 251 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY; 254 CF2_Fixed ppem; 286 4 * sizeof ( CF2_Fixed ) ) != 0 [all...] |
cf2hints.c | 61 CF2_Fixed moveUp; /* adjustment to optimum position */ 69 cf2_getWindingMomentum( CF2_Fixed x1, 70 CF2_Fixed y1, 71 CF2_Fixed x2, 72 CF2_Fixed y2 ) 94 CF2_Fixed hintOrigin, 95 CF2_Fixed scale, 98 CF2_Fixed width; 281 CF2_Fixed scale ) 303 static CF2_Fixed [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cf2blues.h | 123 CF2_Fixed csCoord; 124 CF2_Fixed dsCoord; 125 CF2_Fixed scale; 131 CF2_Fixed csBottomEdge; 132 CF2_Fixed csTopEdge; 133 CF2_Fixed csFlatEdge; /* may be from either local or Family zones */ 134 CF2_Fixed dsFlatEdge; /* top edge of bottom zone or bottom edge */ 151 CF2_Fixed scale; 156 CF2_Fixed blueScale; 157 CF2_Fixed blueShift [all...] |
cf2fixed.h | 48 #define CF2_Fixed CF2_F16Dot16 52 #define CF2_FIXED_MAX ( (CF2_Fixed)0x7FFFFFFFL ) 53 #define CF2_FIXED_MIN ( (CF2_Fixed)0x80000000L ) 61 ( (CF2_Fixed)( (FT_UInt32)(i) << 16 ) ) 65 ( (CF2_Fixed)( ( (FT_UInt32)(x) + 0x8000U ) & 0xFFFF0000UL ) ) 67 ( (CF2_Fixed)( (f) * 65536.0 + 0.5 ) ) 71 ( (CF2_Fixed)( (FT_UInt32)(x) & 0xFFFF0000UL ) )
|
cf2font.h | 74 CF2_Fixed ppem; /* transform-dependent */ 78 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */ 79 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */ 96 CF2_Fixed stdVW; /* in character space; depends on dict entry */ 97 CF2_Fixed stdHW; /* in character space; depends on dict entry */ 98 CF2_Fixed darkenX; /* character space units */ 99 CF2_Fixed darkenY; /* depends on transform */
|
cf2hints.h | 90 CF2_Fixed min; /* original character space value */ 91 CF2_Fixed max; 93 CF2_Fixed minDS; /* DS position after first use */ 94 CF2_Fixed maxDS; 140 CF2_Fixed scale; 166 CF2_Fixed scale ); 172 CF2_Fixed hintOrigin, 196 CF2_Fixed scaleX; /* matrix a */ 197 CF2_Fixed scaleC; /* matrix c */ 198 CF2_Fixed scaleY; /* matrix d * [all...] |
cf2intrp.h | 72 CF2_Fixed curX, 73 CF2_Fixed curY, 74 CF2_Fixed* width );
|
cf2stack.h | 51 CF2_Fixed r; /* 16.16 fixed point */ 85 CF2_Fixed val ); 89 FT_LOCAL( CF2_Fixed ) 92 FT_LOCAL( CF2_Fixed )
|
cf2ft.h | 68 FT_LOCAL( CF2_Fixed ) 70 FT_LOCAL( CF2_Fixed ) 72 FT_LOCAL( CF2_Fixed ) 77 CF2_Fixed* blueScale, 78 CF2_Fixed* blueShift, 79 CF2_Fixed* blueFuzz ); 116 FT_LOCAL( CF2_Fixed ) 118 FT_LOCAL( CF2_Fixed )
|
cf2font.c | 52 cf2_computeDarkening( CF2_Fixed emRatio, 53 CF2_Fixed ppem, 54 CF2_Fixed stemWidth, 55 CF2_Fixed* darkenAmount, 56 CF2_Fixed boldenAmount, 110 CF2_Fixed stemWidthPer1000, scaledStem; 250 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX; 251 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY; 254 CF2_Fixed ppem; 286 4 * sizeof ( CF2_Fixed ) ) != 0 [all...] |
/external/pdfium/third_party/freetype/src/cff/ |
cf2blues.h | 123 CF2_Fixed csCoord; 124 CF2_Fixed dsCoord; 125 CF2_Fixed scale; 131 CF2_Fixed csBottomEdge; 132 CF2_Fixed csTopEdge; 133 CF2_Fixed csFlatEdge; /* may be from either local or Family zones */ 134 CF2_Fixed dsFlatEdge; /* top edge of bottom zone or bottom edge */ 151 CF2_Fixed scale; 156 CF2_Fixed blueScale; 157 CF2_Fixed blueShift [all...] |
cf2fixed.h | 48 #define CF2_Fixed CF2_F16Dot16 52 #define CF2_FIXED_MAX ( (CF2_Fixed)0x7FFFFFFFL ) 53 #define CF2_FIXED_MIN ( (CF2_Fixed)0x80000000L ) 61 ( (CF2_Fixed)( (FT_UInt32)(i) << 16 ) ) 65 ( (CF2_Fixed)( ( (FT_UInt32)(x) + 0x8000U ) & 0xFFFF0000UL ) ) 67 ( (CF2_Fixed)( (f) * 65536.0 + 0.5 ) ) 71 ( (CF2_Fixed)( (FT_UInt32)(x) & 0xFFFF0000UL ) )
|
cf2font.h | 74 CF2_Fixed ppem; /* transform-dependent */ 78 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */ 79 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */ 96 CF2_Fixed stdVW; /* in character space; depends on dict entry */ 97 CF2_Fixed stdHW; /* in character space; depends on dict entry */ 98 CF2_Fixed darkenX; /* character space units */ 99 CF2_Fixed darkenY; /* depends on transform */
|
cf2hints.h | 90 CF2_Fixed min; /* original character space value */ 91 CF2_Fixed max; 93 CF2_Fixed minDS; /* DS position after first use */ 94 CF2_Fixed maxDS; 140 CF2_Fixed scale; 166 CF2_Fixed scale ); 172 CF2_Fixed hintOrigin, 196 CF2_Fixed scaleX; /* matrix a */ 197 CF2_Fixed scaleC; /* matrix c */ 198 CF2_Fixed scaleY; /* matrix d * [all...] |
cf2intrp.h | 72 CF2_Fixed curX, 73 CF2_Fixed curY, 74 CF2_Fixed* width );
|
cf2stack.h | 51 CF2_Fixed r; /* 16.16 fixed point */ 85 CF2_Fixed val ); 89 FT_LOCAL( CF2_Fixed ) 92 FT_LOCAL( CF2_Fixed )
|
cf2ft.h | 68 FT_LOCAL( CF2_Fixed ) 70 FT_LOCAL( CF2_Fixed ) 72 FT_LOCAL( CF2_Fixed ) 77 CF2_Fixed* blueScale, 78 CF2_Fixed* blueShift, 79 CF2_Fixed* blueFuzz ); 116 FT_LOCAL( CF2_Fixed ) 118 FT_LOCAL( CF2_Fixed )
|
cf2font.c | 52 cf2_computeDarkening( CF2_Fixed emRatio, 53 CF2_Fixed ppem, 54 CF2_Fixed stemWidth, 55 CF2_Fixed* darkenAmount, 56 CF2_Fixed boldenAmount, 110 CF2_Fixed stemWidthPer1000, scaledStem; 250 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX; 251 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY; 254 CF2_Fixed ppem; 286 4 * sizeof ( CF2_Fixed ) ) != 0 [all...] |