Home
last modified time | relevance | path

Searched refs:point_dir (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_point_sprite.c176 nir_ssa_def *point_dir = get_point_dir(b, state, i); in lower_emit_vertex() local
180 nir_channel(b, point_dir, 0), in lower_emit_vertex()
184 nir_channel(b, point_dir, 1), in lower_emit_vertex()
/third_party/flutter/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c1424 FT_Int point_dir = 0; in psh_hint_table_find_strong_points() local
1432 point_dir = point->dir_in; in psh_hint_table_find_strong_points()
1435 point_dir = point->dir_out; in psh_hint_table_find_strong_points()
1437 if ( point_dir ) in psh_hint_table_find_strong_points()
1439 if ( point_dir == major_dir ) in psh_hint_table_find_strong_points()
1459 else if ( point_dir == -major_dir ) in psh_hint_table_find_strong_points()
/third_party/freetype/src/pshinter/
Dpshalgo.c1423 FT_Int point_dir = 0; in psh_hint_table_find_strong_points() local
1431 point_dir = point->dir_in; in psh_hint_table_find_strong_points()
1434 point_dir = point->dir_out; in psh_hint_table_find_strong_points()
1436 if ( point_dir ) in psh_hint_table_find_strong_points()
1438 if ( point_dir == major_dir ) in psh_hint_table_find_strong_points()
1458 else if ( point_dir == -major_dir ) in psh_hint_table_find_strong_points()
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c1421 PSH_Dir point_dir; in psh_hint_table_find_strong_points() local
1428 point_dir = in psh_hint_table_find_strong_points()
1431 if ( point_dir & ( PSH_DIR_DOWN | PSH_DIR_RIGHT ) ) in psh_hint_table_find_strong_points()
1451 else if ( point_dir & ( PSH_DIR_UP | PSH_DIR_LEFT ) ) in psh_hint_table_find_strong_points()