Searched refs:line_point_at (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | bezier.c | 382 line_point_at(l, 0.33, ctrl1); in shift() 383 line_point_at(l, 0.66, ctrl2); in shift()
|
D | path.c | 1904 line_point_at(line, at, point); in path_point_segment() 1919 line_point_at(line, at, point); in path_point_segment() 2027 line_point_at(line, 1.f, point); in path_point() 2033 line_point_at(line, 1.f, point); in path_point()
|
D | matrix.h | 434 static INLINE void line_point_at(float *l, float t, float *pt) in line_point_at() function
|
D | stroker.c | 1203 line_point_at(cline, dpos/elen, p2); in dash_stroker_process_subpath()
|