Home
last modified time | relevance | path

Searched refs:path_begun (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/pfr/
Dpfrgload.c46 glyph->path_begun = 0; in pfr_glyph_init()
73 glyph->path_begun = 0; in pfr_glyph_done()
86 if ( !glyph->path_begun ) in pfr_glyph_close_contour()
114 glyph->path_begun = 0; in pfr_glyph_close_contour()
122 glyph->path_begun = 0; in pfr_glyph_start()
136 if ( !glyph->path_begun ) in pfr_glyph_line_to()
172 if ( !glyph->path_begun ) in pfr_glyph_curve_to()
213 glyph->path_begun = 1; in pfr_glyph_move_to()
Dpfrtypes.h321 FT_Bool path_begun; member
/external/freetype/src/psaux/
Dpsobjs.c1846 builder->path_begun = 0; in cff_builder_init()
2018 if ( !builder->path_begun ) in cff_builder_start_point()
2020 builder->path_begun = 1; in cff_builder_start_point()
2143 ps_builder->path_begun = 0; in ps_builder_init()
2168 ps_builder->path_begun = cffbuilder->path_begun; in ps_builder_init()
2326 if ( !builder->path_begun ) in ps_builder_start_point()
2328 builder->path_begun = 1; in ps_builder_start_point()
Dpsft.c148 builder->path_begun = 0; in cf2_builder_moveTo()
168 if ( !builder->path_begun ) in cf2_builder_lineTo()
212 if ( !builder->path_begun ) in cf2_builder_cubeTo()
Dcffdecode.c530 builder->path_begun = 0; in cff_decoder_parse_charstrings()
1049 builder->path_begun = 0; in cff_decoder_parse_charstrings()
1059 builder->path_begun = 0; in cff_decoder_parse_charstrings()
1068 builder->path_begun = 0; in cff_decoder_parse_charstrings()
/external/freetype/include/freetype/internal/
Dpsaux.h579 FT_Bool path_begun; member
1124 FT_Bool path_begun; member
/external/freetype/
DChangeLog.212298 (T1_BuilderRec): Replace `path_begun' with `parse_state'.
2303 Replace `path_begun' with `parse_state' and check parsing states.
2306 Replace `path_begun' with `parse_state' and check parsing states.