Home
last modified time | relevance | path

Searched refs:FT_Int (Results 1 – 25 of 184) sorted by relevance

12345678

/third_party/skia/third_party/externals/freetype/src/sdf/
Dftbsdf.c233 FT_Int width;
234 FT_Int rows;
311 FT_Int x, /* x index of point to check */ in bsdf_is_edge()
312 FT_Int y, /* y index of point to check */ in bsdf_is_edge()
313 FT_Int w, /* width */ in bsdf_is_edge()
314 FT_Int r ) /* rows */ in bsdf_is_edge()
318 FT_Int num_neighbors = 0; in bsdf_is_edge()
402 FT_Int x, in compute_edge_distance()
403 FT_Int y, in compute_edge_distance()
404 FT_Int w, in compute_edge_distance()
[all …]
Dftsdfrend.c71 FT_Int val = *(const FT_Int*)value; in sdf_property_set()
93 FT_Int val = *(const FT_Int*)value; in sdf_property_set()
103 FT_Int val = *(const FT_Int*)value; in sdf_property_set()
153 FT_Int* val = (FT_Int*)value; in sdf_property_get()
161 FT_Int* val = (FT_Int*)value; in sdf_property_get()
169 FT_Int* val = (FT_Int*)value; in sdf_property_get()
335 y_shift += 64 * (FT_Int)bitmap->rows; in ft_sdf_render()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshglob.h66 FT_Int org;
94 FT_Int org_ref;
95 FT_Int org_delta;
96 FT_Int org_top;
97 FT_Int org_bottom;
124 FT_Int blue_shift;
125 FT_Int blue_threshold;
126 FT_Int blue_fuzz;
167 FT_Int org_width );
180 FT_Int stem_top,
[all …]
Dpshrec.c155 static FT_Int
157 FT_Int idx ) in ps_mask_test_bit()
332 FT_Int rmask = 0x80 >> ( bit_pos & 7 ); in ps_mask_table_set_bits()
334 FT_Int wmask = 0x80; in ps_mask_table_set_bits()
335 FT_Int val; in ps_mask_table_set_bits()
369 static FT_Int
429 FT_Int delta; in ps_mask_table_merge()
470 delta = (FT_Int)( table->num_masks - 1 - index2 ); in ps_mask_table_merge()
647 FT_Int pos, in ps_dimension_add_t1stem()
648 FT_Int len, in ps_dimension_add_t1stem()
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dt1types.h74 FT_Int num_chars;
75 FT_Int code_first;
76 FT_Int code_last;
110 FT_Int num_subrs;
115 FT_Int num_glyphs;
134 FT_Int num_subrs;
154 FT_Int degree;
166 FT_Int x;
167 FT_Int y;
218 FT_Int ndv_idx;
[all …]
Dpsaux.h47 FT_Int darken_params[8];
91 FT_Int count,
99 FT_Int idx,
157 FT_Int max_elems;
158 FT_Int num_elems;
392 FT_Int power_ten );
401 FT_Int
403 FT_Int max_coords,
405 FT_Int
407 FT_Int max_values,
[all …]
Dftcalc.h337 FT_BASE( FT_Int )
349 FT_BASE( FT_Int )
415 #define FT_MSB( x ) (FT_Int)( 63 - _leadz( x ) )
421 #define FT_MSB( x ) (FT_Int)( 31 - _leadz32( x ) )
430 FT_BASE( FT_Int )
489 (FT_Int)( (FT_UInt)(a) + (FT_UInt)(b) )
491 (FT_Int)( (FT_UInt)(a) - (FT_UInt)(b) )
493 (FT_Int)( (FT_UInt)(a) * (FT_UInt)(b) )
495 (FT_Int)( (FT_UInt)0 - (FT_UInt)(a) )
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsfont.c57 FT_Int* darkenParams ) in cf2_computeDarkening()
110 FT_Int logBase2; in cf2_computeDarkening()
124 FT_Int x1 = darkenParams[0]; in cf2_computeDarkening()
125 FT_Int y1 = darkenParams[1]; in cf2_computeDarkening()
126 FT_Int x2 = darkenParams[2]; in cf2_computeDarkening()
127 FT_Int y2 = darkenParams[3]; in cf2_computeDarkening()
128 FT_Int x3 = darkenParams[4]; in cf2_computeDarkening()
129 FT_Int y3 = darkenParams[5]; in cf2_computeDarkening()
130 FT_Int x4 = darkenParams[6]; in cf2_computeDarkening()
131 FT_Int y4 = darkenParams[7]; in cf2_computeDarkening()
[all …]
Dpsobjs.h51 FT_Int count,
56 FT_Int idx,
91 FT_Int* pnum_tokens );
121 FT_Int power_ten );
124 FT_LOCAL( FT_Int )
126 FT_Int max_coords,
129 FT_LOCAL( FT_Int )
131 FT_Int max_values,
133 FT_Int power_ten );
166 FT_Int count );
[all …]
Dcffdecode.c218 FT_Int bchar, in cff_operator_seac()
219 FT_Int achar ) in cff_operator_seac()
223 FT_Int bchar_index, achar_index; in cff_operator_seac()
292 subg->arg1 = (FT_Int)( adx >> 16 ); in cff_operator_seac()
293 subg->arg2 = (FT_Int)( ady >> 16 ); in cff_operator_seac()
400 static FT_Int
401 cff_compute_bias( FT_Int in_charstring_type, in cff_compute_bias()
404 FT_Int result; in cff_compute_bias()
420 FT_LOCAL_DEF( FT_Int )
422 FT_Int charcode ) in cff_lookup_glyph_by_stdcharcode()
[all …]
Dt1decode.c32 #define Fix2Int( f ) ( (FT_Int) (FT_Short)( (f) >> 16 ) )
82 const FT_Int t1_args_count[op_max] =
134 FT_LOCAL_DEF( FT_Int )
136 FT_Int charcode ) in t1_lookup_glyph_by_stdcharcode_ps()
158 return (FT_Int)n; in t1_lookup_glyph_by_stdcharcode_ps()
187 static FT_Int
189 FT_Int charcode ) in t1_lookup_glyph_by_stdcharcode()
211 return (FT_Int)n; in t1_lookup_glyph_by_stdcharcode()
262 FT_Int bchar, in t1operator_seac()
263 FT_Int achar ) in t1operator_seac()
[all …]
Dpsobjs.c74 FT_Int count, in ps_table_new()
177 FT_Int idx, in ps_table_add()
346 FT_Int embed = 0; in skip_literal_string()
461 FT_Int embed = 0; in skip_procedure()
630 FT_Int embed; in ps_parser_to_token()
731 FT_Int* pnum_tokens ) in ps_parser_to_token_array()
768 *pnum_tokens = (FT_Int)( cur - tokens ); in ps_parser_to_token_array()
780 static FT_Int
783 FT_Int max_coords, in ps_tocoordarray()
787 FT_Int count = 0; in ps_tocoordarray()
[all …]
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrtypes.h84 FT_Int stroke_thickness;
85 FT_Int bold_thickness;
157 FT_Int advance;
170 FT_Int* stem_snaps;
214 FT_Int standard_advance;
216 FT_Int ascent; /* optional, bbox.yMax if not present */
217 FT_Int descent; /* optional, bbox.yMin if not present */
218 FT_Int leading; /* optional, 0 if not present */
232 FT_Int *blue_values;
289 FT_Int x_delta;
[all …]
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.h301 FT_Int score; /* used during stem matching */
313 FT_Int num_segments; /* number of used segments */
314 FT_Int max_segments; /* number of allocated segments */
317 FT_Int mid_segments;
320 FT_Int num_edges; /* number of used edges */
321 FT_Int max_edges; /* number of allocated edges */
350 FT_Int max_points; /* number of allocated points */
351 FT_Int num_points; /* number of used points */
354 FT_Int max_contours; /* number of allocated contours */
355 FT_Int num_contours; /* number of used contours */
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvmetric.h41 FT_Int *avalue );
46 FT_Int *avalue );
51 FT_Int *avalue );
58 FT_Int *avalue );
63 FT_Int *avalue );
68 FT_Int *avalue );
73 FT_Int *avalue );
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h54 FT_Int color );
92 FT_Int Caller_Range;
181 FT_Int iniRange; /* initial code range number */
182 FT_Int curRange; /* current code range number */
188 FT_Int length; /* length of current opcode */
212 FT_Int callTop, /* @ top of call stack during execution */
424 FT_Int rasterizer_version; /* MS rasterizer version */
453 FT_Int range,
458 FT_Int range,
464 FT_Int range );
/third_party/skia/third_party/externals/freetype/src/base/
Dftpsprop.c53 FT_Int* darken_params; in ps_property_set()
54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in ps_property_set()
57 FT_Int dp[8]; in ps_property_set()
70 dp[i] = (FT_Int)ft_strtol( s, &ep, 10 ); in ps_property_set()
77 dp[7] = (FT_Int)ft_strtol( s, &ep, 10 ); in ps_property_set()
85 darken_params = (FT_Int*)value; in ps_property_set()
240 FT_Int* darken_params = driver->darken_params; in ps_property_get()
241 FT_Int* val = (FT_Int*)value; in ps_property_get()
Dftbitmap.c70 FT_Int pitch; in FT_Bitmap_Copy()
73 FT_Int source_pitch_sign, target_pitch_sign; in FT_Bitmap_Copy()
106 FT_Int target_pitch = target->pitch; in FT_Bitmap_Copy()
314 FT_Int i, x, pitch; in FT_Bitmap_Embolden()
316 FT_Int xstr, ystr; in FT_Bitmap_Embolden()
329 xstr = (FT_Int)FT_PIX_ROUND( xStrength ) >> 6; in FT_Bitmap_Embolden()
330 ystr = (FT_Int)FT_PIX_ROUND( yStrength ) >> 6; in FT_Bitmap_Embolden()
518 FT_Int alignment ) in FT_Bitmap_Convert()
545 FT_Int pad, old_target_pitch, target_pitch; in FT_Bitmap_Convert()
562 pad = (FT_Int)source->width % alignment; in FT_Bitmap_Convert()
[all …]
Dftdebug.c182 FT_BASE_DEF( FT_Int )
192 FT_Trace_Get_Name( FT_Int idx ) in FT_Trace_Get_Name()
320 FT_Int n, i, len = (FT_Int)( p - q ); in ft_debug_init()
321 FT_Int level = -1, found = -1; in ft_debug_init()
380 FT_BASE_DEF( FT_Int )
388 FT_Trace_Get_Name( FT_Int idx ) in FT_Trace_Get_Name()
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
Dftdebug.c164 FT_BASE_DEF( FT_Int )
174 FT_Trace_Get_Name( FT_Int idx ) in FT_Trace_Get_Name()
253 FT_Int n, i, len = (FT_Int)( p - q ); in ft_debug_init()
254 FT_Int level = -1, found = -1; in ft_debug_init()
313 FT_BASE_DEF( FT_Int )
321 FT_Trace_Get_Name( FT_Int idx ) in FT_Trace_Get_Name()
/third_party/skia/third_party/externals/freetype/builds/wince/
Dftdebug.c165 FT_BASE_DEF( FT_Int )
175 FT_Trace_Get_Name( FT_Int idx ) in FT_Trace_Get_Name()
258 FT_Int n, i, len = (FT_Int)( p - q ); in ft_debug_init()
259 FT_Int level = -1, found = -1; in ft_debug_init()
318 FT_BASE_DEF( FT_Int )
326 FT_Trace_Get_Name( FT_Int idx ) in FT_Trace_Get_Name()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h1076 FT_Int num_fixed_sizes;
1079 FT_Int num_charmaps;
1922 FT_Int bitmap_left;
1923 FT_Int bitmap_top;
2157 FT_Int num_params;
2548 FT_Int strike_index );
3637 FT_Int degree,
3807 FT_EXPORT( FT_Int )
4140 FT_Int *p_index,
4142 FT_Int *p_arg1,
[all …]
Dt1tables.h138 FT_Int unique_id;
139 FT_Int lenIV;
153 FT_Int blue_shift;
154 FT_Int blue_fuzz;
404 FT_Int cid_font_type;
408 FT_Int supplement;
414 FT_Int num_xuid;
474 FT_EXPORT( FT_Int )
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.h33 FT_Int face_instance_index,
34 FT_Int num_params,
40 FT_Int face_instance_index,
41 FT_Int num_params,
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1objs.h126 FT_Int max_points;
127 FT_Int max_contours;
135 FT_Int face_index,
136 FT_Int num_params,

12345678