Lines Matching defs:this

199 private inline void double_matrix__set(double_matrix * this, const gs_matrix_fixed * m)  in double_matrix__set()
206 private inline int double_matrix__invert_to(const double_matrix * this, double_matrix * m) in double_matrix__invert_to()
218 private void fraction_matrix__drop_bits(fraction_matrix * this, unsigned int bits) in fraction_matrix__drop_bits()
227 private void fraction_matrix__set(fraction_matrix * this, const double_matrix * pmat) in fraction_matrix__set()
247 private inline int fraction_matrix__to_double(const fraction_matrix * this, double_matrix * pmat) in fraction_matrix__to_double()
258 private int fraction_matrix__invert_to(const fraction_matrix * this, fraction_matrix * pmat) in fraction_matrix__invert_to()
272 private inline int32_t fraction_matrix__transform_x(fraction_matrix *this, int24 x, int24 y, unsign… in fraction_matrix__transform_x()
275 private inline int32_t fraction_matrix__transform_y(fraction_matrix *this, int24 x, int24 y, unsign… in fraction_matrix__transform_y()
347 private void t1_hint__set_aligned_coord(t1_hint * this, t1_glyph_space_coord gc, t1_pole * pole, en… in t1_hint__set_aligned_coord()
371 private void t1_hinter__paint_glyph(t1_hinter * this, bool aligned) in t1_hinter__paint_glyph()
421 private void t1_hinter__paint_raster_grid(t1_hinter * this) in t1_hinter__paint_raster_grid()
476 void t1_hinter__init(t1_hinter * this, gx_path *output_path) in t1_hinter__init()
523 private inline void t1_hinter__free_arrays(t1_hinter * this) in t1_hinter__free_arrays()
546 private inline void t1_hinter__init_outline(t1_hinter * this) in t1_hinter__init_outline()
557 private void t1_hinter__compute_rat_transform_coef(t1_hinter * this) in t1_hinter__compute_rat_transform_coef()
566 private inline void t1_hinter__adjust_matrix_precision(t1_hinter * this, fixed xx, fixed yy) in t1_hinter__adjust_matrix_precision()
585 private inline void t1_hinter__set_origin(t1_hinter * this, fixed dx, fixed dy) in t1_hinter__set_origin()
613 int t1_hinter__set_mapping(t1_hinter * this, gs_matrix_fixed * ctm, in t1_hinter__set_mapping()
716 private void t1_hinter__make_zone(t1_hinter * this, t1_zone *zone, float * blues, enum t1_zone_type… in t1_hinter__make_zone()
744 private int t1_hinter__set_alignment_zones(t1_hinter * this, float * blues, int count, enum t1_zone… in t1_hinter__set_alignment_zones()
773 private int t1_hinter__set_stem_snap(t1_hinter * this, float * value, int count, unsigned short hv) in t1_hinter__set_stem_snap()
798 int t1_hinter__set_font_data(t1_hinter * this, int FontType, gs_type1_data *pdata, bool no_grid_fit… in t1_hinter__set_font_data()
837 int t1_hinter__set_font42_data(t1_hinter * this, int FontType, gs_type42_data *pdata, bool no_grid_… in t1_hinter__set_font42_data()
858 private inline int t1_hinter__can_add_pole(t1_hinter * this, t1_pole **pole) in t1_hinter__can_add_pole()
867 private inline int t1_hinter__add_pole(t1_hinter * this, t1_glyph_space_coord xx, t1_glyph_space_co… in t1_hinter__add_pole()
883 int t1_hinter__sbw(t1_hinter * this, fixed sbx, fixed sby, fixed wx, fixed wy) in t1_hinter__sbw()
893 int t1_hinter__sbw_seac(t1_hinter * this, fixed sbx, fixed sby) in t1_hinter__sbw_seac()
900 int t1_hinter__rmoveto(t1_hinter * this, fixed xx, fixed yy) in t1_hinter__rmoveto()
944 private inline void t1_hinter__skip_degenerate_segnment(t1_hinter * this, int npoles) in t1_hinter__skip_degenerate_segnment()
956 int t1_hinter__rlineto(t1_hinter * this, fixed xx, fixed yy) in t1_hinter__rlineto()
979 int t1_hinter__rcurveto(t1_hinter * this, fixed xx0, fixed yy0, fixed xx1, fixed yy1, fixed xx2, fi… in t1_hinter__rcurveto()
1019 void t1_hinter__setcurrentpoint(t1_hinter * this, fixed xx, fixed yy) in t1_hinter__setcurrentpoint()
1042 int t1_hinter__closepath(t1_hinter * this) in t1_hinter__closepath()
1081 private inline int t1_hinter__can_add_hint(t1_hinter * this, t1_hint **hint) in t1_hinter__can_add_hint()
1090 int t1_hinter__flex_beg(t1_hinter * this) in t1_hinter__flex_beg()
1099 int t1_hinter__flex_point(t1_hinter * this) in t1_hinter__flex_point()
1106 int t1_hinter__flex_end(t1_hinter * this, fixed flex_height) in t1_hinter__flex_end()
1170 private inline int t1_hinter__can_add_hint_range(t1_hinter * this, t1_hint_range **hint_range) in t1_hinter__can_add_hint_range()
1179 int t1_hinter__hint_mask(t1_hinter * this, byte *mask) in t1_hinter__hint_mask()
1221 int t1_hinter__drop_hints(t1_hinter * this) in t1_hinter__drop_hints()
1229 private inline int t1_hinter__stem(t1_hinter * this, enum t1_hint_type type, unsigned short stem3_i… in t1_hinter__stem()
1274 int t1_hinter__dotsection(t1_hinter * this) in t1_hinter__dotsection()
1283 int t1_hinter__hstem(t1_hinter * this, fixed x0, fixed x1) in t1_hinter__hstem()
1289 int t1_hinter__overall_hstem(t1_hinter * this, fixed x0, fixed x1, int side_mask) in t1_hinter__overall_hstem()
1296 int t1_hinter__vstem(t1_hinter * this, fixed y0, fixed y1) in t1_hinter__vstem()
1302 int t1_hinter__hstem3(t1_hinter * this, fixed x0, fixed x1, fixed x2, fixed x3, fixed x4, fixed x5) in t1_hinter__hstem3()
1316 int t1_hinter__vstem3(t1_hinter * this, fixed y0, fixed y1, fixed y2, fixed y3, fixed y4, fixed y5) in t1_hinter__vstem3()
1330 int t1_hinter__endchar(t1_hinter * this, bool seac_flag) in t1_hinter__endchar()
1337 int t1_hinter__is_x_fitting(t1_hinter * this) in t1_hinter__is_x_fitting()
1343 private inline int t1_hinter__segment_beg(t1_hinter * this, int pole_index) in t1_hinter__segment_beg()
1354 private inline int t1_hinter__segment_end(t1_hinter * this, int pole_index) in t1_hinter__segment_end()
1365 private void t1_hinter__compute_y_span(t1_hinter * this) in t1_hinter__compute_y_span()
1388 private void t1_hinter__simplify_representation(t1_hinter * this) in t1_hinter__simplify_representation()
1417 private inline bool t1_hinter__is_small_angle(t1_hinter * this, int pole_index0, int pole_index1, in t1_hinter__is_small_angle()
1441 private inline bool t1_hinter__is_conjugated(t1_hinter * this, int pole_index) in t1_hinter__is_conjugated()
1458 private inline bool t1_hinter__next_contour_pole(t1_hinter * this, int pole_index) in t1_hinter__next_contour_pole()
1466 private inline bool t1_hinter__is_good_tangent(t1_hinter * this, int pole_index, long tan_x, long t… in t1_hinter__is_good_tangent()
1486 private void t1_hinter__compute_type1_stem_ranges(t1_hinter * this) in t1_hinter__compute_type1_stem_ranges()
1518 private void t1_hinter__compute_type2_stem_ranges(t1_hinter * this) in t1_hinter__compute_type2_stem_ranges()
1526 private bool t1_hinter__is_stem_boundary_near(t1_hinter * this, const t1_hint *hint, in t1_hinter__is_stem_boundary_near()
1534 private int t1_hinter__is_stem_hint_applicable(t1_hinter * this, t1_hint *hint, int pole_index, int… in t1_hinter__is_stem_hint_applicable()
1551 private t1_zone * t1_hinter__find_zone(t1_hinter * this, t1_glyph_space_coord pole_y, bool curve, b… in t1_hinter__find_zone()
1566 private void t1_hinter__align_to_grid__general(t1_hinter * this, int32_t unit, in t1_hinter__align_to_grid__general()
1594 private void t1_hinter__align_to_grid__final(t1_hinter * this, in t1_hinter__align_to_grid__final()
1611 private int t1_hinter__find_best_standard_width(t1_hinter * this, t1_glyph_space_coord w, bool hori… in t1_hinter__find_best_standard_width()
1626 private void t1_hinter__align_to_grid(t1_hinter * this, int32_t unit, in t1_hinter__align_to_grid()
1636 private void t1_hinter__align_stem_width(t1_hinter * this, t1_glyph_space_coord *pgw, const t1_hint… in t1_hinter__align_stem_width()
1708 private void t1_hinter__align_stem_to_grid(t1_hinter * this, int32_t unit, in t1_hinter__align_stem_to_grid()
1754 private void t1_hinter__add_overshoot(t1_hinter * this, t1_zone * zone, t1_glyph_space_coord * x, t… in t1_hinter__add_overshoot()
1766 private enum t1_align_type t1_hinter__compute_aligned_coord(t1_hinter * this, in t1_hinter__compute_aligned_coord()
1898 private int t1_hinter__find_stem_middle(t1_hinter * this, fixed *t, int pole_index, bool horiz) in t1_hinter__find_stem_middle()
1911 private int t1_hinter__skip_stem(t1_hinter * this, int pole_index, bool horiz) in t1_hinter__skip_stem()
1933 private void t1_hinter__mark_existing_stems(t1_hinter * this) in t1_hinter__mark_existing_stems()
1967 private void t1_hinter__align_stem_commands(t1_hinter * this) in t1_hinter__align_stem_commands()
2026 private void t1_hinter__unfix_opposite_to_common(t1_hinter * this) in t1_hinter__unfix_opposite_to_common()
2086 private void t1_hinter__compute_opposite_stem_coords(t1_hinter * this) in t1_hinter__compute_opposite_stem_coords()
2138 private void t1_hinter__align_stem_poles(t1_hinter * this) in t1_hinter__align_stem_poles()
2192 private t1_hint * t1_hinter__find_vstem_by_center(t1_hinter * this, t1_glyph_space_coord gx) in t1_hinter__find_vstem_by_center()
2210 private void t1_hinter__process_dotsection(t1_hinter * this, int beg_pole, int end_pole) in t1_hinter__process_dotsection()
2274 private void t1_hinter__process_dotsections(t1_hinter * this) in t1_hinter__process_dotsections()
2287 private void t1_hinter__interpolate_other_poles(t1_hinter * this) in t1_hinter__interpolate_other_poles()
2445 private int t1_hinter__export(t1_hinter * this) in t1_hinter__export()
2492 private int t1_hinter__add_trailing_moveto(t1_hinter * this) in t1_hinter__add_trailing_moveto()
2511 int t1_hinter__endglyph(t1_hinter * this) in t1_hinter__endglyph()