/external/chromium_org/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)( ( (x) + 0x8000 ) & 0xFFFF0000L ) ) 67 ( (CF2_Fixed)( (f) * 65536.0 + 0.5 ) ) 71 ( (CF2_Fixed)( (x) & 0xFFFF0000L ) )
|
cf2font.h | 69 CF2_Fixed ppem; /* transform-dependent */ 73 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */ 74 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */ 89 CF2_Fixed stdVW; /* in character space; depends on dict entry */ 90 CF2_Fixed stdHW; /* in character space; depends on dict entry */ 91 CF2_Fixed darkenX; /* character space units */ 92 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 | 49 cf2_computeDarkening( CF2_Fixed emRatio, 50 CF2_Fixed ppem, 51 CF2_Fixed stemWidth, 52 CF2_Fixed* darkenAmount, 53 CF2_Fixed boldenAmount, 58 CF2_Fixed stemWidthPer1000, scaledStem; 149 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX; 150 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY; 152 CF2_Fixed ppem; 179 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/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)( ( (x) + 0x8000 ) & 0xFFFF0000L ) ) 67 ( (CF2_Fixed)( (f) * 65536.0 + 0.5 ) ) 71 ( (CF2_Fixed)( (x) & 0xFFFF0000L ) )
|
cf2font.h | 69 CF2_Fixed ppem; /* transform-dependent */ 73 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */ 74 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */ 91 CF2_Fixed stdVW; /* in character space; depends on dict entry */ 92 CF2_Fixed stdHW; /* in character space; depends on dict entry */ 93 CF2_Fixed darkenX; /* character space units */ 94 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 | 49 cf2_computeDarkening( CF2_Fixed emRatio, 50 CF2_Fixed ppem, 51 CF2_Fixed stemWidth, 52 CF2_Fixed* darkenAmount, 53 CF2_Fixed boldenAmount, 107 CF2_Fixed stemWidthPer1000, scaledStem; 239 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX; 240 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY; 243 CF2_Fixed ppem; 275 4 * sizeof ( CF2_Fixed ) ) != 0 [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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)( ( (x) + 0x8000 ) & 0xFFFF0000L ) ) 67 ( (CF2_Fixed)( (f) * 65536.0 + 0.5 ) ) 71 ( (CF2_Fixed)( (x) & 0xFFFF0000L ) )
|
cf2font.h | 69 CF2_Fixed ppem; /* transform-dependent */ 73 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */ 74 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */ 89 CF2_Fixed stdVW; /* in character space; depends on dict entry */ 90 CF2_Fixed stdHW; /* in character space; depends on dict entry */ 91 CF2_Fixed darkenX; /* character space units */ 92 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 | 49 cf2_computeDarkening( CF2_Fixed emRatio, 50 CF2_Fixed ppem, 51 CF2_Fixed stemWidth, 52 CF2_Fixed* darkenAmount, 53 CF2_Fixed boldenAmount, 58 CF2_Fixed stemWidthPer1000, scaledStem; 149 CF2_Fixed boldenX = font->syntheticEmboldeningAmountX; 150 CF2_Fixed boldenY = font->syntheticEmboldeningAmountY; 152 CF2_Fixed ppem; 180 4 * sizeof ( CF2_Fixed ) ) != 0 [all...] |